KUIB datasource filtering

Posted by jackc@fordav.com on 20-Jun-2018 14:21

I have made a simple grid view to pull in data from the added data provider.

Only - the network call to get the data times out.

The table on the server has a lot of data and I only want to get records back for a specified filter.

username='jackc' AND age > 10  --- for example

How can I edit my grid view to pass this ServerSide Filter?

All Replies

Posted by rhernand on 20-Jun-2018 14:36

Chris, take a look at the post here: community.progress.com/.../35384

Posted by rhernand on 20-Jun-2018 14:39

...And here... This describes the filtering in more detail. This link is tin the other post I referenced also but I wanted to make sure you followed the link... documentation.progress.com/.../index.html

Posted by jackc@fordav.com on 20-Jun-2018 14:50

We have JFP implemented and I have been using it in my past jQuery projects. But where in KUIB do i specify the filter?

This thread is closed