Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » Master Detail » .Net Grid   (RSS)
  • Databound Hierarchical GridControl using DetailGrid

    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?
    Posted to Xceed Grid for .NET (Forum) by Craig on January 17, 2010
  • Master Detail and Relationship

    I after trying a lot again am not able to produce master/details structure. I am in mid of some POC for a new project but am not able to manage it with xceed data grids have attached screenshot of what it is visible to me when the data loads in master and detail grid. For every row in master, i get all the rows in detail grid.   I fail ...
    Posted to Xceed Grid for .NET (Forum) by Credits on April 16, 2009
  • Sorting of Grid

    hi, I am sorting the master/detail grid from the column header. I have a column which corresponds to the index of the row. for (int i = 0; i < m_northWindDataSet.Tables[nIndex].Rows.Count; i++) { m_northWindDataSet.Tables[nIndex].Rows[ i ].SetField(0, (i + 1).ToString()); } //then I bind this table to grid. When I sort a ...
    Posted to Xceed Grid for .NET (Forum) by Sudhir on January 14, 2009
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.