Hello supportteam,
according to the article "Create pop-up user control for row editing" we implemented a UserControl acting as a roweditor, which is hosted in a RadMenuHostItem by a Custom cell - all works fine. As proposed in the example the editor control is instantiated in a RadGridView.CreateCell event handler.
Now the problem: When I remove a row from the grid and add a new one the CreatedCell handler will not be called, I guess because there is no need hence the grid receycles the removed row to display the new one (Virtual mode).
Is there a way to suppres "receyling" of gridrows, so CreatedCell is fired all the time I call RadGridView.Rows.AddRow? Performance is not a not problem as the the number of rows will be just a few.
Best regards &
Thanks for any advice,
Oliver
according to the article "Create pop-up user control for row editing" we implemented a UserControl acting as a roweditor, which is hosted in a RadMenuHostItem by a Custom cell - all works fine. As proposed in the example the editor control is instantiated in a RadGridView.CreateCell event handler.
Now the problem: When I remove a row from the grid and add a new one the CreatedCell handler will not be called, I guess because there is no need hence the grid receycles the removed row to display the new one (Virtual mode).
Is there a way to suppres "receyling" of gridrows, so CreatedCell is fired all the time I call RadGridView.Rows.AddRow? Performance is not a not problem as the the number of rows will be just a few.
Best regards &
Thanks for any advice,
Oliver