Browse By Tags

  • UltraWebGrid (with Async Callbacks involved) - Adds (or deletes) more rows when you're not looking!

    Hi,

    I have a situation where I have an UltraWebGrid that resides on an UltraWebTab control.  I have client-side buttons for adding/deleting rows from the grid.  This grid behaves pefectly normal when I don't include any AJAX functionality.  However…

  • Increase Perfomance

    I am using two Ultra Webgrid and  One list view Control In my webForm.  One Ultra web grid Shows

    Single  column. But Near by 10  retrive from db & show via tables and imagess. Another web grid

    shows the same detail but normal deati. List view show…

  • WebTab and FormView

    Hi,I am new to Infragistics.

    I have a ultraWebTab in my page and I create three Tabs in the WebTab. In one of  the tabs I put a formview control and want to use a Ajax cascading dropdown extander to a dropdown control in the formview.

    Now the problem…

  • Tabs on the Fly

    Hi.  I'm building my first UltraWebTab control and I would like the number of tabs to be built based on the number of records returned from a query.  If there are 6 records in the personnel table then I would want 6 tabs created, one for each person…

  • WebTab on IPad have to click tab twice to change tabs

    I am using version NetAdvantage_ASPNET_20103.

    On IE, Chrome and FireFox I can change the tabs by clicking on the tab once. On the Ipad I have to click the tab twice for it to change the tab.   When you click the tab once on the Ipad it changes the tabs…

  • Update Panel not working with UltraWebTab control when ContentPageUrl is set and UserControls are used

    I am using ultrawebtab control in a web page Page1 on my asp.net 2.0 website(visual studio 2011). On the first tab i have contentpageurl referring to another web page Page2, which have 6 different user controls. Now i want to display all these 6 different…

  • Tab change confirmation

    Hello,

    I need to implement the  tab change confirmation using ConfirmButtonExtender of AJAX Toolkit.

    Lets say I have JS function that checks if form on tab changed and it return True/False, If form changed, function shows confirm panel "are you sure…

  • ultrawebtab error in the designer

    what does this error means and how can we fix it (we are using 2009.2)

  • Validation summary errors

    Hi,

    There seems to be an issue with multiple validation summaries with a validation summary on each UltraWebTab. It seems on page load the script is trying to remove other validation summaries not on the current tab, even though the LoadOnDemand async…

  • Background Images disappear Upgrade to VS2010

    I upgraded my project to Visual Studio 2010 and ASP.NET 4.0 (from 2005 and 2.0) and the background images of my UltraWebTab disappeared.

  • UltraWebTab - Load on Demand Sample?

    Hello,

    We're currently evaluating Infragistics and Telerik ASP.NET toolkits for our dev shop - one of the scenarios we're looking at is loading the contents of a tab on demand (only when selected - so we don't need to load all data on the page load…

  • Webtab - switching from tab to tab then back causes previous tab to reload

    Hi, just visiting - doing a bit of Proof Of Concept/Eval with Webtab, and have a question.

    I have a simple UltraWebTab with 3 tabs. Each has its own separate TargetUrl (different target .aspx pages) loaded so that when the hosting page is shown, all…

  • Tab size incosistency in IE6 & IE8

    Hi,

    We have one problem in Infragistics Tab size. Earlier we  were using UltraWebNavigator version 6 & now we have migrated to  UltraWebNavigator version 10.

    In  UltraWebNavigator version 6 the Tabs used to look consistent(with the same size), here is…

  • WebDialogWindow inside a UltraWebTab with AsyncOption="LoadOnDemand" does not postback

    Sorry for the repeated and cross post. I wasn't sure which one is causing this issue, UltraWebTab or the WebDialogWindow.

    Here is the link to actual post.

    Any help is appreciated.

    Thanks

    Gavini

  • UltraWebTab 2010 Vol. 1 - I.E 8.0 issue

    I'm experiencing a strange issue with ultrawebtab images in IE 8.0. I'm using infragistics 2010 Vol. 1 controls.

    I have a page with an UltraWebTab. The webtab itself is placed inside a Web Async Refresh Panel (WARP). The locations for the webtab…

  • Tab not selectable upon async post back on Safari

    Hi,

     

    I'm running in to a problem where I cannot seem to select tabs upon an async postback. I'm using a ASP.NET Multiview control within which the UltraWebTab sits. It works fine on IE & Firefox but not on Safari. I've only tried Safari 4.0.…

  • UltraWebTab onPreRender error

    Hello,

    We have currently performed some load testing on our application and it appears that with an increased load we are seeing the error below repeated with quite high frequency. This cannot be reproduced in a single development environment.

    The error…

  • Alt keys do not work on a scrollable tab in all circumstances

    Hi,

    I have an ultraWebTab control with many tabs on it. I have therefore set it to be scrollable using the DisplayMode property. I have set access keys on each tab. When the very first tab has focus i can press the alt + U to get the the far most right…

  • UltraWebTab - Design View - Problem

    Hi all,

    I am trying to determine whether my trial version install is corrupt or if there is a problem with the UltraWebTab control in Design view. I currently have a page that is a child of a Master Page that is the child of another Master Page. When…

  • Update Panel and WebTab

    Hi

    I have a scenario like this

    I have a user control in a form  ,inside user control

    left side UltrawebTreeView control ,Right side UltrawebTab where each tab contains one user control

    When I click a node in treeview control , I basically need to…

  • UltraWebTab postback on firefox

    I was tasked to upgrade an ASP.NET 1.1 web application to 3.5.

    When I viewed with firefox 3.5 a page that uses UltraWebTab, the page no longer appears correctly. Tabs appear like link buttons and changing tabs causes postback. But when I opened it on…

  • WebAsync Refresh Panel and UltrawebTab

    Hi

    I have a scenario like this

    I have a user control in a form  ,inside user control

    left side UltrawebTreeView control ,Right side UltrawebTab where each tab contains one user control

    When I click a node in treeview control , I basically need to…

  • Applying CSS To WebTab

    I'm trying to control the look of the WebTab (2007 V3) using an external CSS file but I'm experiencing problems.

    I want to apply an image to the tabs, however when I assign a CssClass to the DefaultTabStyle the image appears not only in the tab…

  • OnDemand loading of controls inside WebTab

    Is this possible to do with the latest version of infragistic controls?

    Basically, I only want to load the controls in the 1st tab on initial page load.

  • WebTab: executes Add button code twice.

    In my application there are two update panel. One in master page and another in child page. Based on item selection on master page we are populating child page. Now in child page we have placed UltraWebTab control inside the update panel and one of the…