Hello,
Is there a way to add the k-state-selected class to a row that is being added to a grid? My new record has its key set to 0 and I am setting my selectedIds to an array of just this value but it seems to have no effect. I've tried other values and they are still not recognized.
The way I am adding rows is I am calling grid.addRow and passing a formGroup object.
Thanks!
Marvin