We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Grouping problem

Hi,
I'm new with Syncfusion, and testing grids in an mvc project.
I've a grid taking datasource from ViewBag.
Everything works well except when trying to group: the header are correct, but in the body of the grid appears the message as in screenshot.



Thank you in advance.

Regards

Cristian

3 Replies

SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team December 22, 2016 01:33 PM UTC

Hi Cristian, 
 
We are unable to reproduce the issue at our end. We have prepared a sample with the given information that can be downloaded from the following location. 
 
 
We request to provide the following information to analyze the problem and provide you solution as early as possible. 
 
1)      Code example of the Grid 
2)      Stack trace of browser console (if any error) 
3)      Sample data bind to the Grid 
4)      Version of the Essential Studio 
5)      If possible, modify the attached sample and replicate the issue 
 
Regards, 
Seeni Sakthi Kumar S. 



CB Cristian Bellotto January 13, 2017 02:26 PM UTC

Hi,
I can't solve the issue.
Attached you find a little part of the project with the grid that has the grouping issue.

Thank you in advance.

Regands

Cristian Bellotto

Attachment: OtoMaintenance__Copy_2ff19dc.zip


SS Seeni Sakthi Kumar Seeni Raj Syncfusion Team January 16, 2017 12:21 PM UTC

Hi Cristian, 
 
We are able to reproduce the problem with the provided sample. You have referred the ej Scripts as well as jQuery Scripts more than once in your application. In the _layout.cshtml, you have referred the scripts directly and also through the bundle config method which is the cause of the problem. This results in the jQuery conflict. Therefore, Grid content has been rendered indifferently. So we suggest to use remove the anyone of the reference. In the following cshtml (from \OtoMaintenance\Views\Shared), we have removed the bundle.config reference. 
 
 
Regards, 
Seeni Sakthi Kumar S. 


Loader.
Up arrow icon