We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

No subject

Hi, I am having Databound Grid. I am bounding the grid with datasource in the form load. but some times, grid automatically selects the first row by default and some times not? Any idea why is this behaviour? Many thx Ram

1 Reply

AD Administrator Syncfusion Team April 29, 2003 07:55 PM UTC

I would think that in the same program, things would work consistently one way or the other. You can force the current cell to cell 1,1 with code like this in formload. grid.ForceCurrentCellMoveTo = true; grid.CurrentCell.MoveTo(1,1);

Loader.
Live Chat Icon For mobile
Up arrow icon