Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
Disable Sorting on a Column - In Grouping
posted

Hi All,

I am using Infragistic grid version 7.3.

I have used following code to disable sorting on a Column -

 In InitializeLayout event -

e.Layout.Bands[0].Columns[0].SortIndicator = SortIndicator.Disabled;

It Working fine when there is no grouping. you are not allowed to sort columns.

But when we used this column as grouping column - Outlook Group By,clicking on column header in Groupbox allowed sorting.

Any Idea how to prevent it.

Thanks...

RAJU