Our state of the art Gantt chart


Post by Bhava »

Hi ,
In task editor popup we have a grid , in which the row ,whose fields are in edit function has to be highlighted in blue border.
what is the class used to keep row active until edit is added.
I have attached picture , as you can see on click of edit all the grid row details will come in the below fields , until I edit and add the changed the respective grid row should be highlighted . what is the class to be handled.

Attachments
taskedit.png
taskedit.png (13.43 KiB) Viewed 178 times

Post by Maxim Gorkovsky »

Hello.
You can listen to finishCellEdit and https://bryntum.com/docs/grid/#Grid/view/Grid#event-startCellEdit events to toggle special CSS class on the target row.


Post Reply