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

Multiple grids on one page clashing

6 Answers 1349 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dominic
Top achievements
Rank 1
Dominic asked on 08 Aug 2011, 04:57 PM
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:

$(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

Sort by
0
Nikolay Rusev
Telerik team
answered on 09 Aug 2011, 01:51 PM
Hello Dominic,

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
Nikolay Rusev
Telerik team
answered on 28 Sep 2015, 06:52 AM

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
Nikolay Rusev
Telerik team
answered on 01 Oct 2015, 06:31 AM

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!
 
Tags
Grid
Asked by
Dominic
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
vishnu
Top achievements
Rank 1
Azzlack
Top achievements
Rank 2
Share this question
or