Posted 25 February 2019, 5:59 am EST
Hi,
I am not able to highlight first cell of wijmo Grid. Default way is not working in grid. can you please suggest some solution to forcefully highlight it.
Regards,
Riya
Forums Home / Wijmo / General Discussion
Posted by: riya.katawate16 on 25 February 2019, 5:59 am EST
Posted 25 February 2019, 5:59 am EST
Hi,
I am not able to highlight first cell of wijmo Grid. Default way is not working in grid. can you please suggest some solution to forcefully highlight it.
Regards,
Riya
Posted 26 February 2019, 4:31 am EST
Hi,
As the default behaviour, FlexGrid always selects the first cell in the grid. If grid is not selecting the cell then please make sure that ‘selectionMode’ property of the grid is not set to ‘None’. Also, please make sure that none of the CSS is overwriting the background color for wj-state-selected class.
Also, could you please share some code snippet of your implementation of the grid or a small sample replicating the issue so that we may investigate it further.
~Sharad
Posted 5 March 2019, 10:23 am EST
Thanks. Its working now