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

Filter windows with MetroTouch theme

1 Answer 26 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Blas
Top achievements
Rank 1
Blas asked on 19 Jun 2013, 12:19 PM
Hello,

Is it possible to adjust size of the Filter windows? With Metro Touch the controls don't fit in the window and scrolling is requiered in order to view/press OK/Cancel buttons, select conditions, etc...

Regards
Blas

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 24 Jun 2013, 10:28 AM
Hello Roberto,

Thank you for writing.

Sure, there is a way to adjust the size of the window that holds the filter control. One way to do so is to apply the following CSS:

.RadWindow_MetroTouch {
    width: 600px !important;
    height: 700px !important;
}

Note that in this case the !important is needed because there are some default values for width and height with higher specificity that need to be overridden.

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
PivotGrid
Asked by
Blas
Top achievements
Rank 1
Answers by
Venelin
Telerik team
Share this question
or