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

griddatetimecolumn

1 Answer 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
pramodh
Top achievements
Rank 1
pramodh asked on 28 Oct 2010, 11:14 AM
Hi..

As usual once again am struck..

previously i had asked for the navigation buttons in the multi month view calender.. for that you all had given the solution mentioned in below link..

http://www.telerik.com/community/code-library/aspnet-ajax/calendar/how-to-use-raddatepicker-with-multimonthview-calendar.aspx

now i want this type of calendar in rad grid for filter column.. some think like show below.. pls help me with a sample if possible

also i want the funnel image..

  <telerik:GridDateTimeColumn DataField="DocLibItem" UniqueName="DocLibItem" DataFormatString="{0:MM/dd/yyyy hh:mm tt}" HeaderText="Last Updated" >
                        <HeaderStyle Width="170px" />
                        <ItemStyle CssClass="doclibview_item_text" Width="170px" />

  <FilterTemplate >
              
             <telerik:RadDateTimePicker
                            ID="DateTimePicker" runat="server"
                            Skin="Windows7"  
                            Calendar-Visible="false" EnableViewState="true" >
                        </telerik:RadDateTimePicker>


  <telerik:RadCalendar
                            ID="RadCalendar1" runat="server"  DayStyle-Font-Bold="true"
                            CalendarTableStyle-BackColor="AliceBlue"
                            ShowOtherMonthsDays="false" ShowRowHeaders="false"
                            EnableMultiSelect="false" AutoPostBack="true"
                            MultiViewColumns="3" MultiViewRows="1"
                            ClientEvents-OnDateSelected="DateSelected" >
                              <SpecialDays>
                                <telerik:RadCalendarDay Repeatable="Today" ItemStyle-BackColor="Bisque" />
                              </SpecialDays>
                     </telerik:RadCalendar>

                        </FilterTemplate>

                    </telerik:GridDateTimeColumn>

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 28 Oct 2010, 05:42 PM
Hi pramodh,

Currently FilterTemplate for GridDateTime column is not supported. You may use GridBoundColumn instead. You can find more information about filter templates in this help topic and this live demo showing similar functionality with DateTime pickers in the filter template for bound columns.

Greetings,
Marin
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
pramodh
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or