|
Browse by Tags
All Tags » [ultrawebgrid] » bands ( RSS)
-
Hi, In our application we are using Infragistics Webgrid with Multi Bands.We are binding around 8000 records in the grid.The loading time becomes too low as it takes around 30 minutes to load 8000 records.Could you please suggest me on how to reduce the loading time or is there any way to optimise it...
-
I am using UltraWebGrid 2007 version 3. The View Type is set to Hierarchical in the design mode and I have designed my Bands at Design time. The data source can be either flat or hierarchical . When I bind a Flat data, teh Grid displays it. But when I bind the Grid again with Hierarchical data after...
-
We're having an issue with the UltraWebGrid. I have datasource objects created using SubSonic. Let's say the parent and child are related on the property pA (I exclude all the "get/set" code for purposes of brevity); Public Class Parent { public int pA; public int pB; public ChildCollection...
-
I'm not sure if I understand your question correctly but if you're trying to expand all rows from the top level Band only, you need to call ExpandAll method on that Band: UltraWebGrid1.Bands[0].ExpandAll(); Regards, Nick
-
elamberton, Along the lines of WombatEd, here is a concept to try... Since you can pre-fill a WebCombo with the names of the two/three/four/... potential child tables you should be able to drive your active relationship off that selection. It is obvious you can do so using a WebCombo not attached to...
Page 1 of 1 (5 items)
|
|