Grid Control in VB.NET

  • Thread starter Thread starter Satyen Kasturi
  • Start date Start date
S

Satyen Kasturi

I want to use a plain grid control in VB.NET (Windows
Forms) and yes I do not want to use Data Grid, because I
want to populate the grid manully and have the user edit
it. Does Microsoft has a Grid Control other than Datagrid
for VB.NET (Just like Microsoft Flex Grid in VB 6.0)
 
Yes, Is there under components. You need to install the reference for this
component.
AxMSFlexGrid
JFB
 
Hi Satyen,

You can use the Microsoft Flex Grid (VB 6.0) in VB.NET.
You may use it by right click on the Reference/ Add reference/COM/Microsoft
Flex Grid control.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi,

Perhaps you can consider a professional grid if you have the budget.
Take a look at Xceed Grid for .NET, it is quite a bit more powerful
(yet easier to use thanks to its WYSIWYG designer and documention +
support).

On Tue, 18 Nov 2003 12:10:30 -0800, "Satyen Kasturi"--
Alex Leblanc
Xceed Software Inc.
http://www.xceedsoft.com

Check out our advanced .NET grid and SmartUI controls

Email: (e-mail address removed) (remove the first 'x')
 
Back
Top