MultiLine DataGrid

This sample contains the code and demonstrates the use of a Grid control that is modelled after the Microsoft Money transaction register view.  It provides an editable grid that can bind to fields and/or properties of a the row type object that can layout those fields in multiple lines per row.  It also provides primary and secondary sorting and type-to-find on the sorted columns. The Columns of the grid are customizable, and provided are TextColumn, DateColumn, and EnumColumn.

The following is a screen shot showing some customer data loaded into the grid, sorted by the Name column, with the entry for Thomas Hardy selected, and the drop down on the date column opened.

上图中每一行数据的每一列都被分成多个部分,并可单独编辑修改

posted @ 2012-07-14 15:28  simplefrog  阅读(179)  评论(0编辑  收藏  举报