I am trying to implement custom grouping and can't get it working when i group on more than one level. Can you provide an example on how this ca be done.
2 Answers, 1 is accepted
0
Julian Benkov
Telerik team
answered on 10 Oct 2012, 02:59 PM
Hello Lars,
You can use the Level argument of the CustomGrouping event handler to implement a custom grouping operation for more levels. Here is an example:
using System;
using System.Data;
using System.Windows.Forms;
using Telerik.WinControls.UI;
namespace Lab.Grid
{
public partial class GridCustomGroupingForm : Form