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

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

How we can set sort mode enable in grid

Yoshihiko.N
13-Aquamarine

How we can set sort mode enable in grid

Hi Developers,

 

I'd like to set sortable grid, so I checked "EnableSorting" but it doesn't work.

Could you tell me on how to configure the grid.

1 ACCEPTED SOLUTION

Accepted Solutions
TonyZhang
13-Aquamarine
(To:Yoshihiko.N)

Hi @Yoshihiko.N,

 

Apart from checking EnableSorting, you also need to bind Filter event and QueryFilter property of the Grid widget to the Data Source Service in order to make the sort function work.

Check out this article for more information: https://www.ptc.com/en/support/article/CS341658

 

View solution in original post

1 REPLY 1
TonyZhang
13-Aquamarine
(To:Yoshihiko.N)

Hi @Yoshihiko.N,

 

Apart from checking EnableSorting, you also need to bind Filter event and QueryFilter property of the Grid widget to the Data Source Service in order to make the sort function work.

Check out this article for more information: https://www.ptc.com/en/support/article/CS341658

 

Top Tags