Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
335
Row selector icon to show on first row in grid not smallest ID
posted

Hi

I have a grid that shows filtered records before the grids recordset is shown, what I mean by that is the filtering and sorting is done in SQL so the data is retrieved already filtered and sorted. In the case of below it is sorted by security name.

My problem is twofold.

First, the current row icon always goes to row 5 in the grid and this looks strange, I am guessing it is because it has the lowest ID number in the dataset but can I set it to go to the first displayed row? The screenshot below shows how it looks at the moment

The second issue is that when I click another row, row 5 then displayed dotted lines around it as per the following screenshot when I click to go to another row:

This only happens the first time the grid is loaded, after that I can click rows anywhere and the cell I click on is selected as expected, it is only when the grid is loaded up that I have to click twice to move to another row/cell the first time.

Any help would be appreciated.

Thanks

Paul