Skip to main content
10-Marble
February 27, 2023
Solved

Implement Filters in Advanced Grid Thingworx

  • February 27, 2023
  • 1 reply
  • 1402 views

Hello 

 

I want to implement Filters on My grid data , I tried to do it via some service but not able to do it . For search operation i have made a text box on the basis of one service.

Can anyone please help me what is the best way to achieve it?

 

Thanks

 

Best answer by bchaudhary_448008

Hello @RB_10191565 

 

I have one confusion with your query do you mean to achieve search and filter in your advanced grid, if this is your use case please refer the following link

https://www.ptc.com/en/support/article/cs341658

 

Please let me know if this doesn't help you with your issue or you have any further concern.

 

Thanks

1 reply

5-Regular Member
February 27, 2023

Hello @RB_10191565 

 

I have one confusion with your query do you mean to achieve search and filter in your advanced grid, if this is your use case please refer the following link

https://www.ptc.com/en/support/article/cs341658

 

Please let me know if this doesn't help you with your issue or you have any further concern.

 

Thanks

17-Peridot
February 28, 2023

Hello,

 

Just want to point out that the grid widget has its own filter and sort properties now that will filter and sort data in runtime.

 

Grid Property:

jensc_0-1677597367599.png

Column Property:

jensc_1-1677597425671.png

 

So unless you want to do the filtering/sorting server side, or using a chip filter for example I would recommend using this function instead.

 

Regards,

Jens