Hi,
I use an UltraDataSource and i modify his content programmatically and i can see the changes in the UltraGrid but how can i change the appearance depending on the change of the source?
Thank you,
Kind Regards.
this is correct! :) (but it is vertical :D)
Thank you very much!
Child rows show up underneath their parent rows by default.
If they are displaying to the right of the parent row, then you must have set the ViewStyleBand on the grid to Horizontal.
hi guys,
THAT IS SO COOL! I used the BindingList(of object) and that suits perfectly !
Thank you so much! ;)
I still have another question, my object A contains a list of object B so the grid "understands" that it is a childband but it displays horizontally
how can i displays the childband (list of object B) under the Parent Row?
Kind regarsds.
Thank you for your advices, that makes sense using bindingsource, i'm not comfortable yet by using bindingSource but i read articles about INotifyPropertyChanged
Maybe that is the solution, let me try some sample, i will give you feedbacks asap.
Once again, thank you.
Kind regards.
John is correct. A DataTable has built-in support to keep track of the changes to the data so that it can work with the DataAdapter and update the back end.