Hi all,
i have the grid binded to different datasource..meaning to have different columns generated dynamically ...i want to validate the text in the grid before he moves onto the next cell (ie loses focus)..and if it doesnt match i want ot use the entereditmode and keep the text highlighted
currently i am using the beforedeactivatecell method and call performaction - entereditmode ......
is there any event which triggers before dataerror ..or something to override the dataerror and get the focus to the cell
Hello Arun,
You can use the CellDataError event for this purpose. You can set e.RaiseErrorEvent to false in order to supppress the error dialog. In the case of a data error, focus will remain on the cell even if the error meessage is suppresed.
Please let me know if you have any further questions for me.
Hi Arun,
Do you have any further questions related to this issue?