Connecting Tech Pros Worldwide Forums | Help | Site Map

MS Flex Grid in C#

Qumer Mumtaz
Guest
 
Posts: n/a
#1: Nov 16 '05
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

Arne Janning
Guest
 
Posts: n/a
#2: Nov 16 '05

re: MS Flex Grid in C#


Qumer Mumtaz wrote:[color=blue]
> 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..........[/color]

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...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/?u...ridcontrol.asp

Cheers

Arne Janning
LeeHACK[Jhin-Seok.Lee]
Guest
 
Posts: n/a
#3: Nov 16 '05

re: MS Flex Grid in C#


Hi

That is component. so you can just add MS Flex Grid in Project reference

You must affort to find MS Flex Grid manual

Maybe that is VB code. But I think that is no problem

Cheers

Jhin-Seok
_________________________
Have a Good Day
_________________________
Mail :leehack@korea.co
Mail2:Jhin-Seok.Lee@oecd.or
MSN :leehack@Korea.co
Tel. :33-1-7142-640
_________________________
http://leehack.sarang.net
Closed Thread


Similar C# / C Sharp bytes