
- Forum
- Programming Talk
- Microsoft .NET
- Help needed on FlexGrid
Help needed on FlexGrid
This is a discussion on Help needed on FlexGrid within the Microsoft .NET forums, part of the Programming Talk category; Hello to all Members, I need to implement FlexGrid in VB.Net1.1, Can any one help me how to display data ...
-
12-16-2006, 04:02 AM #1
- Join Date
- Aug 2006
- Answers
- 1
Help needed on FlexGrid
Hello to all Members,
I need to implement FlexGrid in VB.Net1.1, Can any one help me how to display data in the grid & able to edit data at the grid itself.
-
MS Flex Grid in Vb.net.Since MS- Flex grid is a Com component. You need to Convert that first into dotnet component using AxImp.exe(from command line) or if you are using Visual Studio.Net Add reference to the MS-flex Grid COM component.Visual studio automatically converts that into .Net component. For more Details of how to use COM component check your MSDN documentation.

Reply With Quote





