I have one grid that I'm editing cells (excel style), but I'm not connected to a datasource as in the examples in telerik site.
What happen is that when I change a cell value it look ok, but when I select a new row in grid, the old value returns to the last edited cell.
2 Answers, 1 is accepted
0
Yavor
Telerik team
answered on 16 Jun 2008, 12:34 PM
Hi Pedro,
The RadGrid control is not designed to operate in an unbound state. You generally need to connect it to some form of a datasource, in order to ensure the proper operations of its core functionalities.