How to configure Data Grid's user interface in VB .Net 03?

  • Thread starter Thread starter Alice
  • Start date Start date
A

Alice

In VB, we can easily configure DB Grid Control's interface by right clicking
it and select edit.
After that we can edit the column header, adjust the column width and do
many other things.

However, I am not too sure how to do the same thing in VB .Net 2003's Data
Grid control.
Can anybody help? TIA.
 
I had trouble applying any styles until I put the correct "MappingName" into
the table style properties. I had to put in cvt_lookup, and to access the
rows in the dataset I have a dataset that looks like:

Ds_lookup1.cvt_lookup.Rows(ll_cur_row)

Hope this helps,

-Mike
 
Back
Top