Hello,
I've got a page with an updatePanel (Conditional mode for Ajax behaviour), and this UpdatePanel contains a RadGrid whose DataSource is populated on the first page-load. All postbacks are then disabled and I fully work on client-side with this RadGrid.
Along with this RadGrid I've got a form whose fields match each column of the Grid.
When I click (client-side) on an item of the Grid, my JScript should load the values into the fields of the form section for edit/update purpose.
And I also want to sort the columns of the grid on client-side only (I have the impression that the DataSource needs to be set client-side also for this to be achieved. Am I right?).
So my question is : if the client DataSource needs to be set, is there an easy means for setting it automatically based on the content of the Grid retrieved server-side on the Page Load (without invoking additional WebMethod or PageMethod) ?
Thansk in advance for your reply.
Best regards
Olivier.
I've got a page with an updatePanel (Conditional mode for Ajax behaviour), and this UpdatePanel contains a RadGrid whose DataSource is populated on the first page-load. All postbacks are then disabled and I fully work on client-side with this RadGrid.
Along with this RadGrid I've got a form whose fields match each column of the Grid.
When I click (client-side) on an item of the Grid, my JScript should load the values into the fields of the form section for edit/update purpose.
And I also want to sort the columns of the grid on client-side only (I have the impression that the DataSource needs to be set client-side also for this to be achieved. Am I right?).
So my question is : if the client DataSource needs to be set, is there an easy means for setting it automatically based on the content of the Grid retrieved server-side on the Page Load (without invoking additional WebMethod or PageMethod) ?
Thansk in advance for your reply.
Best regards
Olivier.