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

Telerik Date Picker

1 Answer 115 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Mahendra s
Top achievements
Rank 1
Mahendra s asked on 09 Jul 2009, 04:36 PM
I have following requirements

i am using  ASP.NET AJAX Q1 2009 trial version

1.    I would like to add a date picker to filter date in grid
       currently the date picker popup is not displayed

2.    I would like to have a dropdown list in the filter area

3.    I would like to change the header style in css .
       so which class i need to update
       I am using "Outlook" skin for the Grid
      Do i need to include the "Grid"  classes in my Web application  and modify the classes ?

Can some one help me on abouve  with a proper working code
or a url with proper info

thanks

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 10 Jul 2009, 06:51 AM

Hi Mahendra,

  1. I guess you are using GridBoundColumn for displaying Date values. If you use GridDateTimeColumn instead of GridBoundColumn, you will get default editor/filter control as RadDatePicker.

  2. In Telerik RadGrid you can enable dropdown filters by adding RadComboBox in FilterTemplate of grid. checkout the online demo which illustrates the feature.  Grid / Filter Templates
  3. You can easily modify the headerstyle by adding the class in the page as shown below.
 
<style type="text/css">  
.RadGrid_Outlook .rgHeader,  
{  
    colorred !important;  
}  
</style> 

Note: Add !important modifier in order to override the default styles.

Thanks,
Princy

Tags
Calendar
Asked by
Mahendra s
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or