Row header arrow.

I have GDBG with the row headers. When I initialy display the grid I clear all the selections and move the Current Cell to -1, -1 location. Those assuring that nothing is initially selected. But even when all this is done the right arrow indicator in the header cell of the first row is displayed. How to remove that arrow initially until something in the grid is selected?

1 Reply

AD Administrator Syncfusion Team January 7, 2005 04:12 PM UTC

Try setting: grid.Binder.CurrentPosition = -1;

Loader.
Up arrow icon