Datagrid - Bind - Spreadsheet

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

Guest

I was wondering if someone could post some sable VB.NET code on Datagrids and
how to bind information to them. What I'm ultimately wanting to create is a
spreadsheet type application.

I have a program that will require a lot of input/output. Typically I would
do this with fields and program a scroll bar - to fit all of the fields.
However, I thought that it might be even better to utilize the data grid
object.

I was envisioning the datagrid object at the top of a form - and a field at
the bottom. The field would be the input field - that could then populate
(realtime) the "cells" of the data grid.

Has anyone done something like this - where they could post some sample code
that I could review.

Thank you
 
Thank you Pete.
While I see some articles by Alex Fienman - I don't see on on the datagrid.
Can you post the URL?
 
Back
Top