Wisej.NET Migration
  • Introduction
  • WinForms to Wisej.NET
    • WinForms Migration First Steps
    • Advanced Topics
      • Statics vs. Session Variables
      • Reporting
      • Office Automation
      • Modal Dialogs
      • Registry Access
      • File Access
    • Optimizations After Migration
      • Alert Boxes
      • Watermarks
      • Tool Buttons
      • Enhanced TabControl
      • Enhanced DataGridView
      • AllowHtml
      • Label Wrapper
      • VirtualScroll
      • Theming
      • Responsive Properties
  • VB6 to Wisej.NET
    • VB6 Migration First Steps
  • Gupta to Wisej.NET
    • SAL Migration First Steps
  • Visual WebGUI to Wisej.NET
    • VWG Migration First Steps
    • VWG Advanced Migration
Powered by GitBook
On this page

Was this helpful?

  1. WinForms to Wisej.NET
  2. Optimizations After Migration

Enhanced DataGridView

PreviousEnhanced TabControlNextAllowHtml

Last updated 2 years ago

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!

DataGridViews
Virtual Rows
containers
Tool Buttons
DataBinding
Append/Fill
Summary Rows
Frozen
Cell Editors
control
HTML
paint