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

Change Default Background Color

1 Answer 105 Views
NumericUpDown
This is a migrated thread and some comments may be shown as answers.
Chad
Top achievements
Rank 1
Chad asked on 05 Dec 2014, 04:24 PM
How do I update the background color of the RadNumericUpDown control inside of a RadGridView?

Thanks,
Chad

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 09 Dec 2014, 03:17 PM
Hello Chad,

RadNumericUpDown has a Background property that provides the possibility to change the default background color of the control:
<telerik:RadGridView.Columns>
    <telerik:GridViewDataColumn Header="Price" IsReadOnly="True">
        <telerik:GridViewDataColumn.CellTemplate>
            <DataTemplate>
                <telerik:RadNumericUpDown  Background="Red"/>
            </DataTemplate>
        </telerik:GridViewDataColumn.CellTemplate>
    </telerik:GridViewDataColumn>
</telerik:RadGridView.Columns>

We hope this will help you.

Regards,
Nasko
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
NumericUpDown
Asked by
Chad
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or