We are using version: SmartClient_v111p_2017-07-03_LGPL
We want to validate cells in the TreeGrid\ListGrid as soon as the user clicks anywhere on the page, e.g. blur event. We have the EditByCell set to true. The Change and Changed events fire for each character entered by the user. The ExitEditor event fires when the user starts to edit another field.Is there an event which is equivalent to the Blur event when dealing with cell edits?
We want to validate cells in the TreeGrid\ListGrid as soon as the user clicks anywhere on the page, e.g. blur event. We have the EditByCell set to true. The Change and Changed events fire for each character entered by the user. The ExitEditor event fires when the user starts to edit another field.Is there an event which is equivalent to the Blur event when dealing with cell edits?
Comment