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

[Solved] Change background color of automatic edit form

2 Answers 196 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Clive Hoggar
Top achievements
Rank 1
Clive Hoggar asked on 28 Jul 2009, 11:46 AM
Hi

How can I change the background color of the built-in edit form that appears when the
automatic Edit link button is clicked?

I want to distingish the edit form more clearly when it appears within the grid items,
but I can't find a property for this whole area.

Thanks

Clive

PS. Q2 2009

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 28 Jul 2009, 12:24 PM
Hello Clive,

You can try setting the back color of the AutoGeneratedEditForm in the FormStyle tag as shown below:
aspx:
 <telerik:RadGrid ID="RadGrid" DataSourceID="SqlDataSource1" runat="server"
        <MasterTableView> 
           <EditFormSettings> 
              <FormStyle BackColor="Violet" /> 
           </EditFormSettings> 
 
           <Columns> 
              .... 

Thanks
Princy.
0
Clive Hoggar
Top achievements
Rank 1
answered on 28 Jul 2009, 12:53 PM
Thanks for quick reply.

That does it!

Thanks

Clive
Tags
Grid
Asked by
Clive Hoggar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Clive Hoggar
Top achievements
Rank 1
Share this question
or