Hello,
I have my grid which is filled with bound, and unbound columns. When the grid is initialized, the OnAddingDataRows is fired.
This event adds specific unbound celldata for the bound columns.
Now when I edit a record through the databinding current row (seperate form on top of grid), the grid bound columns get updated with the correct data, however the unbound columns remain on their old values (which is normal behaviour).
Which event should I use to accomplish changing the unbound data for the changed row? And how can I retrieve the current row in this event.
Thanks in advance!
Imported from legacy forums. Posted by opicron (had 2934 views)