We are using updatebounddata to update the grid on certain operations. We have a new item recently where we want to reload the grid but have their existing filters applied to the previous selection. Ideally I’d like to just call ‘updateboundata’ and have it work.
However, if I call jqxGrid(‘updatebounddata’) or jqxGrid(‘updatebounddata’,’data’) it generates a 5k+ character query string and that trips max query length checks on our servers. I would prefer to not even send all that waste if possible and heighten the limits on our servers. Is there a way to tell jqxGrid not to do that?