I am working with Visual C++ .NET 2003. I need to be able to use a DataGrid
in my application. My program is not and will not be connected to a
database. I must be able edit each cell as a user and allow the program to
access each cell and the edit them. The program needs to load the cells
during runtime. I have not been able to find any information on this .NET
tool so far over the internet. Your help is greatly apreciated.
Thanks,
Brad

Re: DataGrid by justin

justin
Fri Mar 02 19:37:19 CST 2007

On Mar 2, 5:23 pm, "b89" <b89.smith....@gmail.com> wrote:
> I am working with Visual C++ .NET 2003. I need to be able to use a DataGrid
> in my application. My program is not and will not be connected to a
> database. I must be able edit each cell as a user and allow the program to
> access each cell and the edit them. The program needs to load the cells
> during runtime. I have not been able to find any information on this .NET
> tool so far over the internet. Your help is greatly apreciated.
> Thanks,
> Brad

Brad:

The msdn class documentation can be found here

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuiwebcontrolsdatagridclasstopic.asp

if this isn't what you are looking for just reply.