I’m using the advanced search form to build a filter expression on the results.
When the user initially opens the grid , the results will be filtered by default. This works very well by using:
postData: {filters: myfilterexpression},
Now I also need to display this expression somewhere on my page, to notify the user that a filter is in effect.
Can I call some javascript function to return the current filter string in a human readable form?
I see some function toUserFriendlyString exists, but can’t figure out how to use it correctly.
Any clues or examples are highly appreciated!
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top