Hello ,
I would like to begin edit at the end of cell's text in RadGridView . some thing like the following at windows form :
dgv.BeginEdit(false);
((TextBox)dgv.EditingControl).SelectionStart = 0;
Is it doable ?
Hello ,
I would like to begin edit at the end of cell's text in RadGridView . some thing like the following at windows form :
dgv.BeginEdit(false);
((TextBox)dgv.EditingControl).SelectionStart = 0;
Is it doable ?