Hey All,
We are trying to use jqxGrid to display financial data with KnockoutJS.
We have two means of updating the data, through web sockets and with on screen controls.
The grid updates perfectly fine but there’s one major flaw that is a show stopper:
When the grid refreshes, if there are any groups, they will collapse to the original state.
I know saving the groups Expanded/Collapsed state isn’t supported but we can’t have the user’s grid change on them when the data changes.
This is a very obvious issue and I’d like to know what some of you have done to work around this or if there is any solution at all.
Thanks