Hi,
I am using windows link label as my editor and it doesn’t work properly when I set the single click edit = true.
This happens when the grid has multiple rows(more than 1). If the first row is the selected row and if you try to click on any other row’s editor(link label)(say 3 rd row) it changes the link label’s text to the first rows text.
LinkLabel l = new LinkLabel();
grid1.Columns[“COL”].CellViewer = new ControlViewer( l, “Text” );
grid1.Columns[“COL”].CellEditor = new CustomEditor( l, “Text”, true );
It works properly when single click edit = false but this takes 2 mouse clicks for the user instead of one.
Thanks
Imported from legacy forums. Posted by xUser (had 2227 views)