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

Imagebuton in Grid Template Column

1 Answer 48 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Thomas
Top achievements
Rank 1
Thomas asked on 15 May 2012, 06:13 PM
Hello,

I have an ImageButton in a  RadGrid with a RadAjaxManager. When I click on the ImageButton in line 1 of the grid, controls are populated with the data from the radgrid. If I click on the same imagebutton in lines 2..n, nothing fires.

Code to bind the cotrols are as follows.

 

 

 

<telerik

:AjaxSetting AjaxControlID="imgRequest">

 

 

 

<UpdatedControls>

 

 

 

<telerik:AjaxUpdatedControl ControlID="rgRequests" />

 

 

 

<telerik:AjaxUpdatedControl ControlID="rdpReqInfoReceivedDate" />

 

 

 

<telerik:AjaxUpdatedControl ControlID="ddlRequestType" />

 

 

 

<telerik:AjaxUpdatedControl ControlID="cbxIsRequired" />

 

 

 

<telerik:AjaxUpdatedControl ControlID="ddlOutcomes" />

 

 

 

<telerik:AjaxUpdatedControl ControlID="tbxOutcomeReason" />

 

 

 

<telerik:AjaxUpdatedControl ControlID="rdpReqOutcomeDate" />

 

 

 

</UpdatedControls>

 

 

 

</telerik:AjaxSetting>

 


Any help would be appreciated.

Thanks
Thomas

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 18 May 2012, 04:15 PM
Hi Thomas,

I have attached a sample RadGrid page where I implemented the described scenario. Please give it a look and let me know whether I am missing something out.

Kind regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Thomas
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or