Skip to main content
13-Aquamarine
January 22, 2024
Question

Grid Advanced changed Behavier after upgrade

  • January 22, 2024
  • 1 reply
  • 1662 views

Hello,

 

my company updated thingworx from 9.1.10 to 9.3.7 and now we got that wierd behavior on a Grid Advanced Widget. 

What we want is only 1 row is selected and always at least 1 row is selected. So you cant unselect.

 

This worked as intended on 9.1.10 but after the upgrade we got actually a different behavior. The changedRow event always triggers, even i dont change it. I just click on the selected row and it will be unselected. I tried to play around with all properties and it still doesn't work. 

 

Have anyone a working solution? Or will this be fixed in a upcoming version? Because we will not upgrade for the next 1 or 2 years.

1 reply

19-Tanzanite
January 22, 2024

Hi @AS_10340651 

 

Use DefaultSelectedRows widget property to select rows by default in new Grid.

 

/VR

13-Aquamarine
January 22, 2024

this will only make the selection at the start and we use it already:

AS_10340651_0-1705903674574.png

I'm talkin about the "reselection" = deselected. This behavior is not wanted and was good on 9.1.10.

19-Tanzanite
January 22, 2024

Hi @AS_10340651 

 

I think it cannot be achieved in the new grid. You can make validation service which checks if row is selected or not

 

/VR