-
Hello, I am developing a website which load the pages by AJAX, injecting the html into a div element. The problem is that when I load a page that have a WebHierarchicalDataGrid doesn´t works, i try to options: I tried disabling the ajax feature of the grid and put it into a UpdatePanel but when...
-
Hello IG Team, We are facing an odd issue. We are using IG version 10.3 with latest build installed. We are having a page where there are two radiobuttons. There are two different WebDataGrids which are populated depending upon the selection of either of the radiobuttons. By default when the pageLoads...
-
I have a simple ASP.NET application I am changing from classic ASP.NET to Infragistic controls. I am running .NET Framework 4.0, AJAX Control Toolkit 4, and Infragistics for ASP.NET 4. Default.aspx has a Infragistics datagrid that has several items in it. You click ona row to select an item. It posts...
-
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 is when I setup the extander an run for a test, the...
-
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 user controls asynchronously (first come first...
-
I have created a page with a WebImageButton within a WebDataGrid. When the button is pushed, it does a full page postback instead of just the grid. I add the OnItemCommand="grdClasses_ItemCommand" code to my markup and it causes the page to abend. What am I doing wrong? I will attach some of...
-
Hi, I am using Infragistics UltraWebGrip ( Version=7.3.20073.1053). Following is the design code that is being used: </ igtbl : ultrawebgrid >< igtbl : ultrawebgrid id ="grdPOItem" style =" Z-INDEX : 114 ; LEFT : 8px ; POSITION : absolute ; TOP : 281px" runat ="server"...
-
Hi, I am using Infragistics UltraWebGrip ( Version=7.3.20073.1053). Following is the design code that is being used: </ igtbl : ultrawebgrid >< igtbl : ultrawebgrid id ="grdPOItem" style =" Z-INDEX : 114 ; LEFT : 8px ; POSITION : absolute ; TOP : 281px" runat ="server"...
-
Is there anything on this? PLEASE? I have tried using this same or even more simplified grid on different pages, using SqlDatasources/WebHierarchicalDatasources, removing columns to just 1 integer in the parent and 1 integer in the child, creating from scratch using the designer, etc. Nothing is working...
-
Hi, I am using WebCurrencyEditor in my code that uses ajax framework to handle client side events. I am trying to see if i can capture an event when value of the currency editor is changed. I thought it should be pretty trivial but so far i don't have any luck. This is what i thought that i should...