Posted 21 February 2023, 6:59 am EST - Updated 21 February 2023, 7:13 am EST
Hi Team,
I am trying to add focus to first cell on new row Add btn click event for this, the cell gets highlighted with white color but cursor does not appear initially
I tried following ways:
- flex.select(0, 1);
- flex.cells.getCellElement(0, 1).focus();
But it is not working, Can you please help us.
Thanks