OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: CADwiesel on March 09, 2019, 07:38:25 AM

Title: evebt in grid_edit
Post by: CADwiesel on March 09, 2019, 07:38:25 AM
Am i right, if an grid is in an palette and you are editing an cell, there is no option to catch the Return Key event?
The only key i found to catch was the TAB key. But if u use this, there was no way to find out the new value of the last edited cell.
In my case there is an sorting event ant this event sort the cells in the columns so the position you edited befor, now contains another value because of sorting.

So which event can i use to get the Return key pressed?