Hi,
Currently I use the following to ajaxify my RadGrid
This obviously ajaxifies everything. Is it possible to exclude postback within the FormTemplate of the RadGrid from this?
Within my FormTemplate I have questions which may trigger other questions to be displayed dynamically so I want them to be ajaxified directly (eg answer Yes to one question will postback and create another question).
Basically, I just want the CommandItem and GridButtonColumn's of my RadGrid to use Ajax, is that possible?
Currently I use the following to ajaxify my RadGrid
<telerik:RadAjaxManagerProxy runat="server"> <AjaxSettings> <telerik:AjaxSetting AjaxControlID="Grid"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="Grid" LoadingPanelID="LoadingPanel" /> </UpdatedControls> </telerik:AjaxSetting> </AjaxSettings></telerik:RadAjaxManagerProxy>This obviously ajaxifies everything. Is it possible to exclude postback within the FormTemplate of the RadGrid from this?
Within my FormTemplate I have questions which may trigger other questions to be displayed dynamically so I want them to be ajaxified directly (eg answer Yes to one question will postback and create another question).
Basically, I just want the CommandItem and GridButtonColumn's of my RadGrid to use Ajax, is that possible?