I have a form with several comboboxes, each of which I want to display all the
valid codes for a particular data field. I have all the comboboxes getting
their displaymember and valuemember from one table via a BindingSource. The
validcodes table lists one code per row, so if element #1 has 3 v...
more >>
Hi Friends,
There is any DataGrid event handler that reflect the change of one row in
the DataGrid? How to detect changed row in a DataGrid ?
I don´t know .... perhaps using CurrencyManager. But how to do it?
Note: I am using one ArrayList in DataGrid database source.
Thanks
Best ...
more >>
Friends,
I have tried to find some information about my problem BUT i can't.
I have one DataGrid (Windows Forms) that uses for the database one
(SortedList - HashTable)
SortedList h = DataBase.FillShortList(); // Fill my SortList "Hashtable"
DataGrid.DataSource= new ArrayList(h.Va...
more >>