Grid edit on selected item

Hi, is it possible to open grid edit on selected item, like delete record for checkboxes selected.

There is no such feature in PHPMaker.

Oh ok, is there anything can be done by coding or changing in the way of grid edit work.
If multiple delete on checkboxes work then i guess grid edit can be done, it’s a little bit annoying if i want to change 3 or 4 rows i’m stick with let’s say 10 rows all opened in edit form you get lost if you know what i mean.Thank you.

There are many ways you can do to know/display the latest updated records in Grid Edit mode. One of them is to sort Descending the recordset in List Page based on the date and time of last updated. The other way is to filter only your desired records first if you want to edit it so that you don’t need to display all 10 records if you want to edit only 4 records, for example.

mobhar wrote:

The other way is to filter only your desired
records first if you want to edit it so that you don’t need to display all 10 records
if you want to edit only 4 records, for example.

Oh thanks for this one, i think this should do the trick.

Many thanks really will try it, the ordering doesn’t matter because i might need to edit something already past so ordering maybe difficult in this way but filtering is the desired method since you can filter unlimited fields in this way you can find exactly what you need.