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
250
Simple Question
posted

Call me stupid but I have a question. (i'm new to infragistics Grid)

I have an iList of class objects with propery get/sets. I added columns  at design time and bind the datasource at runtime. I use Grid.SetDatabinding(iList, nothing,True)  to bind my data to the grid. Everything shows up correctly.

I have some cells that are editable (as least I think I have them set that way) but when I edit the value it does not call back to the associated class object for that row and update the property.

The before and after update events fire but the data is not updated.

It may be something simple but I'm stuck.

Anyone have a sample of the "correct" way to bind to a ilist of classed so it writes back to the property?