Thoughts about TreeViewGrid or Collapsable DataGrid: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with 'Requirement: collapse and expand rows, master and detail rows ** http://sourcegrid.codeplex.com/Thread/View.aspx?ThreadId=66251 is not implemented for Sourcegrid ** http://www.co…')
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Requirement: collapse and expand rows, master and detail rows
Requirement: collapse and expand rows, master and detail rows
** http://sourcegrid.codeplex.com/Thread/View.aspx?ThreadId=66251 is not implemented for Sourcegrid
** http://sourcegrid.codeplex.com/Thread/View.aspx?ThreadId=66251 is not implemented for Sourcegrid
*** also see [http://cscl.googlecode.com/svn/trunk/Docs/Sourcegrid/SourceGrid_EN.html help file]: Q: How can I create a tree view with SourceGrid? (hierarchical view) A: For now SourceGrid doesn't support this kind of view. I hope to work on this for a future release.
** http://www.codeproject.com/KB/grid/practicalguidedatagrids4.aspx the old .net 1.1 Winforms grid has expand and collapse methods, but this is not the new DataGridView
** http://www.codeproject.com/KB/grid/practicalguidedatagrids4.aspx the old .net 1.1 Winforms grid has expand and collapse methods, but this is not the new DataGridView
** old DataGrid: http://msdn.microsoft.com/en-us/library/system.windows.forms.datagrid.collapse.aspx
** old DataGrid: http://msdn.microsoft.com/en-us/library/system.windows.forms.datagrid.collapse.aspx
Line 8: Line 9:
** http://blogs.msdn.com/markrideout/archive/2006/01/08/customizing-the-datagridview-to-support-expanding-collapsing-ala-treegridview.aspx
** http://blogs.msdn.com/markrideout/archive/2006/01/08/customizing-the-datagridview-to-support-expanding-collapsing-ala-treegridview.aspx
** http://www.codeproject.com/KB/grid/hierarchgrid.aspx
** http://www.codeproject.com/KB/grid/hierarchgrid.aspx
** http://www.codeproject.com/KB/list/ObjectListView.aspx, http://objectlistview.sourceforge.net/:
*** ChristianK used the 'TreeListView' control, which is part of this very good control, in a project that is unrelated to OpenPetra and found it very powerful and rather easy to use. It is under GPL License. Unfortunately it does not support mono (as of June 2010, though it seems that earlier versions did).


* Alternative:  
* Alternative:  

Latest revision as of 15:40, 23 June 2010

Requirement: collapse and expand rows, master and detail rows

  • Alternative:
    • manually create a DataTable, mix Master and Detail rows. problem with sorting?!!
    • GL: connect transactions with a_detail_number_i. add a new GL Batch screen without journals? or depending on settings, and whether there are more than one journal per batch?
    • Gift: insert the detail rows. similar to 2.3