After Update Filter Criterion Get Lost

Hello friends!

I wanna make a customization on a form.

When user writes his/her criteria on filter area (by ctrl+g) of grid. Data is shown according to filter criteria. But when a field is edited or changed by user, all data is shown on grid instead of showing filtered data again. I want to avoid refreshing and showing all data with no filtered data on grid after editing. Is it possible to do that? What should I do?

Generally the update would not be removing the user filter unless there is an explicit call for that after the update.

Is that a standard form, if so any changes to it?

Have you tried to debug and see the issue?

OK I solved the problem. There was an update code in modified method of datasource field.