5 Answers, 1 is accepted
0
Hi Ryno,
Please refer to the online resources below for more information about how to achieve your goal:
http://www.telerik.com/help/aspnet-ajax/grdcommanditemtemplate.html
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/commanditem/defaultcs.aspx
Kind regards,
Pavlina
the Telerik team
Please refer to the online resources below for more information about how to achieve your goal:
http://www.telerik.com/help/aspnet-ajax/grdcommanditemtemplate.html
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/commanditem/defaultcs.aspx
Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0

Johan
Top achievements
Rank 1
answered on 30 Aug 2010, 12:11 PM
Thanks for the quick reply.
The solution you have posted in not exactly what I'm trying to achieve though.
In fact, my custom button will be on another user control and not in the header section of the Grid.
The solution you have posted in not exactly what I'm trying to achieve though.
In fact, my custom button will be on another user control and not in the header section of the Grid.
0

Johan
Top achievements
Rank 1
answered on 30 Aug 2010, 01:43 PM
Thanks for the quick reply.
The solution you have posted in not exactly what I'm trying to achieve though.
In fact, my custom button will be on another user control and not in the header section of the Grid.
The solution you have posted in not exactly what I'm trying to achieve though.
In fact, my custom button will be on another user control and not in the header section of the Grid.
0

Johan
Top achievements
Rank 1
answered on 30 Aug 2010, 02:02 PM
Thanks for the quick reply.
The solution you have posted in not exactly what I'm trying to achieve though.
In fact, my custom button will be on another user control and not in the header section of the Grid.
The solution you have posted in not exactly what I'm trying to achieve though.
In fact, my custom button will be on another user control and not in the header section of the Grid.
0
Hi Ryno,
You can achieve your goal, by getting reference to UserControl and then the embedded custom button by using FindControl() method.
I also suggest that you review the help article below:
Custom edit forms
Kind regards,
Pavlina
the Telerik team
You can achieve your goal, by getting reference to UserControl and then the embedded custom button by using FindControl() method.
I also suggest that you review the help article below:
Custom edit forms
Kind regards,
Pavlina
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items