Hello,
In the code behind, I select the last row in the grid.
var selectedRows = this.webDataGrid.Behaviors.Selection.SelectedRows;selectedRows.Add(this.webDataGrid.Rows[rowIndex]);
The row is selected but I don't see it because of the scroll pane.
How to automatically scroll to the selected row?
Thanks.
Hello schartrand ,
I’m just following up to see if you’ve been able to resolve your issue. If you have any questions or concerns or if you need further assistance please let me know.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support
Hi,
I am facing similar problem, if I use the scrollToView() method the scrollbar is not moving to the selected row. Please let me know whether I need to upgrade the IG version to 13
At present I am using Infragistics web controls v12.2[.20122.2257]
Even iam facing similar issue. Were you able to fix it? Please provide your inputs.
I am facing similar problem, if I use the scrollToView() method the scrollbar is not moving to the selected row.
Please infragistic team, provide solution.
Please refer this.
Re: Webdatagrid - scrollIntoView
It helped.
Hi Karthikeyan,
thanks for the reply. I tried the methods which present in the link you mentioned. But no luck, it is not at all scrolling to the selected row.
never mind, finally it works. Thanks for the help.