Hi,
I have a Databound WebDataGrid that has DataSourceID set and everytime l try to sort the data is being reloaded.
Below is the datasource
<cc1:CslaDataSource ID="viewJobsCslaDataSource" runat="server"
OnSelectObject="viewjobsCslaDataSource_SelectObject"
TypeName="XXX.Helpdesk.Common.Business.HelpdeskJobList"
TypeSupportsPaging="False" TypeSupportsSorting="True">
</cc1:CslaDataSource>