[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Create "custom Data...

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
You are welcome. Thank you for upgrading to kUIB 2. (Version 2.0.1 is the current version.) For server side filtering, you need to do two things: - Add support for the JSON Filter Pattern (JFP) in your Business Entity - Enable server-side processing in the Edit Data Source dialog. To add support for the JFP in your Business Entity, you can use the sample implementation in the documentation: - documentation.progress.com/.../index.html Note: You can also define your own filter pattern (mapping type) instead of using JFP. To enable server-side processing from Kendo UI Builder, you would clear the "Client-side Processing" setting in the Edit Data Source dialog. You would also need to provide the name of the Count Function to use. Related link: documentation.progress.com/.../ You can enable filtering support on the grid via the Properties pane in KUIB ( Enable Column Filtering / Sorting properties). Alternatively, you can specify filters programmatically. Here are links to the documentation and samples: - documentation.progress.com/index.html - github.com/.../kendo-ui-builder-samples - github.com/.../develop - oemobiledemo.progress.com/.../index.html I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top