ndevriendt
Programmer
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
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