Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
150 views

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">

 

Marin Bratanov
Telerik team
 answered on 25 Jan 2019
1 answer
104 views

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

Marin Bratanov
Telerik team
 answered on 25 Jan 2019
5 answers
1.6K+ views
hi all

I have  problem using RadComboBox, I want set item  when my page is load, dependig current month.

I tried use selected item but this action give me a mistake, don't let me add a string.

How can i do this?

help me please 

thank you for you attention 

Good day.
Marin Bratanov
Telerik team
 answered on 25 Jan 2019
3 answers
65 views

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?

Eyup
Telerik team
 answered on 25 Jan 2019
1 answer
1.0K+ views

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

Eyup
Telerik team
 answered on 25 Jan 2019
10 answers
2.8K+ views
I have a button that opens a RadWidow that has it's NavigateUrl set to another .Net page in my project.

Basically the loaded page has a user fill in a form and click on a submit button that does some code behind processing and submission. I would then like to have the RadWindow automaticall close after submission. How could I do this?
Dave
Top achievements
Rank 1
 answered on 24 Jan 2019
2 answers
94 views

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.

SSirica
Top achievements
Rank 3
Iron
Iron
Iron
 answered on 24 Jan 2019
3 answers
989 views
I want row selection for my grid to be turned off.  Everytime a row is clicked, it triggers a post.  I don't want this.  So i tried using many things i've found on the internet forums and none work for me.

<Grid ClientSettings-Selecting-AllowRowSelect="false" doesnt work.
<ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True" EnablePostBackOnRowClick="false" Selecting-AllowRowSelect="false">
Doesn't work.
<Selecting AllowRowSelect="false" />
doesnt work.
Why isn't there an easy option for this?  Can you give me a solution that works?
Dave
Top achievements
Rank 1
 answered on 24 Jan 2019
6 answers
147 views
Hi,

Does anybody knows how I can change the width of the TextBox of the RadMonthYearPicker control?
I have tried with the property DateInput-Width but I cannot see any effect.

Thank you.
William
Top achievements
Rank 1
 answered on 24 Jan 2019
25 answers
630 views
How do you make a RadDataForm begin in edit mode on the initial get?
Dave
Top achievements
Rank 1
 answered on 24 Jan 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?