PriceRightHTML5team
Sep 07, 2014, 6:56 AM
Hi
Mine is as Asp.Net MVC Razor view application.
I have a grid panel to which I have applied a multi header. Below is the ColumnModel snippet and the snap of the grid
...
...
.ColumnModel(
Html.X().Column().Text("Main Heading").Columns(
Html.X().Column().Text("First Column").DataIndex("FirstColumn").Width(100),
Html.X().Column().Text("Second Column").DataIndex("SecondColumn").Width(120)).Sortable(true)
...
...
http://forums.ext.net/attachment.php?attachmentid=14981&stc=1
The issue is - Column sorting options have got disabled. Also columns are not getting sorted on specific column header click. I need have sorting on the columns.
Mine is as Asp.Net MVC Razor view application.
I have a grid panel to which I have applied a multi header. Below is the ColumnModel snippet and the snap of the grid
...
...
.ColumnModel(
Html.X().Column().Text("Main Heading").Columns(
Html.X().Column().Text("First Column").DataIndex("FirstColumn").Width(100),
Html.X().Column().Text("Second Column").DataIndex("SecondColumn").Width(120)).Sortable(true)
...
...
http://forums.ext.net/attachment.php?attachmentid=14981&stc=1
The issue is - Column sorting options have got disabled. Also columns are not getting sorted on specific column header click. I need have sorting on the columns.