E
egarcia
Guest
Hello, > I have a gridview in Kendo UI Builder, and I want to pass parameters to the Read method which is setup to accept a > "filter" parameter. Are you using a custom data source? How does your data source definition look like? Please notice that for a data source of type "jsdo", the read operation is handled internally. Also, if what you intend to send is a filter, then the data source should be configured with serverFiltering: true for the filter to be sent to the remote service. Perhaps, the following post in the Kendo UI forum helps: www.telerik.com/.../datasource-read-with-parameters I hope this helps.
Continue reading...
Continue reading...