|
Browse by Tags
All Tags » hierarchical grid ( RSS)
-
Hi, I'm trying to style XamDataGrid to show only column headers in the very top and no headers for the expanded children. The view will be like TreeListView then ( http://blogs.msdn.com/atc_avalon_team/archive/2006/03/01/541206.aspx ). I havent managed to do this yet. Thanks for your help. Stefanie
-
Hello everybody. I need to build a UltraWebGrid with at least two sibling sublevels, bound to a complex business object array. A hierarchy example could be: - Customers (Id, name, adress, etc.) - Invoices (Invoice#, date, amount, etc.) - InvoiceDetail(Item#, Qty, unit price, etc.) - Payments (Payment#...
-
My problem is this. Say, I got a list of customer, who inturn will have list of orders. Each order will have orderdetails list inside it. I want to display the above information in a hierarchial fashion. The solution has to look like this. Customer Order OrderDetails. I created a typed dataset with customer...
-
Hi, I'm using an object data provider for a BindingList collection of objects with a nested BindingList object i.e. 2 level hierarchy. I've specified HighlightAtlernateRecords = True on the FieldLayoutSettings of the FielLayout for the Parent level of the hierarchy only. When rendered with the...
-
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...
-
ok, I have 4 ultrawebgrids (one per tab). only the first one is bound with the HeirarchicalData. I am getting several issues with this that are not showing up in the other grids/tabs. on the first page load, NO data is showing in the grid, if I go to another tab,and come back, the data is there. paging...
-
As in: class Customer { List<Orders> Orders; string Name; } class Order { string Product; decimal Price; } If I want a single row that looks like below, with NO drilling, simply spanning. Customer | Orders ------------------------------ Jon Doe | Plasma TV | $999.00 | DVD Player| $399 --------...
-
DataRecord dataRecord = (DataRecord)dataGrid.Records[0]; dataRecord.IsExpanded = IsExpanded; I set the IsExpanded property in the data record when I load a setup file. It used to work but now it just shows it is expanded with no children. I have to unexpand and then reexpand to show the children. Am...
-
Hi, I got a webgrid set up as a hierarchical view, with 4differents bands in. I would like to apply different HeaderStyle to each band header. But it doesn't work. I tried differents combination: Delete the HeaderStyleDefault setting, and apply styles on band declaration in the aspx, but with that...
-
Hello, I'm trying to achieve something like this: <FieldLayout> ... <Field Name="Id" Column="0" RowSpan="3" /> <UnboundField Name="Size0" Colum="1" Row="0" /> <UnboundField Name="Size1" Colum="1"...
|
|