I currently use remote data, remote sort and remote filter. All works fine.
I now have a new column that I need to filter locally once the remote data is displayed on grid. The reason this column needs a local filter is that it would otherwise change the whole dataset and upset some calculations if the data is actively removed...I just want to able to filter the grid results without affecting the rest of the row.
I read one of your other forum responses which suggested switching to local filter temporarily and then reverting back to remote after the local filter had been applied. Is this the best/only approach or can I set an individual column to be a local filter only? Either way I'm not really sure how to do it.
Hope you can help.
Regards, Tony.