Are you planning to make static datastore objects work with sync grids with enable-rendering activated?
(it actually works now but crashes when filtering or sorting)
Are you planning to make static datastore objects work with sync grids with enable-rendering activated?
(it actually works now but crashes when filtering or sorting)
Try to use
grid.sync(data, { sort:true, filter:true });
it will instruct grid to redirect filtering and sorting to the datastore, as result it will be able to filter and sort self in smartRendering mode.