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

edit form - Update Cancel Format

2 Answers 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Myriam
Top achievements
Rank 1
Myriam asked on 21 Aug 2009, 05:13 PM
Hello
I would like to know how to change the Update Cancel linklabels format when I'm editing a record? I would like to make them bigger for example. Or to make the space between both linklabels bigger. Does it have a way to do this?
Thank you

2 Answers, 1 is accepted

Sort by
0
ManniAT
Top achievements
Rank 2
answered on 22 Aug 2009, 04:36 PM
Hi Myriam,

a simple solution is this:
        <EditFormSettings> 
            <EditColumn UpdateText="<span style='font-size:20px'>Update</span>" CancelText="<span style='font-size:20px'>Update</span>" /> 
        </EditFormSettings> 
 
Add this block inside you MasterTable view. And of course you can change every style attribute you like to look different.

Regards

Manfred
PS: if this post was helpful please use "Mark as answer"
0
Steve
Top achievements
Rank 1
answered on 28 Sep 2011, 07:50 PM
Hi Manni,

I tried your example below; and it did work.  Some weeks later, it has stopped- it now shows the text rendered on the page, with all of the <span> and other html and style tags.  What could cause this to stop  working, since I had not touched the page since publishing it (it still render correct on the web server).  Is there a way to encode this so it renders properly?

Thanks,

Steve

Btw, I am using Teleki.Web.UI 2011.2.712.40
Tags
Grid
Asked by
Myriam
Top achievements
Rank 1
Answers by
ManniAT
Top achievements
Rank 2
Steve
Top achievements
Rank 1
Share this question
or