WinForms DataGrid and the old properties MergeCol et MergeRow ?

  • Thread starter Thread starter \(\( Olivier \)\)
  • Start date Start date
O

\(\( Olivier \)\)

Hello,

I've searching for the old properties MergeCol et MergeRow from MSFlexGrid
in the new WinForms DataGrid control.

I would like to merge all the cells wich contains the same values.

How can I do that ?

Thank you
Olivier
 
Hello Olivier,

These properties are no more available in the WinForms DataGrid. What's
worse, you don't have any decent alternative - I mean other than rewriting
almost the whole functionality.

You might wish to switch to a commercial grid - there are several available.
 
DAMNED !!

Thank you for your answer;
Olivier


Dmitriy Lapshin said:
Hello Olivier,

These properties are no more available in the WinForms DataGrid. What's
worse, you don't have any decent alternative - I mean other than rewriting
almost the whole functionality.

You might wish to switch to a commercial grid - there are several available.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

(( Olivier )) said:
Hello,

I've searching for the old properties MergeCol et MergeRow from MSFlexGrid
in the new WinForms DataGrid control.

I would like to merge all the cells wich contains the same values.

How can I do that ?

Thank you
Olivier
 
Olivier,
You can get a free full copy of FlexGrid for .NET in the VB.NET Resource
Kit.

http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

The resource kit has a number of very useful articles, plus $899 in free
controls.

Hope this helps
Jay

(( Olivier )) said:
DAMNED !!

Thank you for your answer;
Olivier


"Dmitriy Lapshin [C# / .NET MVP]" <[email protected]> a ecrit
dans le message de news:[email protected]...
Hello Olivier,

These properties are no more available in the WinForms DataGrid. What's
worse, you don't have any decent alternative - I mean other than rewriting
almost the whole functionality.

You might wish to switch to a commercial grid - there are several available.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

(( Olivier )) said:
Hello,

I've searching for the old properties MergeCol et MergeRow from MSFlexGrid
in the new WinForms DataGrid control.

I would like to merge all the cells wich contains the same values.

How can I do that ?

Thank you
Olivier
 
Back
Top