There was a time that we could use the skin chooser for all objects on the Telerik website overview pages.
Now it is only active for certain components Eg. Editor and Grid, but not for RadComboBox for instance.
Can it be activated again for all components please?
Regards,
Marc

I have several RadDateTimePicker controls that all have a problem when showing the Date. The calendar shadow border is put up over the date control giving an ugly line. RadDatePicker controls work fine.
This is the HTML used to create the DateTIme control.
<telerik:RadDateTimePicker ID="PickDate" runat="server" Width="350px"> <ClientEvents OnDateSelected="SetDatePickRadio"/> <Calendar runat="server" ShowRowHeaders="false"></Calendar></telerik:RadDateTimePicker>The Calendar ShowRowHeader=false is to remove the week numbers that clients were complaining about. It has nothing to do with the problem.
The attached png file show the Date control up and the control up. You can see the line in the Date comes from Time control. I have the latest ASP.NET AJAX.
Any suggestions would be appreciated, I believe it is a Telerik RadDateTimePicker bug.
George
I am using a grid with a combobox and a button to save the checked values from the Grid..
When I click the save button the Grid no longer shows up after post back.
I am using the [radgridHardware_NeedDataSource[ and the functionality was working fine when I used the AutoGenerateColumns=true, but once I changed to use the GridBoundColumn the Grid does not work....
I have tried all the suggestions on a google search (please see below) Any help would be really appreciated
radgridHardware.DataSource = Nothing
radgridHardware.DataBind()
radgridHardware.MasterTableView.SortExpressions.Clear()
radgridHardware.MasterTableView.GroupByExpressions.Clear()
radgridHardware.MasterTableView.Rebind()
radgridHardware.Rebind()
<div id="leftPanel">
<telerik:RadGrid ID="radgridHardware" runat="server" AllowMultiRowSelection="true"
AllowSorting="True" GridLines="None" AutoGenerateColumns="false"
AllowPaging="True" Skin="Sunset"
PageSize="20">
<MasterTableView>
<Columns>
<telerik:GridClientSelectColumn UniqueName="hardwareSelectColumn" HeaderText="Assign"></telerik:GridClientSelectColumn>
<telerik:GridBoundColumn DataField="RawID" Visible="true" HeaderText="ID" UniqueName="RawID"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="Vendor" Visible="true" HeaderText="Vendor" UniqueName="Vendor"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="Model" Visible="true" HeaderText="Model" UniqueName="Model"></telerik:GridBoundColumn>
<telerik:GridBoundColumn DataField="Product" Visible="true" HeaderText="Product" UniqueName="Product"></telerik:GridBoundColumn>
</Columns>
</MasterTableView>
<PagerStyle Mode="NumericPages"></PagerStyle>
<ClientSettings EnableRowHoverStyle="true">
<Selecting AllowRowSelect="True"></Selecting>
</ClientSettings>
</telerik:RadGrid>
</div>



hello .I have a question about exporting a grid to excel
I have a grid with one numeric column(INT 32) and I want to show the content of this cell with comma (Like 10,000) and when it will export to excel it shows exactly like the content (I mean 10,000 in grid and in excel both) And the main part is I want it will be numeric cell in excel not string cell.
I have added this parts to column : DataType="System.Int32" DataFormatString="{0:n0}
but after exporting, this cell format is not numeric .it is string and I should change it to numeric cell manualy . I want it in numeric format .
Thanks in Advanced

I created a menu based on the sample "Menu - Server-side Templates" http://demos.telerik.com/aspnet-ajax/menu/examples/functionality/templates/defaultcs.aspx
unfortunately the submenu links are not working on mobile devices (tested on IPhone 6), same problem with your demo application.
How can I fix the problem.
Regards,
Thomas
