This is a migrated thread and some comments may be shown as answers.

setting ajaxmanager to ajax refresh grid on commanditemplate radbutton

1 Answer 45 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 15 Apr 2017, 09:14 PM
How do I set the ajaxmanager to ajax refresh a grid based on a button in the CommandItemTemplate since the button does not show up as a control in the ajaxmanager configuration wizard?

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 19 Apr 2017, 08:23 AM
Hello David,

In such scenarios, you should ajaxify the container control itself. In this case, that would be the grid:
<AjaxSettings>
    <telerik:AjaxSetting AjaxControlID="RadGrid1">
        <UpdatedControls>
            <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
        </UpdatedControls>
    </telerik:AjaxSetting>
</AjaxSettings>

I hope this will prove helpful.

Regards,
Eyup
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Ajax
Asked by
david
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or