I'm experimenting with the Kendo Grid's filtering API function. I'm wondering if the API has any functionality for taking in an SQL string for filtering, at least a WHERE clause. Something like the following:
$('#kendoGrid').data('kendoGrid').dataSource.filter('WHERE status = N');
Thank you.
1 Answer, 1 is accepted
0
Stefan
Telerik team
answered on 10 Mar 2017, 11:45 AM
Hello Gibran,
Currently, this is not supported as the filtering is applied to the Grids dataSource instance and it is not directly connected to an SQL database.
Please check the expected format of the filter method in our documentation: