Ok I'm working on a custom IDE though it's using alot of the same technologies as the VS.Net IDE. I drag and drop the datagrid onto the form (root component) and there is a dataset with tables in the component tray. I then just set the datasource to the dataset and then the datamember to the table I desire. I then open the tablestyles and add a new one and hit the mappingname and hit the drop down and nothing shows up.

What I need to find out is how the datagrid populates that list, something somewhere in my IDE isn't allowing the datagrid to populate the dropdown list with the tables in the dataset.

So does anyone have any idea how that list gets populated

Joe

Re: Tables don't show in drop down of tablestyle in property window of datagrid by Richard

Richard
Thu Feb 26 14:39:32 CST 2004

Datagrid1.datasource = the dataset

"Joe" <jfuentes@classicfs.com> wrote in message
news:E8876FEA-4EB8-4996-A835-8A686C7C47A2@microsoft.com...
> Ok I'm working on a custom IDE though it's using alot of the same
technologies as the VS.Net IDE. I drag and drop the datagrid onto the form
(root component) and there is a dataset with tables in the component tray. I
then just set the datasource to the dataset and then the datamember to the
table I desire. I then open the tablestyles and add a new one and hit the
mappingname and hit the drop down and nothing shows up.
>
> What I need to find out is how the datagrid populates that list, something
somewhere in my IDE isn't allowing the datagrid to populate the dropdown
list with the tables in the dataset.
>
> So does anyone have any idea how that list gets populated?
>
> Joe



Re: Tables don't show in drop down of tablestyle in property window of datagrid by jfuentes

jfuentes
Thu Feb 26 15:11:05 CST 2004

Don't you think I tried that

After all if I can build a complete IDE then why wouldn't I have tried that??

My question is how does the datagrid populate that dropdown list

Joe

Re: Tables don't show in drop down of tablestyle in property window of datagrid by anonymous

anonymous
Fri Feb 27 16:11:05 CST 2004

For someone who is seeking help, your attitude stink

----- Joe wrote: ----

Don't you think I tried that

After all if I can build a complete IDE then why wouldn't I have tried that??

My question is how does the datagrid populate that dropdown list

Joe