I have a telerik radgrid which is generated dynamically in the code - not inthe aspx page. I need to add a confirmation message. I cannot find any property like ConfirmText. All online search leads me to creating a LinkButton, but i cannot do that. I have
to pop up a message for a autogenerated delete link in the grid.
Telerik RadGrid's GridButtonColumn has ConfirmText property, which you can set as per your requirement and set the CommandName for the column as "Delete" to fire the corresponding event.
Member
1 Points
3 Posts
Telerik radgrid confirmation message on delete
Feb 09, 2011 09:56 AM|impervious_rock|LINK
I have a telerik radgrid which is generated dynamically in the code - not inthe aspx page. I need to add a confirmation message. I cannot find any property like ConfirmText. All online search leads me to creating a LinkButton, but i cannot do that. I have to pop up a message for a autogenerated delete link in the grid.
Please help!
Thanks
All-Star
25749 Points
10436 Posts
Re: Telerik radgrid confirmation message on delete
Feb 09, 2011 10:07 AM|jeff@zina.com|LINK
What did the Telerik foirums or Telerik support say?
Jeff
Participant
1292 Points
408 Posts
Re: Telerik radgrid confirmation message on delete
Feb 11, 2011 07:55 PM|rezaxp|LINK
Hi,
Take a look at this link : http://www.telerik.com/help/aspnet-ajax/grdaddingdeleteprompt.html
Life would be so much easier if we could just look at the source code.
Tweet
Member
140 Points
70 Posts
Re: Telerik radgrid confirmation message on delete
Apr 06, 2011 04:16 AM|incubator138@hotmail.com|LINK
Hi,
Telerik RadGrid's GridButtonColumn has ConfirmText property, which you can set as per your requirement and set the CommandName for the column as "Delete" to fire the corresponding event.
Column types
-Shinu.