Hi,
I'm trying to work out if this is a bug or an error on my end, but I have a grid which has sorting enabled as well as a command column containing the delete button.
I can click the delete button and the grid row removes fine, but if I sort by a column and try to then delete, the selected row doesn't remove. It appears to remove another row from the grid seemingly at random.
I can only assume that it is somehow referencing the original order of the grid and deleting the row that used to be in that position before the sort.
I've tried setting the default sort as well and still experience the same behaviour.
This is essentially making it impossible to use both column sorting and command column deleting together.
Does anyone have any information or has experienced the same issue?
Kind Regards,
Nathan