Tables don't show in drop down of tablestyle in property window of datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Datagrid1.datasource = the dataset

Joe said:
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.
 
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
 
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
 
You are right, it does stink.

Though if I wasn't so fustrated it wouldn't have been so bad.

I'm sorry for being such a stinker.

Though if anyone has anythoughts on this issue I would love to hear it.

Joe
 
Back
Top