This is a migrated thread and some comments may be shown as answers.

[Solved] Not able to use total function of datasource

1 Answer 85 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Richa
Top achievements
Rank 1
Richa asked on 11 Mar 2015, 08:59 PM
I am very new to kendo. When I am writing an event in my grid the intellisence is not showing .datasource method. Am I missing something?

.Events(e => e.FilterMenuInit("OnGridChange"))


    function OnGridChange(e) {
var gridData = $("#grid").data("kendoGrid");
var currFilter = grid.dataSource.filter();}
      

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 16 Mar 2015, 06:03 AM
Hi Richa,


I tried to reproduce the problem locally but to no avail – everything is working as expected on our side. Could you please provide runable project where the issue is reproduced? This would help us pinpoint the exact reason for this behavior.
 
Regards,
Vladimir Iliev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
Richa
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or