I have two grids that are clashing; this is to say that if I group on a column in the first table it groups but adds the filter into the second (#masonicB) table. I cannot group at all on the #masonicB table
My code is:
Thanks,
Dom
My code is:
$(document).ready(
function
() {
$(
"#iaplusB"
).kendoGrid({
groupable:
true
,
scrollable:
false
,
sortable:
true
});
$(
"#masonicB"
).kendoGrid({
groupable:
true
,
scrollable:
false
,
sortable:
true
});
});
Thanks,
Dom
6 Answers, 1 is accepted
0
Hello Dominic,
Thanks for spotting this. We will fix it immediately.
Regards,
Nikolay
the Telerik team
Thanks for spotting this. We will fix it immediately.
Regards,
Nikolay
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
vishnu
Top achievements
Rank 1
answered on 25 Sep 2015, 12:48 PM
Hi Nikolay,
Is this issue fixed.. We are still facing same issue on latest versions also..
0
Azzlack
Top achievements
Rank 2
answered on 25 Sep 2015, 02:32 PM
Is this fixed? I think I have a similar issue: http://www.telerik.com/forums/weird-behavior-when-having-multiple-grids-in-the-same-page
0
Hello Azzlack,
Seems to be working - http://dojo.telerik.com/@rusev/ETEra, isn't it?
Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Azzlack
Top achievements
Rank 2
answered on 28 Sep 2015, 08:50 AM
Your example works, but my problem is not necessarily the same as the original poster - the common thing is I also have multiple grids on the same page. See http://www.telerik.com/forums/weird-behavior-when-having-multiple-grids-in-the-same-page
0
Hello Azzlack,
If the problem which you are facing is more related to the other thread you should post your questions in it instead.
Regards,
Nikolay Rusev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!