Hi, I have a grid which is bound to a data table, with the event trapped for DataColumnChanged on the table.
One of the columns is a checkbox column bound to a boolean field in the table. When the Changed event is triggered, I sometimes have to reject the changes that are propsed on the datatable. The datatable accepts the rejection, but the checkbox is still in the proposed changed state (checked or unchecked).
I had to workaround the issue after trying to refresh/update even with datasource (which did not update the checkbox view) to forcefully going into the grid.gridelement.gridviewinfo.currentrow.cells("myfield").value and setting it to either true or false.
I'm pretty sure this is a bug, since the view in the screen no longer reflects the state of the datatable when proposed changes are rejected.
Anyone experience this issue before?
Thanks,
Michael Iacoviello