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

[Solved] Header not showing on DataPicker when using 'Web20' Skin

1 Answer 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
pbreck
Top achievements
Rank 1
pbreck asked on 05 Mar 2010, 06:31 PM

Have a RadGrid with the Skin set to “Web20”  but the DataPicker on a GridDataTimeColumn does not show the header items like prev, next, month and year when I click on the calendar. “<< <   Month Year >  >>   If I switch to “Vista” or "Windows7" it works fine.   Looks like same problem exists with "WebBlue".

 

<telerik:RadGrid ID="RadGrid1" runat="server" DataSourceID="LinqDataSource1"  Skin="Web20"

        GridLines="None" AllowAutomaticDeletes="True" AllowAutomaticInserts="True"

        AllowAutomaticUpdates="True" onitemcreated="RadGrid1_ItemCreated1" AllowSorting="True"

         AllowPaging="True" PageSize="15" Width="100%">

            <PagerStyle Mode="NextPrevAndNumeric"></PagerStyle>

 

 

<telerik:GridDateTimeColumn UniqueName="Date" PickerType="DatePicker" HeaderText="Date" DataField="Date" DataFormatString="{0:MM/dd/yyyy}" HeaderButtonType="TextButton">

      <ItemStyle Width="120px" />

</telerik:GridDateTimeColumn>

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 08 Mar 2010, 05:48 PM
Hello pbreck,

This is quite an odd issue and I am not able to replicate it on the following online demo of the grid (changing the skins from the dropdown at the top right corner):
http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx

Can you please provide a live url where the abnormality can be seen? Thus I will do my best to advice you further.

Best regards,
Sebastian
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
pbreck
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or