Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2 problems with infragistic controls

Status
Not open for further replies.

ndevriendt

Programmer
Jan 8, 2002
74
BE
Hello,

I'm using the infragistic webgrid and weblistbar in my asp appliction.

I have with these controls two problems:

WebGrid:

My grid is grouped at a column. When my page is
reloaded, is every time my grid collapsed.
(I do in the load of my page the test on postback
so that my grid is not filled every time with
data from the database)


WebListbar:

I've setted the hoverstyle, selectedstyle, display
style backcolor of my groups at design time.
My first group contains a webtreeview (also from
infragistics)

With the following code I add the nodes to my
treeview.


Infragistics.WebUI.UltraWebNavigator.UltraWebTree ucTree = new Infragistics.WebUI.UltraWebNavigator.UltraWebTree();;

ucTree = (Infragistics.WebUI.UltraWebNavigator.UltraWebTree) UltraWebListbar1.Groups[0].Control.FindControl("UltraWebTree2");

ucTree.Nodes.Add("Text")

After executing this code, my application is
losing the backcolor settings that I've set at
design time.

Does anybody know how I can fix this.

Thanks for your time and answer.

Devriendt Nico
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top