Hi,
I'm working with a multi column RadComboBox using the 3 column example provided in your demos. When I add another column, the fourth column overlaps to the next row. What values do I have to change in the CSS to get the fourth column to remain on the same line as the other three columns?
James
Hi
Is there a way to add custom attributes to each item in the list?
Andy

Hi Team,
when i am changing value in font size drop down the selected value in font name drop down is changes automatically to default.
here i am unable to predict the selected font name.
i am using 2012 version of telerik.web.ui.dll
could you please help me out.
Regards,
Rushyendra.
We switched to DevExpress about 2 years ago when it felt like the Telerik ASP.NEJ AJAX components had stalled development. One of the problems I remember is that the designers (Configuration Wizards) where unusable on high resolution displays with scaling.
Today I decided to have a look at what happened during the last 2 years and to my shock I see that the same problem still remains??? Can this really be??
How set TargetField from SqlDataSource like i set url from DataNavigateUrlField?
In telerik:RadMenu i set:
<telerik:RadMenu ID="RadMenu1" DataSourceID="Menu" DataFieldID="NodeId" DataFieldParentID="ParentNodeId" DataNavigateUrlField="NavigateUrl" DataTextField="sidnamn" OnItemDataBound="RadMenu1_ItemDataBound" Skin="Bootstrap" RenderMode="Auto" Width="100%" runat="server"> <DataBindings> <telerik:RadMenuItemBinding Depth="0" TargetField="target" runat="server" /> <telerik:RadMenuItemBinding Depth="1" TargetField="target" runat="server" /> </DataBindings></telerik:RadMenu>When I turn off scrolling ".rgDataDiv" no longer gets emitted, and I lose the ability to set a minimum height. If I have no records I'm OK because I can use the NoRecords template to set an empty table. If I have over a page of rows, I'm good because I turned off scrollbars. BUT, if I only have a few rows, the grid stops after the last row, leaving most of the page blank. Without ".rgDataDiv" I can't set a min height. Any Ideas?
<telerik:RadGrid runat="server" ID="RadGridIncomeOfficeRetailRentRoll" CellSpacing="0" GridLines="None" DataSourceID="ObjectDataSourceRetailIndusOfficeRentRoll" OnItemCommand="RadGridRentRollROI_ItemCommand" AllowSorting="True" AutoGenerateColumns="False" PageSize="20" AllowPaging="true" AllowFilteringByColumn="false"AllowMultiRowSelection="false" HeaderStyle-Font-Bold="true" CssClass="GridHeightSet"> <ClientSettings EnableRowHoverStyle="True"> <Scrolling AllowScroll="False" UseStaticHeaders="True" SaveScrollPosition="True" /> <Selecting AllowRowSelect="true" /> </ClientSettings> <MasterTableView DataSourceID="ObjectDataSourceRetailIndusOfficeRentRoll" OverrideDataSourceControlSorting="true" DataKeyNames="TRRD_ID" CommandItemDisplay="None" EnableNoRecordsTemplate="True"> <NoRecordsTemplate> <table width="100%" border="0" cellpadding="20" cellspacing="20" style="height: 250px;"> <tr> <td></td> </tr> </table> </NoRecordsTemplate>