Good morning everyone!
It is as follows: I configured a grid (TcxGrid) to have a master (header) and a detail (items) to display grouped information as needed. However, this grid gives the user the option of deleting records that have been entered into the grid using the delete key. But when attempting to exclude the item selected by the user, theRecNo
of TOraQuery
connected to detail does not consider the current position of the cursor, but always the last one.
I tried to change the property Deleting
to OptionsData
to allow the user to delete, but it does not succeed.
Is there a way to solve this problem or is there a contouring solution?