Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
84 views
Hello, I am using RadGrid Control and this radgrid has a column which has RadChart in it. I am trying to export the RadGrid. I am getting all the data but the chart images are not being exported. Can anyone guide me with this?

Thanks
Yash
Daniel
Telerik team
 answered on 24 Oct 2013
2 answers
110 views
Hi,

I have a RadGrid that I setup to do multi-row selection client side of zip Codes (see attached pic)  the user can select all then deselect each row by clicking the client select column to define the set they want,  The problem occurs if the user clicks a row outside of the checkbox, instead of deselecting that row, it deselects all rows and then selects that row that was clicked.  is there a way to turn off (deselect) the clicked row by clicking anywhere in that row so it matches the bahaviour of clicking the client row selection checkbox column.  I can give you a login to the live application to see the behaviour if you want but I'd prefer not to share credentials on this forum.

Thanks
Jonathan
Top achievements
Rank 1
 answered on 24 Oct 2013
3 answers
379 views
Is there an ASP.NET Telerik control that can be used as a PDF Viewer on a web page?  I tried the RadBinaryImage control, but unless there is a property that I am not setting, it is not working.

Thanks.
Frank
Top achievements
Rank 1
 answered on 24 Oct 2013
6 answers
184 views
Hi, is there a property to make the menu popout over the Splitter?  I am trying to build out the layout of a site using a splitter,  when the menu pop-out, it will not overlay the splitter.  I am using IE8 to view it.

 

<telerik:RadSplitter ID="RadSplitter1" runat="server"   
        ResizeWithBrowserWindow="true" FullScreenMode="true" Orientation="Horizontal">  
        <telerik:RadPane ID="RadPane1" runat="server">  
            <telerik:RadMenu ID="RadMenu1" runat="server" ClickToOpen="True" EnableOverlay="true">  
                <Items> 
                    <telerik:RadMenuItem runat="server" Text="File">  
                        <Items> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                            <telerik:RadMenuItem runat="server" Text="New" /> 
                        </Items> 
                    </telerik:RadMenuItem> 
                </Items> 
            </telerik:RadMenu> 
        </telerik:RadPane> 
        <telerik:RadPane ID="BodyPane" runat="server" Width="100%" Height="100%" Scrolling="None">  
            <telerik:RadSplitter ID="NavigationPanelContentPanelSplitter" runat="server" Orientation="Vertical" 
                ResizeMode="EndPane" VisibleDuringInit="true"   
                SplitBarsSize="3">  
                <telerik:RadPane ID="NavigationPanelDock" runat="server" Width="100" Height="100%" 
                    Scrolling="None" Collapsed="false" Locked="true">  
                    Left Pane 
                </telerik:RadPane> 
                <telerik:RadSplitBar ID="NavigationPanelDockSplitBar" runat="server" CollapseMode="None" 
                    Enabled="false" Visible="false" /> 
                <telerik:RadPane ID="NavigationPanel" runat="server" Width="100" MinWidth="150" Height="100%" 
                    Scrolling="None" Collapsed="false" Locked="false">  
                    Right Pane  
                </telerik:RadPane> 
            </telerik:RadSplitter> 
        </telerik:RadPane> 
    </telerik:RadSplitter> 
Kate
Telerik team
 answered on 24 Oct 2013
1 answer
76 views
Hello,

I've had a pretty rough start with RadControls and it looks like things are getting worse.  I installed the free trial about a month ago and then purchased a license from there.  I've had some issues with the GAC and which version (or which type?) of Telerik assemblies are either registered there...or not...I don't know.  Using VS2012, .NET 4.5, and ASP.NET Web Forms.  Support wasn't able to sort out the issue for me, but I found a work-around and was fine...until I ran the Q3'13 upgrade yesterday.  Now I'm getting the following error when I drag a RadGrid onto a page:

Error Creating Control - RadGrid1
The server tag 'telerik:radgrid' is ambiguous.  Please modify the associated registration that is causing the ambiguity and pick a new tag prefix.


Here's the tag declaration and RadGrid code, on the page:

<%@ Register assembly="Telerik.Web.UI" namespace="Telerik.Web.UI" tagprefix="telerik" %>

<telerik:radgrid id="RadGrid1" runat="server"></telerik:radgrid>


Here's my web.config:

<?xml version="1.0"?>
<configuration>
    <configSections>
        <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
    </configSections>
    <connectionStrings>
        <add name="*****" connectionString="metadata=res://*/Model.*****.csdl|res://*/Model.*****.ssdl|res://*/Model.*****.msl;provider=System.Data.SqlClient;provider connection string="data source=*****;initial catalog=*****;persist security info=True;user id=*****;password=*****;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" />
    </connectionStrings>
    <system.web>
        <compilation debug="false" targetFramework="4.5">
            <assemblies>
                <add assembly="Telerik.Web.UI, Version=2013.2.717.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
            </assemblies>
        </compilation>
        <httpRuntime targetFramework="4.5" />
        <pages>
            <controls>
                <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI, Version=2013.2.717.45, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
            </controls>
        </pages>
        <httpHandlers>
            <add path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" validate="false" />
            <add path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" validate="false" />
            <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
            <add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false" />
            <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
        </httpHandlers>
        <httpModules>
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" />
            <add name="RadCompression" type="Telerik.Web.UI.RadCompression" />
        </httpModules>
    </system.web>
    <appSettings>
        <add key="imgDir" value="../Images/" />
        <add key="jQueryVersion" value="2.0.0" />
        <add key="jQueryUIVersion" value="1.10.2" />
    </appSettings>
    <system.webServer>
        <validation validateIntegratedModeConfiguration="false" />
        <modules runAllManagedModulesForAllRequests="true">
            <remove name="RadUploadModule" />
            <remove name="RadCompression" />
            <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule" preCondition="integratedMode" />
            <add name="RadCompression" type="Telerik.Web.UI.RadCompression" preCondition="integratedMode" />
        </modules>
        <handlers>
            <remove name="ChartImage_axd" />
            <remove name="Telerik_Web_UI_SpellCheckHandler_axd" />
            <remove name="Telerik_Web_UI_DialogHandler_aspx" />
            <remove name="Telerik_RadUploadProgressHandler_ashx" />
            <remove name="Telerik_Web_UI_WebResource_axd" />
            <add name="ChartImage_axd" path="ChartImage.axd" type="Telerik.Web.UI.ChartHttpHandler" verb="*" preCondition="integratedMode" />
            <add name="Telerik_Web_UI_SpellCheckHandler_axd" path="Telerik.Web.UI.SpellCheckHandler.axd" type="Telerik.Web.UI.SpellCheckHandler" verb="*" preCondition="integratedMode" />
            <add name="Telerik_Web_UI_DialogHandler_aspx" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" preCondition="integratedMode" />
            <add name="Telerik_RadUploadProgressHandler_ashx" path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" preCondition="integratedMode" />
            <add name="Telerik_Web_UI_WebResource_axd" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" preCondition="integratedMode" />
        </handlers>
    </system.webServer>
    <entityFramework>
        <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
            <parameters>
                <parameter value="v11.0" />
            </parameters>
        </defaultConnectionFactory>
    </entityFramework>
</configuration>


I'm not new to ASP.NET but I am new to the Telerik controls, so you'll have to bear with me.  I'm not sure where to go from here and support always takes around 24 hrs. to respond.  Hopefully someone here has already been through this.

Thanks!
Marin Bratanov
Telerik team
 answered on 24 Oct 2013
10 answers
305 views
I have been playing with RadGrid in my asp.net web application for a while. One of the problems I have encountered with RadGrid is that it does not retain user inputs on postback.  I've found no elegant solution to this problem.

For example, I have multiple row editable in my RadGrid, when I save through a Save button at the bottom of the page and validation fails, the page refreshes, and all of my inputs are lost.  The NeedDataSource event handler fires, but of course, it only retrieves my old data from the database and rebinds.  It should keep my new input in place when validation fails.

Am I doing anything wrong?  Please advise, thank you!
Justin Maslow
Top achievements
Rank 1
 answered on 24 Oct 2013
5 answers
143 views
Hi all,

Not sure if anyone has experienced this issue. I have two filter control that based on RadCombobox. Everything works fine in IE9/10 until IE11 comes along. Users are reporting that when click on "Select all", the combobox collapse instead of select/unselect all options.

Is there any difference between IE11 and IE10 for RadCombobox to react different? How can I mitigate this issue when my user base primarily use latest IE browser?
Jim

--
Here is my code for initialize the filters, which are separated as partial view controls.

SearchFilter.ascx


<%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
<asp:Label ID="Label1" runat="server" Text="Label" cssclass ="filterControl">Product Team</asp:Label>
<telerik:RadComboBox ID="ddclProductGroup" runat="server" dropdownautowidth="Enabled" OnItemDataBound="ComboBoxItemBound" EmptyMessage="Select Product Groups"
    CheckBoxes="true" EnableCheckAllItemsCheckBox="true" CheckedItemsTexts="DisplayAllInInput" cssclass ="filterControl">
    <Localization AllItemsCheckedString="Select All" CheckAllString="Select All" />
</telerik:RadComboBox>
<asp:Label ID="Label2" runat="server" Text="Label" cssclass ="filterControl">Office Version</asp:Label>
<telerik:RadComboBox ID="ddclOfficeVersion" runat="server" dropdownautowidth="Enabled" OnItemDataBound="ComboBoxItemBound" EmptyMessage="Select Office Versions"
    CheckBoxes="true" EnableCheckAllItemsCheckBox="true" CheckedItemsTexts="DisplayAllInInput" cssclass ="filterControl">
    <Localization AllItemsCheckedString="Select All" CheckAllString="Select All" />
</telerik:RadComboBox>
<asp:Button ID="btnQuery" runat="server" Text="Apply" OnClick="btnQuery_Click" cssclass ="filterControl" />

ComboboxItemBound
   protected void ComboBoxItemBound(object sender, RadComboBoxItemEventArgs e)
        {
            e.Item.Checked = true; //make dropdown checkboxes all selected 

            var cbox = ((RadComboBox)sender);
            int MaxWidth = 155;

            foreach (RadComboBoxItem item in cbox.Items)
            {
                int Width = TextWidth(item.Text);
                if (Width > MaxWidth)
                {
                    MaxWidth = Width;
                }
            }

            cbox.DropDownWidth = new Unit(MaxWidth);
        }



Kate
Telerik team
 answered on 24 Oct 2013
7 answers
106 views
Hi,

Within my RadGridView, in Edit mode, the dropdown lists appear to not display correctly. When I click on a dropdown list to display the options, the options list appears in another part of the screen.

I have attached a screenshot to show what happens, in Edit mode, within the grid. The dropdown for Selectivty Device, lists the options at the top of the grid, away from the actual dropdown.

Is this a browser issue or a CSS issue please?

Thank you, Ida

Ida
Top achievements
Rank 1
 answered on 24 Oct 2013
3 answers
241 views
Hi,

I'm having problems creating a master page for site navigation and want to use the Telerik controls.  Can anyone assist on how I can do this?

This is what I have so far but it's getting confusing and need assistance:

<form id="form1" runat="server">
       <asp:ScriptManager ID="ScriptManager1" runat="server" />
       <!-- HEADER -->
       <header>
           <telerik:RadSearchBox ID="OMSearch" runat="server" Width="500" DropDownSettings-Height="200px" Skin="Windows7"></telerik:RadSearchBox>
           <br />
           <telerik:RadMenu ID="RadMenu1" runat="server" Skin="Windows7" Width="100%" Height="60" EnableShadows="true" style="top: 3px; left: 5px">
               <Items>
                   <telerik:RadMenuItem runat="server" NavigateUrl="~/Default.aspx" Text="Home" />
                   <telerik:RadMenuItem runat="server" Text="Wish List" />
                   <telerik:RadMenuItem runat="server" Text="Login" />
                   <telerik:RadMenuItem runat="server" Text="Shopping Cart" />                 
               </Items>
           </telerik:RadMenu>     
       </header>
       <!-- LEFT NAV -->
       <aside>
           <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Skin="Windows7" Width="150px">
               <Items>
                   <telerik:RadPanelItem Text="Products" Expanded="True">
                    <Items>
                           <telerik:RadPanelItem Text="Order From History" />
                           <telerik:RadPanelItem Text="Quick Entry" />
                           <telerik:RadPanelItem Text="Formularies" />
                           <telerik:RadPanelItem Text="My Mail" />
                           <telerik:RadPanelItem Text="Product Lookups" />                           
                       </Items>
                   </telerik:RadPanelItem>
                   <telerik:RadPanelItem Text="Specialties" Expanded="false">
                       <Items>
                           <telerik:RadPanelItem Text="Sales & Promotions" />
                           <telerik:RadPanelItem Text="Preferred Brands" />
                           <telerik:RadPanelItem Text="Catalog Request" />                         
                       </Items>
                   </telerik:RadPanelItem>
                   <telerik:RadPanelItem Text="Manufacturers">
                       <Items>
                           <telerik:RadPanelItem Text="My Contacts" />
                           <telerik:RadPanelItem Text="Address Cards" />
                           <telerik:RadPanelItem Text="Phone List" />
                           <telerik:RadPanelItem Text="Shared Contacts" />
                       </Items>
                   </telerik:RadPanelItem>
                   <telerik:RadPanelItem Text="Resource Center">
                       <Items>
                           <telerik:RadPanelItem Text="My Contacts" />
                           <telerik:RadPanelItem Text="Address Cards" />
                           <telerik:RadPanelItem Text="Phone List" />
                           <telerik:RadPanelItem Text="Shared Contacts" />
                       </Items>
                   </telerik:RadPanelItem>
                    <telerik:RadPanelItem Text="Specialty Sites">
                       <Items>
                           <telerik:RadPanelItem Text="My Contacts" />
                           <telerik:RadPanelItem Text="Address Cards" />
                           <telerik:RadPanelItem Text="Phone List" />
                           <telerik:RadPanelItem Text="Shared Contacts" />
                       </Items>
                   </telerik:RadPanelItem>
                    <telerik:RadPanelItem Text="My Account">                       
                   </telerik:RadPanelItem>
               </Items>
           </telerik:RadPanelBar>
       </aside>       
       <!-- CONTENT -->
       <section id="main">
           <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
           </asp:ContentPlaceHolder>
       </section>      
       <!-- FOOTER -->
       <div id="footerWrap">
           WebSite Footer Goes Here
       </div>
   </form>
Kate
Telerik team
 answered on 24 Oct 2013
1 answer
96 views
Hi 

I was trying to achieve the following with no much success

I want to insert one of the templates into the radeditor content from code behind.
I was not able to figure out what properties I have to access to pick the right template and assign it to the RadEditor textbox content ?

Thanks
Ianko
Telerik team
 answered on 24 Oct 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?