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

Change Filter Control Skin

1 Answer 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
M Shoaib
Top achievements
Rank 2
M Shoaib asked on 16 Nov 2013, 08:21 AM
Hi Everyone,

I'm facing one critical problem. I have apply "webblueskin" on my telerik:RadGrid. It's working fine but my requirement is that I want to apply outlook skin on it's filter control for telerik:datapicker.

Currently, On telerik:datapicker filter apply same skin which I applied on radgrid. but I want to change. How It's possible.

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 20 Nov 2013, 12:04 PM
Hi,

In order to achieve the desired appearance you can use RadGrid's template column and define a filter template.

ASPX:

<telerik:GridTemplateColumn>
    <FilterTemplate>
        <telerik:RadDatePicker runat="server" ID="rdp1" Skin="Outlook"></telerik:RadDatePicker>
    </FilterTemplate>
</telerik:GridTemplateColumn>

Then, in the filter template you have the full control to customize your filter. In this case I just putted a RadDatePicker and set its Skin property to Outlook.

I hope this helps.

Regards,
Venelin
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Grid
Asked by
M Shoaib
Top achievements
Rank 2
Answers by
Venelin
Telerik team
Share this question
or