cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Thingworx 9.3 Grid Config - Filter and Reset Button Location

travman7777
9-Granite

Thingworx 9.3 Grid Config - Filter and Reset Button Location

Anyone know if 9.3 grid JSON configuration has the ability to set the location of the filter and reset buttons?

 

The old advanced grids allowed for this by using the below JSON string parameters:

 

  "search": {
    "multiColumn": {
      "enabled": true,
      "location": "bottom-right"
    }
  },
  "resetButton": {
    "enabled": true,
    "location": "bottom-right"
  }

 

 However the 9.3 grid configuration documentation does not show the ability to set location.  I've tried something like this but now luck. Anyone have a way to set the location of these two features?

 

  "resetButton": {
    "location": "bottom-right",
    "enabled": true
  },
  "filter": {
    "show": true,
    "location": "bottom-left"
  },

 

 (Note: I have found the documentation to be either inaccurate or non-exhaustive. Wondering if there is something missing in the documentation or if this functionality was disabled.)

3 REPLIES 3
yue
10-Marble
10-Marble
(To:travman7777)

Hello @travman7777 

Do you use new Grid widget (ptcsgrid) on 9.3? If so, unfortunately it seems location property of search/resetButton was obsoleted on Grid widget.

rogerjn
11-Garnet
(To:yue)

Unfortunately there were several good features that dissappeared with the new Grid widget. Double-click event for instance.

kparhad
6-Contributor
(To:travman7777)

Hi @travman7777 

 

We apologize that the desired functionality is not present in the new grid widget, However you can continue to use the legacy widgets in the meantime. The legacy widgets are being deprecated but they will continue to exist while the newer widgets are being enhanced.

 

 You can also submit a request for this on the ThingWorx Ideas board. which will allow others to vote for it.

 

Thanks

Komal Parhad

Top Tags