hi all,
i have binded the grid to a datatable ..then initiliazelayout event i am doing the sorting thru
col("').sorting.add("colname1")
after this i am grouping it by groupby mehtod and the mode is set to value..
but grouping is not proper ....ie the items are not sorted properly .. plz help me
Hi,
Could you be more specific? What exactly is wrong?
Mike i have found the cause ..... the problem is the column by which i am grouping is not sorted properly though i use this statement
grd.DisplayLayout.Bands(0).SortedColumns.Clear()
grd.DisplayLayout.Bands(0).SortedColumns("PNumber").GroupByMode = GroupByMode.Value
grd.DisplayLayout.Bands(0).SortedColumns.RefreshSort(True)
it s a readonly grid ..does this have anythng to do with this