Data Grid Resources (how to )

  • Thread starter Thread starter andrewcw
  • Start date Start date
A

andrewcw

I am using DataGrid for the first time. My application
builds a DataTable and then provides the DataGrid with the
DataTable as the Source.

The user interface is fairly simple: it allows for
1.)The edit/entry of the one designated field per row.
2.)When a certain cell column is clicked on in any row I
have to trigger a display ( hidden listBox ). ( Determine
cell clicked and cell contents )

The User cannot add any rows. He can sort.

Some of the other fields and the cells background will
change during the applications process.

I would also like to hide the dark blue default band that
tops the default DataGrid.

If you have a documentation source on these items or can
just tell me - that would be great. Its a powerful
control, I just need to be able to use it. Thanks
 
Back
Top