MS Flex Grid in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

H
How to us MS Flex Grid in C#.I mean how to add columns and rows at run time and how to assign values to the columns and rows ? Any help in this regard will be appriciated
Plz reply sooon.........
Thanx
 
Qumer said:
How to us MS Flex Grid in C#.I mean how to add columns and rows at run time and how to assign values to the columns and rows ? Any help in this regard will be appriciated.
Plz reply sooon..........

Hi Qumer,

I don't know if the FlexGrid is a good choice, as it is based on COM.
This means that it is difficult to deploy, it doesn't work with
ADO.NET-Datasets, etc. So if the Windows.Forms.DataGrid fits your needs
takes this one or take the Extended DataGrid:

http://dotnet.leadit.be/extendeddatagrid/

The free VB resource kit contains a free version with full license of
the new dotnet FlexGrid (by the same company that created the original
FlexGrids).

http://www.componentone.com/products.aspx?ProductCode=1&ProductID=17

This FlexGrid has decent hierarchical capabilities so if this is what
you need.

You can download the complete vb resource kit here :
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

Or you can diretly get a license number for C1 stuff directly here :
http://www.vbrkit.net/?=ww

and then download a more recent version of their stuff here:
http://www.componentone.com/microsoft/MicrosoftNK.aspx

If you have to use the old FlexGrid you'll find the official
documentation here:
http://msdn.microsoft.com/library/?url=/library/en-us/mshflx98/html/vbctlmsflexgridcontrol.asp

Cheers

Arne Janning
 
Back
Top