VB.NET Datagrid Editable Column Header Names?

  • Thread starter Thread starter simchajoy2000
  • Start date Start date
S

simchajoy2000

Is it possible to allow users to edit datagrid columnheader names
during run-time? And it is possible to create "header names" for rows
in a datagrid as well?

Thanks!!

Joy
 
Simchajoy,
Is it possible to allow users to edit datagrid columnheader names
during run-time? And it is possible to create "header names" for rows
in a datagrid as well?
ColumnHeaders,
Why not when you create a menu item and change with that the headers.

RowHeaders,
What are that?

Cor
 
Back
Top