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
1800
Column sorting in GroupByrow
posted

I have a column which displays date and i should sort it in descending order. I order by desc in SQL and fetch the data into dataset. After i apply the datasource grouping is done based on another column. But the sort by desc of date column doesn't sort.

All i need is to sort the date column by desc only once and from then on user is not allowed to sort anything. I have set the AllowSorting option to client side and header click action to SortSingle. Is grouping a problem?

Thanks.,