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
332
Refreshing after Insert, Update
posted

 Hello,

We're working with a SQLDataSource object and Infragistics Version 20082. After processing an insert or an update to a grid, the rows might not appear in the correct order. Is there a way to refresh the datas of the grid and display them in the correct way? As we work with AJAX-enabled grid, we don't want to do a full-postback.

Example: Our grid contains a column "name" and is sorted according to this. The column holds the names Lorenz, Meier. So, now we change "Meier" to "Huber". Everything works fine, but Huber appears still after "Lorenz". 

 Thanks in advance for your help!