|
Browse by Tags
All Tags » bands ( RSS)
-
HI, I have a grid I'm using to display a collection. Each row in the collection is of type Product. There's a property call RelatedProducts which which is a collection of Products. This seems to cause the WinUltraGrid problems.. it tries to discover band information,stops at 100,and no longer...
-
Okay, I'm having a problem where code concerning a Grid is running much more slowly than I find reasonable. I have a grid with two bands: band[0] rows MAY have a child record, and if they do then a (Band[0]) checkbox must be checked to signify that. When saving, I must verify that any row with the...
-
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
-
Hello, I have ran into the situation where I have a hierarchical web grid with 2 levels. The first level is a single column with company names. The second level has several columns one of them is name. I have changed the name column to be a drop down list. This list is a list of employees for that company...
-
On the clientside, I want to access the data of the child rows under a select parent row. In an AfterRowActivateHandler function I can get the data by doing something like the following: var currentRow = igtbl_getRowById(rowId); ... currentRow.Rows.getRow(0).getCellFromKey('FactorText').getValue...
-
Thanks Rumen Stankov Actually I need paging at band level. This <Pager AllowPaging="true" PageSize="3"></Pager> is at the grid level. Can I get it inside the band region?
-
I am using infragistic Hierarchical grid. Some parent rows has lots of child rows. While rendering those child rows, it takes long time. Can I provide paging to the child level data i.e. band(1) level data?
-
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...
|
|