Is there any way to know if a particular record is in the visible area and if it is not in viewable area, is it possible to scroll to that specific record through code?
Hello,
Yes, you can use the BringRecordIntoView method, which will bring a particular record into view if it is not visible.
You can also use the GetRecordsInView method to get all the records that are currently visible.
Please let me know if you have any more questions on this matter.
Is there a way to bring the record into view, but always have it land at the TOP of the grid (assuming you are not at the bottom, and cannot scroll any further down). The BringRecordsIntoView method sometimes results in the record being on the bottom or on the top of the grid, depending on which way the view has to "scroll" to get to the record. This is unpredictable for our users.
that works perfect..
thanks!!