Business object data source

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
 
R

RobinS

What do you mean a combobox that displays grids? The dropdown has a grid on
each row of the combobox dropdown?

RobinS.
 
A

Alvin Bruney [ASP.NET MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top