Hey everyone,
Title Correction: radGridView1_CustomGrouping event not firing
I am trying to implement the following example I have found in the Telerik forums to get custom month sorting to work. (Link) I tried setting the CustomDataOperation on the column as the example indicates. When I did that, the Intellisense description stated that the CustomDataOperation property was deprcated and to use EnableCustomGrouping, EnableCustomSorting, etc on the GridView instead.
I have set all of these properties to true, yet the radGridView1_CustomSorting event does not fire.
Why? What else is needed?
Title Correction: radGridView1_CustomGrouping event not firing
I am trying to implement the following example I have found in the Telerik forums to get custom month sorting to work. (Link) I tried setting the CustomDataOperation on the column as the example indicates. When I did that, the Intellisense description stated that the CustomDataOperation property was deprcated and to use EnableCustomGrouping, EnableCustomSorting, etc on the GridView instead.
I have set all of these properties to true, yet the radGridView1_CustomSorting event does not fire.
Why? What else is needed?