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>
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>