How do i make a datagrid use my column captions

  • Thread starter Thread starter amil
  • Start date Start date
A

amil

Hi all,

I set the Caption properties in my dsTest.xsd for all the columns. However,
the datagrid does not use them. How do I make the datagrid to use the
Captions I have set?
 
amil,

I was hoping that the data grid would use these as well, but it doesn't
appear that it does. In order to do this, you will hav to manually add the
columns for the grid (or modify the ones that are already there), and set
the heading text to the Caption for the DataColumn.

Hope this helps.
 
Back
Top