Skip to main content
Best answer by mikes0011

Then I'd recommend against an Editable Grid design approach.  Show the items in a filtered read-only grid, and on each row provide a clickable control that allow editing of that row's data - allowing the user to edit a single row, then save or cancel that edit, prior to allowing them to edit another one.

3 replies

mikes0011
Brainy
June 26, 2023

CTRL-F?

In general though, editable grids are conceptually something that you normally wouldn't want to (or be able to necessarily) do DB-side searching/filtering on.  What exactly is your use case / what you hope to accomplish?

The Expression Guru
June 26, 2023
I want to show the records on the basis of search in interface and change the value in a record and submit the changed value
mikes0011
mikes0011Answer
Brainy
June 26, 2023

Then I'd recommend against an Editable Grid design approach.  Show the items in a filtered read-only grid, and on each row provide a clickable control that allow editing of that row's data - allowing the user to edit a single row, then save or cancel that edit, prior to allowing them to edit another one.

The Expression Guru