ThingWorx 9.3 ptcsgrid checkboxes and selected rows label
- April 22, 2022
- 2 replies
- 2082 views
I'm using ThingWorx 9.3 and the Mashup Composer wants to migrate my now-legacy Grid Advanced widgets to the new Grid (ptcsgrid). Overall, the new Grid widget is really great, lots of nice features. But, with multi-selection enabled it adds checkboxes on the left and a "Rows Selected" label at the top. I have to click the checkbox on each row to select that row, can't just click anywhere on the row (but the ability to select text in cells and copy is really nice). And, I can't use the shift key to select a range of rows with the checkboxes.
Does anyone know if there is a way to turn off the checkboxes and "Rows Selected" label at the top of the ptcsgrid and allow selecting a range of rows?
I have an open PTC case about this and so far have only gotten a recommendation to try this CSS to turn off the "Rows Selected" label, but it doesn't do anything for me.
.widget-ptcsgrid::part(selected-rows-label) {
display:none
}

