I have use web Combo with UltraWebGrid on my asp.net page and the tag registraion shows like this
<%@ Register Assembly="Infragistics2.WebUI.WebCombo.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.WebCombo" TagPrefix="igcmbo" %><%@ Register Assembly="Infragistics2.WebUI.UltraWebGrid.v8.1, Version=8.1.20081.1000, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" Namespace="Infragistics.WebUI.UltraWebGrid" TagPrefix="igtbl" %>
for the grid and combo
but combo column declareation intellicense not work on asp.net page, but when i change Tag
TagPrefix="igtbl" to TagPrefix="igcmbo" intelisense start working, but problem is then grid won't work, and when i got the page design mode and open webcombo column editor column get reset to defaut control layout, i can't create the columns and edit it. what is the solution for this matter
thanx charaka
I too have similar kind of problem. waiting for the elegant solution.
Same problem w/ WebCombo.
Using UltraWebGrid with a WebCombo. Any time I use the Web Combo Designer, it resets the column definitions.
VS Team Edition 2008, Infragistics 8.2
I"m discouraged to se that it's not fixed in 8.3 either. I was hoping an upgrade would solve my problems...
I have a simmilar problem:
UltraWebTab control contains two tabs: Tab1 and Tab2. In Tab1 I have WebCombo control myWebCombo1. In Tab2 I have myWebCombo2. When I switch between tabs in Visual Studio design mode all data schema of both WebCombo controlls resets to default!!! All column properties resets to default. This is some kind of bug.
Visual Studio 2005 Proffesional 8.0.50727.762 Infragistics 8.3
An early reply would be appreciated. Please help.