Alternatives to hide/exclude first “Total” row from selection in ptcs-grid
I am using ptcs-grid with multi-row selection enabled.
The first row in my grid is a “Total” (summary) row, added through a service.
I do not want this row to be selectable, and it should also be excluded when “Select All” is used.
Since CSS solutions only hide the checkbox visually (and do not affect selection logic), I would like to know:
What are the supported alternatives or best practices to handle this scenario?
how the Data is looking on grid i am here attaching the screenshot.
from this screenshot i want to Hide the Checkbox for the 1st row whose department="Total"


