Posted 16 June 2021, 1:07 am EST
Hello,
I am using Angular 9.
For Wijmo Flexgrid, I want to select 1 cell (not mutli select), and when 1 cell is selected I know the wj-state-selected gets enabled in the css.
When I am selecting 1 cell, I want to add another div which will add another css class so I can display something inside in the cell. At this point, I am not in the Cell Edit, but I am just selecting the 1 cell.
I would imagine I would add a div when the wj-state-selected is active/enabled. I would remove this div is the wj-multi-state-select is active/enabled and/or if the wj-state-selected is not enabled.
What is the best way to do this in Wijmo? Sorry if I am not explaining this clearly.