Browse by Tags
All Tags » Master Detail (RSS)
Showing page 1 of 6 (53 total posts)
-
Hello,
I've observed an issue in rendering of Marster-Detail grid. Imagine you have two DetailConfiguration for the same root element. When you start the application, it will render the detail grids oddly. The critical issue is, that the first Detail grid will take all available space on the screen down from its first row. If we remove one of the ...
-
I am currently evaluating the use of Xceed datagrid. I have the following Entity and am trying to display it as a master detail table flow grid with multiple levels:
public class Entity
{ public decimal Id;
public string Name;
public Entity ParentEntity;
public ...
-
I have an entity with an ID and a self referencing ParentID (both int) and I have successfully set up a DetailGrid to display the children at the first level, but have not found a way to have that cycle repeat itself down the hierarchy as required. The examples only seem to show how to do it manually....
Any ideas?
-
Hi,
I am trying to create a grid with recursive details and it works when I set AutoCreateDetailDescriptions to true just fine. However, my problem is that I also need unbound columns on each level. I know it can be achieved by creating the detailconfigurations manualy in the code behind but it seems like a bad improvisation. Is there anyway to ...
-
Hey,
I'm in the process of evaluate the Xceed WPF data grid, and now i'm focusing on showing a user control / grid (not data grid) as a details of a row.
As i saw, I can use DetailConfigurations only for an inner table, but what if i want to use other controls as a details for a row?
Regards,
Eyal
-
HI, mohamed
any thing for nested grid?
why it is not working in nsted grid.
-
yes dharmesh your solution works well and fine
thanx it helped me..
vahhh..!! dhambhai..
-
Hi,
I have Master Detail grid. Requirement is to show data in a combo box in Detail Grid column.
How do I add combo box? Any samples?
Below is my code -
DataGridCollectionView theView = new DataGridCollectionView(roomsListNew, typeof(ExchangeRoomResource), false, false);
theView.DetailDescriptions.Add(new ...
-
Hello,
I don't believe either of these solutions actually addresses the problem. The example shows how to prevent the empty detail view from being shown, but does nothing to disable the collapse/expand toggle. Likewise for the Visible attribute on the DetailConfiguration. If not every row has detail info, it is confusing to the ...
-
I am starting new thread as I did not get any reply for thread ''How to bind values(Collection) to Master/Detail grid?''. I am using Koch's sample from that thread.
I've few more requirements. 1. Change the column titles, 2. In Child grid column I want to populate data into combo box (in example below, ''Suggested Room'' column). 3. ...
1 ...
|
|
|
|