Migrated thingworx application from version ThingWorx 9.1.0-b10877 to ThingWorx 9.3.4-b1190.
Problem occurs when Advanced grid migrated with Rowselection attribute as Multiselect
As per older version there is no checkbox and row can be clicked to multiselect.But now,we need to click on checkbox to select the row.Is it possible to achieve the same as old Advanced grid in new thingworx version?If so, please suggest me
Solved! Go to Solution.
Hi @KN_9954684
Yeah the widget will be invisible in Mashup Runtime
I think it is not possible to achieve selection with CSS.
I found a better way without using the InfoTableSelector Widget. Whenever a row is clicked, the service returns the row number and updates the 'DefaultSelectedRows' widget property.
Please find attached sample entities for your reference
/VR
Hi @KN_9954684 Kindly look at the steps of the below article.
https://www.ptc.com/en/support/article/CS321565
Thanks,
Surya
My problem statement is different to the content in the url provided.
Advanced Grid should not show checkboxes to select rows,row has be selected on clicking the row itself and multi select should work by clicking the row itself.Checkboxes are to be hidden.
Current thingworx version i am using is Thingworx 9.3.4 and advanced grid should behave like in Thingworx 9.1.0.
Thanks
Hi @KN_9954684
Unfortunately, the new grid does not have that feature.
As a workaround, you can use the InfoTableSelector Widget to achieve this functionality.
More about InfoTable Selector Widget - Infotable Selector Widget (ptc.com)
Please do let me know if you need more information on this.
/VR
It is mentioned that Infotableselecter widget is invisible at runtime as per the link.
In the advaced grid widget we are utilizing other features also.Can custom css help in the existing widget.
It is mentioned that Infotableselecter widget is invisible at runtime.
In the advaced grid widget we are utilizing lot of other features also.Can we use custom css in the widget to hide those checkboxes and enable entire row select instead of checkbox select?If so,Please help me with the code as I tried but of no luck
Hi @KN_9954684
Yeah the widget will be invisible in Mashup Runtime
I think it is not possible to achieve selection with CSS.
I found a better way without using the InfoTableSelector Widget. Whenever a row is clicked, the service returns the row number and updates the 'DefaultSelectedRows' widget property.
Please find attached sample entities for your reference
/VR
That really helps.Thank you so much