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

KendoGrid issues - Row selection event and filter is not shown

8 Answers 161 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Madzie
Top achievements
Rank 1
Madzie asked on 09 Nov 2013, 02:34 AM
Hello,
I am not sure of what's the reason behind Filter options not showing up in the column header - it shows up only the filter icon and doesn't open up the dropdown with list of options.
Secondly, how to handle the row selection event ? What's the event ?

Background details :
Using knockout with kendo grid
Running IE 10
Added the following
<link href="@Url.Content("~/Content/kendo/2013.2.716/kendo.common.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/kendo/2013.2.716/kendo.default.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/kendo/2013.2.716/kendo.dataviz.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/kendo/2013.2.716/kendo.bootstrap.min.css")" rel="stylesheet" type="text/css" />
<link href="@Url.Content("~/Content/kendo/2013.2.716/kendo.dataviz.default.min.css")" rel="stylesheet" type="text/css" />

<script src="/Scripts/jquery-2.0.3.js"></script>
<script src="/Scripts/jquery-2.0.3.min.js"></script>

<script src="/Scripts/knockout-2.3.0.debug.js"></script>
<script src="/Scripts/knockout-2.3.0.js"></script>

<!--<script src="/Scripts/kendo/2013.2.716/kendo.all.min.js"></script>-->
<script src="/Scripts/kendo/2013.2.716/kendo.all.min.js"></script>
<script src="/Scripts/kendo/2013.2.716/kendo.aspnetmvc.min.js"></script>

8 Answers, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 11 Nov 2013, 12:43 PM
Hello Madhuri,


Regarding the first question, from the provided information I could not be sure what is the exact reason for the issue. As a possible cause I could point the included jQuery version which is not the officially supported version by Kendo UI and may cause problems. You could check the developer tools JavaScript console for any errors. If you are still experiencing issues with this, please send us a small runnable sample, that we could inspect locally and assist you further.

Regarding the second question, the event that is fired when the Grid selection changes is the change event.

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Madzie
Top achievements
Rank 1
answered on 14 Nov 2013, 12:56 AM
Thanks for the reply Dimiter, I did look at this change event before in the kendo docs but unfortunately doing the same as shown there didn't help ! Wondering what could be missing. Also to tell you, I am using IE 10 - could that be an issue ?
0
Dimiter Madjarov
Telerik team
answered on 14 Nov 2013, 11:42 AM
Hello Madhuri,


Using IE 10 should not cause an issue in this case. Have you tried switching the jQuery version? As stated in the previous post, without an actual running example it would be really hard for us to tell the exact reason.

I am looking forward to hearing from you.

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Madzie
Top achievements
Rank 1
answered on 18 Nov 2013, 03:34 AM
Which version of JQuery is required ?
0
Dimiter Madjarov
Telerik team
answered on 18 Nov 2013, 07:59 AM
Hello Madhuri,


The officially supported version of jQuery is 1.9.1 .

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Madzie
Top achievements
Rank 1
answered on 20 Nov 2013, 03:35 AM
Yup, we are using the same version
Also, loading this <script src="https://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
0
Dimiter Madjarov
Telerik team
answered on 21 Nov 2013, 09:05 AM
Hello Madhuri,


According to the code from the first post, the used jQuery version is 2.0.3. Nevertheless in the last post it is stated that jQuery 1.9.1 is used. Please make sure that jQuery is included only once. 

Regarding the exact issue, I am not sure that I could provide more assistance without an actual project, where the it is reproducing. If you don't want to post it on the forums you could open a ticket in our support system. The following articles might be helpful:
How To Get The Most Out Of Your Kendo UI Support
Isolating a problem in a sample project


Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Madzie
Top achievements
Rank 1
answered on 21 Nov 2013, 05:19 PM
Hi Dimiter, thanks for this info !
Well, in the first post we were using 2.0.3 but when you mentioned the officiala supported version, we tested with that version too. But nothing worked.
I shall raise a ticket and get it resolved hopefully.
Tags
Grid
Asked by
Madzie
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Madzie
Top achievements
Rank 1
Share this question
or