This question is locked. New answers and comments are not allowed.
Someone know how to set a value to a specific field in the RadGridView?
I try this w/o any success!
In fact, when I edit this cell (index #2) and typing something like XXX when I exit Hellooooooooooooooo display. But when I edit it again the old value display (XXX)!!!
I try this w/o any success!
private void RadGridView1_RowEditEnded(object sender, Telerik.Windows.Controls.GridViewRowEditEndedEventArgs e) { e.Row.Cells[2].Content = "Hellooooooooooooooo"; }In fact, when I edit this cell (index #2) and typing something like XXX when I exit Hellooooooooooooooo display. But when I edit it again the old value display (XXX)!!!
