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

[Solved] Customization of auto generated update/cancel buttons in edit item template of Radgrid

2 Answers 183 Views
Grid
This is a migrated thread and some comments may be shown as answers.
S
Top achievements
Rank 1
S asked on 30 Jan 2013, 02:48 PM
When I click on edit button od rad grid. The edit item template of radgrid has update and cancel buttons side by side. I want those auto generated buttons in two new line. 

example :

it appears 

Update    Cancel

I want

Update
Cancel

Can any body suggest me . thank you

2 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 31 Jan 2013, 05:16 AM
Hi,

Please try the following code snippet.

ASPX:
<EditFormSettings EditColumn-CancelText="<br />Cancel"></EditFormSettings>

Thanks,
Shinu.
0
S
Top achievements
Rank 1
answered on 31 Jan 2013, 02:29 PM
Hi, Thanks for ur reply. I tried ur code . 

But when I tried to set attribute 
CancelText="<br/>Cancel" in grideditcommandcolumn. Its working.
Tags
Grid
Asked by
S
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
S
Top achievements
Rank 1
Share this question
or