Hi
I do not want the cell to highlight when clicked on, i want the cursor to go in immediatly. So i set "editmode" to EditOnEnter. So as soon as you enter the cell it places the cursor there and you see no highlighting.
But now if i add values to cells through code it is then highlighted. I need it to be always with just the cursor in the cell. Any other way??? Is there a way to simulate a click on that cell or select that cell or make that cell with focus????
Another problem is when i add my value to the column then try to add a row using the following dtgrdGetHandle.Rows.Insert(1, 1); i get an error "No row can be inserted after the uncommitted new row." Why??
Thanks in advance 