Hi,
e.Layout.Bands[0].SortedColumns.Add("Date", false, true);
Group by column is done using above code but my problem is I dont want sorting on Date Column. Following is the example of Data in data table and its display in grid with sorting of Date column That i don't want.
Is there any other way to Group Column in code?
The grid must sort the data before it can be grouped, becasue the rows with similar values must be next to each other.
Hi Mike, If i want to Rearrange row after sort then in which event should i write code? and and which property i have to set for change the row index?