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
310
Sorting
posted

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>