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
495
Webdatagrid - scrollIntoView
posted

Hi,

We are updating to Infragistics 13.1 from 7.3.

Currently trying to scroll the webdatagrid programmatically at the client side using javascript.

Earlier for Ultrawebgrid, scrollToView() was used. 

Tried using scrollIntoView for webdatagrid. But it doesnot work. 

oCell = this.oGrid.get_rows().get_row(i).get_cellByColumnKey(sColumn);

oCell.get_row().get_cell(0).get_element().scrollIntoView(); 

Could you please send me a sample for making it work. 

Please note that webdatagrid contains close to 1000 records. 

Expecting your response at the earliest.

Parents Reply Children
No Data