Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
317 views

Hide UltragridRow that has no visible child rows after applying RowFilter

So, I am setting the DataSource of my BindingSource to the DefaultViewManager of a DataSet that has a DataRelation. I then set my BindingSource as the UltraGrid's DataSource before applying a ...
0
votes
1answer
3k views

Binding a DataGridView to multiple Tables in DataViewManager or DataSet

I have created three data tables by pulling data from an sql database. DT1, DT2, DT3. I have added these three tables to a data set, myDS. I have added relations between these three tables. I ...
0
votes
1answer
500 views

Why is a DataViewManager not sorting?

First off, a quick rundown of what the code is doing. I have two tables: Companies and Clients. There is a one to many relationship between Companies and Clients (one company can have many clients). ...