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…
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…
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…
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…
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…
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…
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…
what does this error means and how can we fix it (we are using 2009.2)
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…
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.
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…
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…
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…
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
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…
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.…
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…
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…
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…
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…
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…
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…
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.
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…