I have a web form master page that has a menu across the top, then I have 3 RAD Dropdown lists.
When I access the menu, the menu items are displaying BEHIND the drop down lists, not in front of them.
I am using "default" code from Microsoft for the contents of the master page, and I added the telerik items to that page.
Here is a snippet of the code:
I know it probably has something to do with CSS, but I am not sure where to look?
<form id=
"form1"
runat=
"server"
>
<div
class
=
"page"
>
<div
class
=
"header"
>
<div
class
=
"title"
>
<h1>GLISA Score Entry and Report Processor</h1>
</div>
<div
class
=
"clear hideSkiplink"
>
<asp:Menu ID=
"NavigationMenu"
runat=
"server"
CssClass=
"menu"
EnableViewState=
"false"
IncludeStyleBlock=
"false"
Orientation=
"Horizontal"
>
</asp:Menu>
</div>
</div>
<div
class
=
"main"
>
<telerik:RadStyleSheetManager ID=
"RadStyleSheetManager1"
runat=
"server"
>
</telerik:RadStyleSheetManager>
<telerik:RadScriptManager ID=
"RadScriptManager1"
runat=
"server"
>
<Scripts>
<asp:ScriptReference Assembly=
"Telerik.Web.UI"
Name=
"Telerik.Web.UI.Common.Core.js"
/>
<asp:ScriptReference Assembly=
"Telerik.Web.UI"
Name=
"Telerik.Web.UI.Common.jQuery.js"
/>
<asp:ScriptReference Assembly=
"Telerik.Web.UI"
Name=
"Telerik.Web.UI.Common.jQueryInclude.js"
/>
</Scripts>
</telerik:RadScriptManager>
<telerik:RadDropDownList
AppendDataBoundItems=
"true"
AutoPostBack=
"true"
Width=
"300px"
ID=
"ddl_Season"
runat=
"server"
SelectedText=
"Please select Season"
DataSourceID=
"dsSeasonName"
DataTextField=
"SeasonName"
DataValueField=
"ID"
>
hi
i want to create a webform for entering orders in raddataform as master table and order details in radgrid as detail table
please help me
I am using WebUserControl as the editform of radgrid and setting usercontrol fields with e.Item.DataItem values in ItemDataBound. If the validation fails on performInsert or Update ItemCommand, I am setting e.Cancel to true. Since, I am setting the DataItem values in the ItemDataBound, I am loosing my changes in the user control. Is there any way, I can check validation failure in the ItemDataBound before setting the values of usercontrol?
Hi,
I noticed in Edge and Chrome when i select an item in the dropdown of RadComboBox with the Enter Key the Default Button of the Form gets pressed. In IE and Firefox this doesnt happen (which is what i would like). Is this intended/what would be the best workaround?
AutoPostBack and EnableLoadOnDemand on the ComboBox are set to true, without AutoPostBack this doesnt happen.
Our Telerik Version is 2018.2.710.45
Regards,
Alex
This control is not ready for practical use. It has almost no usable server methods. It doesn't even have a server SelectedIndexChanged event? How am I supposed to get SQL data based on when the user makes a change? It has no ItemDataBound...how am I supposed to add attributes for data I don't want to show?
This is like building a car and putting on a nice fresh coat of paint, but not including the engine or the tires. I was excited to finally use a true multicolumn combo box in our produtcts, but I can't use this control in it's current state. I am super dissapointed.
<
ClientSettings
AllowColumnsReorder
=
"True"
ReorderColumnsOnClient
=
"True"
EnablePostBackOnRowClick
=
"false"
Selecting-AllowRowSelect
=
"false"
>
<
Selecting
AllowRowSelect
=
"false"
/>