KD
Krishnaraj D
Syncfusion Team
October 11, 2010 05:31 AM UTC
Hi Jose,
Thanks for your interest in Syncfusion Products.
Currently, we don’t have support for displaying the grouped column. Our Mvc grid doesn’t accept the grouped column as a data source. By enabling the grouping option you can get the grouped column data.
Refer the below code snippets.
<%=Html.Grid("Grid1")
.Datasource(Model)
.EnableGrouping()
})%>
Please let us know if you have any other queries.
Regards,
Krishnaraj D