Hi, I using an editable GridViewDataColumn and have troubles on the Edit behavior..
1. When I change the value in a cell for the first time, it works fine. However, when I try to edit the cell again, an editable TextBox is enabled alright but the value won't change. When I try it for the third time, it again works fine.
2. After editing a cell, the edited cell loses focus and the selected item of RadGridView is set to an irrelevant item.
3. I'm using a MessageBox in the CellValidating event and the event is fired twice. How can I handle this in C#?
Please help me!
1. When I change the value in a cell for the first time, it works fine. However, when I try to edit the cell again, an editable TextBox is enabled alright but the value won't change. When I try it for the third time, it again works fine.
2. After editing a cell, the edited cell loses focus and the selected item of RadGridView is set to an irrelevant item.
3. I'm using a MessageBox in the CellValidating event and the event is fired twice. How can I handle this in C#?
Please help me!