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

Custom RadFilter

2 Answers 114 Views
Filter
This is a migrated thread and some comments may be shown as answers.
July
Top achievements
Rank 2
July asked on 15 Jul 2011, 04:00 PM

How I can define programatically the options like "contains", "grather than" ?
How I can change the style of apply button?
How I can set CaseSentive = false?
Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 19 Jul 2011, 08:14 AM
Hello Julieta,

Check the following help documentation which explains how to add filter options programmatically.
Working with Expressions.

You can change the appearance of "Apply" button by overriding  the default CSS as shown below.

CSS:
<style type="text/css">
  .rfApply input
  {
    color:Red !important;
    background-color:Aqua !important;
  }
</style>

You can set the GroupSettings -> CaseSensitive property of the RadGrid to false to disable case sensitive in RadFilter.

Thanks,
Princy.
0
July
Top achievements
Rank 2
answered on 19 Jul 2011, 01:03 PM
Princy Thanks for all!---

I need change Apply button programmatically,
I going to see the link!

thanks again!

Julieta
Tags
Filter
Asked by
July
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
July
Top achievements
Rank 2
Share this question
or