Browse By Tags

  • UltraWebTab control not support dropdownlist autopostback

     hello friends,

     

    while working with infragistics asp.net netadvanatge control, i am facing very strange problem

    i am using dropdownlist within the tab of UltraWebTab control

    when i change the selection in dropdownlist it doesn't fire the event selectedind…

  • 'Tab' is ambiguous in the namespace 'Infragistics.WebUI.UltraWebTab

    I get this error when trying to use a WebTab and No there is only one Register in the ascx page.  Here is the header for my ascx page

     

    <%@ Control Language="VB" AutoEventWireup="false" CodeFile="AgentServices.ascx.vb"
  • Tabs not displaying correctly

    Have a problem with the tabs not displaying correctly.  The Tab selector background is not showing.  Seen it on IE 6 and 7, but also seen 6 and 7 work fine

     

     

  • Tab Control Not working when in <Div> Fixed Ignore.

    Please ignore this post. 

  • Dynamically create tabs without postback

    We are using the most recent version (2008.1) and we would like to take advantage of the client.  Is there a way to dynamically create tabs on the client without doing a postback?  CSOM?  Callback?

    Thanks in advance.

    Todd

  • UltraWebNavigator & UltraWebListbar in old framework

    Hello,

    We are using Infragistics Ultrawebgrid, Ultrawebtab, UltraWebNavigator and UltraWebListbar in an old Asp.net application developed in .Net Framework 1.1 & 2.0, We are trying upgrade the framework to Framework 4.6.1 and the application is converted…

  • What controls should I use in latest version

    I have an old application using the following 2008 v2 controls:

    UltraWebListBar

    UltraWebTab

    UltraWebGrid

    UltraWebChart

    Can you tell me please which of the most recent controls I should use in my application.

    I plan to simply remove the current…

  • 'BC30560: 'Style' is ambiguous in the namespace 'Infragistics.WebUI.Shared'.

     Compiler error message is 'BC30560:'Style Is ambiguous in the namespace 'Infragistics.WebUI.Shared'.

    I am trying to apply preset for webtab.when i am trying to run thecpage it shows the above error.Can any one suggest how to solve it…

  • Application works in IE8 but has problems using IE9

    Application works in IE8 but has problems using IE9 Application works in IE 8 but not on client’s machine which has IE 9.

    Below are the details about infragistics control version and errors we are getting in IE 9. I have also attached screen shot…

  • Code Migration discrepancies from UltraWebTab to WebTab

    I am migrating from the UltraWebTab control to the WebTab control and I have the following code:

    if (!this.IsPostBack)
    			{
    				WebTabSet.Tabs.ReleaseTabState();
                    
    				Tab firstTab = igTabStrip.Tabs[0] as Tab;
    			    
    				//Loop thru and add the full max count o…
  • WebTab does not load content

    Hello.

    I have a code which uses a WebTab control with a couple of grids inside. Also it has options:

    <PostBackOptions  EnableLoadOnDemand="true" EnableAjax="true"  />

    WebTab has two tabs each containing WebDataGrid. Page loads…

  • Ultrawebtab height issue

    Hi,

     I am using Ultrawebtab version v8.2. I am adding tabs dynamically which contains the pdf files.Also i am using  the jquery dialogbox as messagebox.So When i click on button and tab in ultraweb contains the pdf file the messagebox hides behind pdf…

  • UlrawebGrid clientsideevents 2.0 not working in 4.0 with v11.1

    Hi Forum,

    We have recently migrated our project from 2.0 to 4.0 .net framework. Earlier we were using UltraWebGrid extensively in our project and we want to continue using that, so we have use infragistics V11.1 and used its ultrawebGrid in 4.0 frameowork…

  • Find ultrawebtab control in master page

    Hi,

     How find the ultrawebtab control from content page in master page by javascript.

  • set visibility of ulrawebtab by javascript

    I am using ultrawebtab control .i have manually added the close button in each tab.when all tabs are closed tabcontrol is still visible in my page.i want to set visibility property by  javascript.How to achieve it??

    function closeTab(tabKey) {
                var myUltraWebTab…

  • Rounded image

    I have ultrawebtab in webpage.its loading dynamically image in tabs .I have applied rounded corner images.but problem is when image name is big the image is repeats horizontally as shown image.Please suggest any solution so that image looks continuous…

  • Web Tab v10.3 Postback Differences between IE and Chrome

    We have an issue with the v10.3 Web Tab control. In Internet Explorer, switching between tabs does not automatically post back to the selected tab's page (once it's been loaded the first time). In Google Chrome it posts back every time. We would like Chrome…

  • WebTab / tabItem visible property

    Hi,

    Trying to set visible property to false on a specific tab in a WebTab 13.2.

    WebTab.Tabs(5).Visible = False

    When I debug, I can see the code hitting this line but when the page renders it is visible anyway.

    Question: I am doing this in Page_load…

  • Maintain the state of ultrawebtab during postbacks

    Hi,

    I am using utrawebtab and ultrawebtree of version 8.2.The treeview is popuiated on page load and child  nodes are populated on nodeexpanded event.on click on chid node the tab is created dynamically and added to ultrawebtab.I have set enableviewstate…

  • How to apply css with rounded corner for ultrawebtab version 8.2

    <div class="ui-layout-content" style="height:100%">
                        <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional" RenderMode="Inline">
                            <ContentTemplate>…

  • Async mode in ultrawebtab

    Hi,

     It is useful to use Async mode of ultrawebtab for maintaining state of a tabs.I am using ultrawebtab version 8.2 control.I am adding tabs dynamically in ultrawebtab on click of treenode from treeview.But tabs are not shown.

    <igtab:UltraWebTab ID…

  • Close button in ultrawebtab

    Hi,

     I am using ultawebtab version 8.2.I am showing files in tabs.close button feature is not present i implemented it manually by adding img tab to tab text.i am closing tab by javascript.

        function closeTab(tabKey) {
                var myUltraWebTab = igtab_getTabById…

  • Multi Rows Tab -How to tell which Tab in which Row

    Hi, i have a multi rows tab. Now i add Tabs to my Tab. But how can i say which Tab should go Row0 and which to Row1 ???

    I can find no property. I can only set NextRow=True, but no real Ordner or Position



     <igtab:UltraWebTab ID="UltraWebTab1" runat="server…

  • Ultrawebtab Problem

    <div id="dvContent" class="x-panel-body" style="position:absolute;top:50px;;overflow:auto; overflow-x: hidden;display:block;bottom:0px;width:100%;border-style:none">
                            <asp:UpdatePanel ID="UpdatePanel1" runat="server…

  • Web Tab Shows a Textbox in front of tabs on IE 10

    Hi,

    ASP.net web tab shows a textbox in front of the tab items on IE 10. did anybody come across this. Please let  me know...

    It works good when the compatibility mode is turned on.

    thank you