This question is locked. New answers and comments are not allowed.
Hi,
i have a custom RadGridView column that inherits GridViewBoundColumnBase. Is there a way to instruct a RadGridView to not call CreateCellElement() when focus is lost/returned in a cell?
I have a popup that pulls focus away from the cell temporarily, and when returned CreateCellElement() is called automatically. I want the same object to stay put as focus is lost/returned.
Is there any way I can do that?
hope this is enough information
i have a custom RadGridView column that inherits GridViewBoundColumnBase. Is there a way to instruct a RadGridView to not call CreateCellElement() when focus is lost/returned in a cell?
I have a popup that pulls focus away from the cell temporarily, and when returned CreateCellElement() is called automatically. I want the same object to stay put as focus is lost/returned.
Is there any way I can do that?
hope this is enough information