Hi
How can i get the total filtered record count? In above case it should be 1.
Thanks
Jaydeep
dsEventsList = new kendo.data.DataSource({ data: JSON.parse(localStorage.getItem("EventsJson")), filter: { field: "Events_ID", operator: "eq", value: g_Events_ID } }); //Total Record --> 23
alert(dsEventsList.options.data.length);How can i get the total filtered record count? In above case it should be 1.
Thanks
Jaydeep