Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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.
Solved! Go to Solution.
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
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