4 Answers, 1 is accepted
0

Nils
Top achievements
Rank 1
answered on 07 Feb 2009, 06:46 PM
Hi Divyesh Chapaneri,
it is explained in the documentation (http://www.telerik.com/help/winforms/grid_multi-column-sorting.html). Set GridViewTemplate.AllowMultiColumnSorting to true and add all needed SortExpressions to the GridViewTemplate.SortExpressions collection.
Kind regards,
Nils Hommen
it is explained in the documentation (http://www.telerik.com/help/winforms/grid_multi-column-sorting.html). Set GridViewTemplate.AllowMultiColumnSorting to true and add all needed SortExpressions to the GridViewTemplate.SortExpressions collection.
Kind regards,
Nils Hommen
0

Gourangi
Top achievements
Rank 1
answered on 09 Feb 2009, 09:10 AM
There is no property like grd.GridViewTemplate.AllowMultiColumnSorting or grd.MasterGridViewTemplate.AllowMultiColumnSorting !
I am using RadControls for WinForms Q3 2008 SP2
Regards,
Divyesh
I am using RadControls for WinForms Q3 2008 SP2
Regards,
Divyesh
0

Nils
Top achievements
Rank 1
answered on 09 Feb 2009, 11:18 AM
In reference to http://www.telerik.com/community/forums/winforms/gridview/can-not-find-mastergridviewtemplate-allowmulticolumnsorting-property.aspx it seems that the documentation is outdatet. The property was moved to the SortExpressions-Collection:
Kind regards,
Nils
radGridView1.MasterGridViewTemplate.SortExpressions.AllowMultiColumnSorting = false |
Kind regards,
Nils
0
Hi Divyesh Chapaneri,
Thank you for your question. This property no longer exists, but by default multi-column sorting is enabled. In order to use it, please use the Shift + mouse click on the header row to perform the second sorting. I have updated our help and the change will be soon visible.
Do not hesitate to write me back if you have more questions.
Best wishes,
Nick
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for your question. This property no longer exists, but by default multi-column sorting is enabled. In order to use it, please use the Shift + mouse click on the header row to perform the second sorting. I have updated our help and the change will be soon visible.
Do not hesitate to write me back if you have more questions.
Best wishes,
Nick
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.