Business object data source

  • Thread starter Thread starter parez
  • Start date Start date
P

parez

Hi I have business object data source. and its is bound to a 3rd party
combo box which displays grids. I have a property SomeDate which i
want to display in the header as "Some Date" or whatever. Is this
possible? Can i add some attributes to my business object property to
make it so? Please help.. and TIA
 
What do you mean a combobox that displays grids? The dropdown has a grid on
each row of the combobox dropdown?

RobinS.
 
You would need to first ensure that what you want to add is in the
datasource and that your grid has support for it. Otherwise you will need to
do this manually in the row binding event - basically take control of the
binding process to add the special columns.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 
Back
Top