This question is locked. New answers and comments are not allowed.
During the CellValidating event for one of my cells I want to prompt the user for more information BEFORE I commit the edit. To do this, I create a RadWindow object and call ShowDialog on it and set IsValid = false on the GridViewCellValidatingEventArgs object. The problem is that the editor then receives focus back (because IsValid was false) and keeps the focus when my dialog shows. Then when I click in my dialog, the cell gets RE validated, causing a second instance of my dialog to appear and focus goes back to the editor in the cell and... well, you can imagine where this is going.
Anyone have any ideas here? I am using the internal build of 2009.Q3 SP1 (from 12/11).
Anyone have any ideas here? I am using the internal build of 2009.Q3 SP1 (from 12/11).