Hello,
I use RadGridview in my project. I use unbound mode and giving datasource to grid from a collection. I have one gridview template, each row has child rows. In child rows, there is a GridViewComboboxColumn.
My problem is, i am trying to update child row GridviewComboboxColumn value programmatically on CellEndEdit event of grid. I edit the column, i see its edited in debug, but the changes doesnt display in the cell. Why changes doesnt display, how can i make it display?
I use RadGridview in my project. I use unbound mode and giving datasource to grid from a collection. I have one gridview template, each row has child rows. In child rows, there is a GridViewComboboxColumn.
My problem is, i am trying to update child row GridviewComboboxColumn value programmatically on CellEndEdit event of grid. I edit the column, i see its edited in debug, but the changes doesnt display in the cell. Why changes doesnt display, how can i make it display?