Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
135 views
I am utilizing the following example "Standalone Multipage" to work with my tab strip and have implemented it just fine. However I would really like it to update the tab location as well.  How can I go about doing this?  So when you click "Next" on the CU Type tab it will then highlight "Filters", so on and so forth.

Also I noticed when running it that if I manually clicked on "Dates" tab and clicked next it would go to the next tab which could be "Filters", not "Saved Searches". 

Quite possibly this is the wrong sort of application for this?  Is the Wizard a better use of it?
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" SelectedIndex="0" MultiPageID="RadMultiPage2">
    <Tabs>
        <telerik:RadTab ToolTip="CU Type" Text="CU Type" Selected="True"></telerik:RadTab>
        <telerik:RadTab ToolTip="Filters" Text="Filters"></telerik:RadTab>
        <telerik:RadTab ToolTip="Fields" Text="Fields"></telerik:RadTab>
        <telerik:RadTab ToolTip="Dates" Text="Dates" Enabled="True"></telerik:RadTab>
        <telerik:RadTab ToolTip="Saved Searches" Text="Save"></telerik:RadTab>
    </Tabs>
</telerik:RadTabStrip>
Kurt Kluth
Top achievements
Rank 1
 answered on 24 Oct 2013
4 answers
577 views
Hi All!

Is there anyway to include some text to the left of the Export to Excel button icon in the top right of a RadGrid?  I do know that you can change the mouse-over text.

Thanks,
Mark
Mark
Top achievements
Rank 1
 answered on 24 Oct 2013
5 answers
109 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
146 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
424 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
221 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
91 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
368 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
176 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
135 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?