Hi,
I want to show/hide some rows in the grid. For that right now I am using rowCss property and based on some condition I apply the css to hide the row.
We need selection functionality as well in the grid. In the below example, I have applied rowCss for 3rd row to make it hidden. Now you can see in the demo 3rd row is hidden but when i click on any cell of 3rd row it is showing selection on the 4th row in the grid due to the hidden row existence.
https://snippet.dhtmlx.com/f0c6eajc
This is may be handled if we use any in built functionality for hide/show row in dhtmlxgrid.
I am using dhtmlx suite version 6.4.2. Is there any work around or solution in latest versions? Please let me know.