Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
I have two Advanced Grids that i'm using for my mashup. Grid A populates Grid B based on the selected row and specific cell value. I can sort and filter Grid A but can't do that with Grid B. The bindings are the same on both between the filter widget and the advanced grid widget. I have attached some screenshots.
Thanks
Rafay
Solved! Go to Solution.
I ended up fixing it myself by making changes to the service. I re-queried the data that was coming from the first service.
Thanks
1. What is the version of your thingworx server and advanced grid?
2. Are you seeing any errors in the logs?
3. Just to confirm- 'EnableSorting' property of AdvancedGrid table is checked?
Have a look at these community posts for more information:
Data-Filter-and-Column-Sort-with-Advanced-Grid
ThingWorx-Developers/Advanced-grid-doesn-t-display
Please check this article as well
https://www.ptc.com/en/support/article?n=CS306055
Thanks,
Vibhuti
TWX version ThingWorx 8.4.3-b2219
Grid Advanced version 4.1.1
I looked at the links you posted but those are mainly related to refreshing issue. My bindings match the requirements on the filter and grid. Also, sorting is enabled on the second grid.
My guess is that because i'm customizing my filter (in the service screenshot) on the second grid, its overwriting and data filter queries, could that be possible?
Thanks
I ended up fixing it myself by making changes to the service. I re-queried the data that was coming from the first service.
Thanks