Enhanced DataGridView
Last updated
Was this helpful?
Last updated
Was this helpful?
in Wisej.NET are very powerful controls. By default they are using , allowing for an unlimited number of rows.
DGVs can act as hosting other controls.
They also support in Cells, Column Headers, etc.
WinForms is fully supported and additionally you can use methods to populate the DataGrid from a datasource without actually binding to it. This can come in quite handy if you want to group the rows and/or add .
Rows can also be including support for RowSpan and ColSpan.
DataGridView editing can be extended by using custom and you can display virtually any or in the DGVs cells. You can even in the cells!