This question is locked. New answers and comments are not allowed.
Per default RadGridView shows the cell edit element only for the currently edited cell. But I need all cells in the currently edited row to show their edit element at the same time. In other words, I need to switch into edit mode for an entire row, not a single cell.
How can I achieve this?
As a side note: Since I need to create view and edit elements dynamically I currently inherit from GridViewBoundColumnBase and override CreateCellElement and CreateCellEditElement. Anything else I can do here to make the above working? Or maybe I have to inherit from RadGridView and genereate custom row containers which help me here?
Thank you,
Stephan
How can I achieve this?
As a side note: Since I need to create view and edit elements dynamically I currently inherit from GridViewBoundColumnBase and override CreateCellElement and CreateCellEditElement. Anything else I can do here to make the above working? Or maybe I have to inherit from RadGridView and genereate custom row containers which help me here?
Thank you,
Stephan