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
1190
Grouping, Filtering, Sorting not updating
posted

I have just starting working with this grid and am planning on having the grid bind to a JSON datasource that is periodically updated via websockets.  For now I am just randomly updating things on a timer to test out the grid.  I notice that after i call 

$('#grid').igGridUpdating('updateRow', data[0].Name, data[0]);

the Grouping/Filtering/Sorting is not updated to reflect the changes.  The grid cell is updated correctly.  I have tried autocommit: true and and false(handling data dirty) but neither seems to work.  Is there any way to force these to update after a change is made?