This question is locked. New answers and comments are not allowed.
I have a grid set up with filtering.
I am using jquery which is triggered by the user to filter
I am also using batch edit mode.
If the user modifies a row and then filters that row to make it invisible and then brings the row back into visibility (by altering the filter), the changes do not get saved.
When the user removes the filter the changes are missing.
Please help.
Thanks
I am using jquery which is triggered by the user to filter
var filtervalue = "tid~eq~" + tid.toString();
MyGrid.filter(filtervalue);I am also using batch edit mode.
If the user modifies a row and then filters that row to make it invisible and then brings the row back into visibility (by altering the filter), the changes do not get saved.
When the user removes the filter the changes are missing.
Please help.
Thanks