When having a locked column positioned at the end of the
grid, when trying to edit the locked column the editCell event will fire with a
wrong columnIndex
Below is the a reproduction of the case :
https://plnkr.co/edit/KMJv6BUddzaOF1LRTWCx?p=preview
1 Answer, 1 is accepted
0
Accepted
Dimiter Topalov
Telerik team
answered on 28 Mar 2018, 06:10 AM
Hi Salim,
Thank you for bringing this issue to our attention. Indeed, the columnIndex, passed to the cellClick event handler is correct, but the editCell() method treats the received index as though it is for the non-locked table only (there are two tables rendered when there are locked columns - one for them, and one for the scrollable table that contains the rest of the non-locked columns).
I have logged an issue to our GitHub repository and you can track it here: