Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
640
Refresh Grids rowselector
posted

Hi,

my grids datasourse is a list of objects (with serveral properties)

dim myList as new myList (of MyObject)

myList.add(myOb)

myList.add(myOb2)

UltraGrid1.DataSource = myList

Now, if  one Property in an Object is changed, the grid changes too. Thats perfect. BUT in the "InitializeRow"-Event i set the Image of the Rowselector.  This works only for the first time, when the datasource is set, not if only one property of an object is changed.

How can i set the RowSelector-Image? Which Event is fired, when my object has changed?

(The Problem is, at the Moment, the property changed, i don't have the effected row! (if yes, i know that i could fire the initializeRow Event again....)

Thanks so much and sorry for my bad english!