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
close icon

Grid Grouping

I am trying to get the GridGrouping control to work but am having zero luck. All I get is a blank screen. I have followed the instructions here....http://help.syncfusion.com/lightswitch and they don't seem to be valid. What is the proper steps for using this control?



1 Reply

GV Gowthami V Syncfusion Team January 2, 2015 12:31 PM UTC

Hi Ahmad,

Thanks for using syncfusion products.

We have analyzed your issue and we are able to reproduce the reported issue.

Now we can resolve the issue by passing the datasource to the grid through data manger as follows.

OrdersGridGroupingTemplate.lsml.js

var dataManger = ej.DataManager({

            json: contentItem.value.data,

            offline: true

        });

        //Rendering the Grid Control

        itemTemplate.ejGrid(

            {

                dataSource: dataManger,

                allowGrouping: true,

                allowPaging: true,

                columns: fieldname

            });

For your convenience we have created a sample and the same can be downloaded from the following link.

Sample Link: Application1.zip                       

Please try the above sample and let us know if you have any queries.

Regards,

Gowthami V.



Loader.
Live Chat Icon For mobile
Up arrow icon