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
130
Row sorting when using igGrid Knockout binding
posted

It appears that when using the knockout binding for igGrid, the column sorting function doesn't sort items as they are added into the underlying observable array.  I've created a jsFiddle here to demonstrate.  If you sort by one of the columns and then add a new item, the new item appears at the bottom of the grid and not where it should be in the current sort order.  Also if an item is updated it is not resorted.  Is there a configuration option that I am not performing correctly?