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 an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

How we can set sort mode enable in grid

Yoshihiko.N
14-Alexandrite

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.

ACCEPTED SOLUTION

Accepted Solutions
TonyZhang
14-Alexandrite
(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

 

Tony

View solution in original post

1 REPLY 1
TonyZhang
14-Alexandrite
(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

 

Tony
Announcements


Top Tags