Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Grid Tech Support » Maintain scroll position after refresh of datasource Collapse All
Subject Author Date
Wali Akthar Jan 4, 2011 - 3:34 AM

Is it possible to maintain the scroll position within the BoundGridControl so when the datasource is refreshed, the scroll position is maintained?


Thanks,


 

Technical Support Jan 5, 2011 - 9:34 AM

Please make sure that you are using the same data source collection object (List, DataTable, etc) for data items addition or removal, and not using a newly created one. In this case the scroll position will be maintained automatically. Also, please note that if you are using a non-observable collection (Array, List, etc) as a data source, you should call the BoundGridControl.UpdateBinding() method to apply the data source changes to a grid.