Thanks a million Radoslav regarding the ajax problem, the style you gave works like a charm and calender is diplaying as it should.
but for month and year also i kept a same style sheet just changed the names like
ajax__calendar_months and ajax__calendar_years , but thanx for getting me started on this.
but i do have a few problems with radDate picker, until i got your reply i was trying to it in my page.
when i press the pop up button for the radDatepicker the calender is not popping up i.e. nothing happens.
Below is my markup...
<
telerik:RadGrid
ID
=
"grd_compoff"
AutoGenerateColumns
=
"False"
runat
=
"server"
Width
=
"100%"
GridLines
=
"Vertical"
BackColor
=
"White"
Skin
=
"Web20"
HeaderStyle-HorizontalAlign
=
"Center"
HeaderStyle-Font-Bold
=
"true"
HeaderStyle-Font-Names
=
"Arial"
AllowPaging
=
"True"
AllowSorting
=
"True"
PageSize
=
"100"
onpageindexchanged
=
"grd_compoff_PageIndexChanged"
onsortcommand
=
"grd_compoff_SortCommand"
onitemdatabound
=
"grd_compoff_ItemDataBound"
onitemcreated
=
"grd_compoff_ItemCreated"
oninsertcommand
=
"grd_compoff_InsertCommand"
>
<
ItemStyle
Font-Names
=
"Arial"
HorizontalAlign
=
"Left"
BackColor
=
"white"
></
ItemStyle
>
<
AlternatingItemStyle
Font-Names
=
"Arial"
HorizontalAlign
=
"Left"
BackColor
=
"white"
/>
<
HeaderStyle
HorizontalAlign
=
"Center"
Font-Bold
=
"True"
Font-Names
=
"Arial"
></
HeaderStyle
>
<
ClientSettings
>
<
Scrolling
AllowScroll
=
"true"
UseStaticHeaders
=
"true"
/>
<
Resizing
AllowColumnResize
=
"true"
ResizeGridOnColumnResize
=
"true"
/>
</
ClientSettings
>
<
PagerStyle
Mode
=
"NumericPages"
/>
<
MasterTableView
AutoGenerateColumns
=
"false"
Width
=
"100%"
>
<
telerik:GridTemplateColumn
SortExpression
=
"Comp Off Date (Need to work on)"
HeaderText
=
"Comp Off Date (Need to work on)"
UniqueName
=
"Comp Off Date (Need to work on)"
>
<
ItemTemplate
>
<
asp:Label
ID
=
"lblCoffdate"
runat
=
"server"
></
asp:Label
>
<
telerik:RadDatePicker
ID
=
"RadDatePicker1"
runat
=
"server"
>
</
telerik:RadDatePicker
>
</
ItemTemplate
>
<
ItemStyle
Wrap
=
"false"
/>
</
telerik:GridTemplateColumn
>
</
Columns
>
<
NoRecordsTemplate
>No records found</
NoRecordsTemplate
>
</
MasterTableView
>
</
telerik:RadGrid
>
kindly let me know if i am missing something.
Also i did check the link you gave before hand on how to use Radpicker.
again thanks for providing the style for calender extender... it helped out a lot...