StrataFrame Forum

How populate xTragrid of devexpress making a Select fields from Table where code = code

http://forum.strataframe.net/Topic18875.aspx

By Rafael - 9/1/2008

How populate xTragrid of devexpress making a Select fields from Table where code = code ?
By Bill Cunnien - 9/2/2008

1.  Add a grid to the form.

2.  Add the BO to the form.

3.  Add a BBS to the form.

4.  Assign the BO to the BBS's BusinessObject property.

5.  Assign the BBS to the grid's DataSource property.

6.  Run the specific fill method of BO in the form's load event.

7.  Stir frequently until desired consistency.

BigGrin

By Ivan George Borges - 9/2/2008

7.  Stir frequently until desired consistency.BigGrin

LOL Hehe

By Rainer Kempf, RK - 9/8/2008

Hi Bill



You wrote :



1. Add a grid to the form.



OK



2. Add the BO to the form.



OK



3. Add a BBS to the form.



How ?



I create BBS over Template

Wizard appears. Config all

then Rebuild Project



But no BBS in ToolBox



How can i add this BBS to form ???





thanks for your help



Rainer
By Dustin Taylor - 9/9/2008

The BBS is the "BusinessBindingSource", which should be in your StrataFrame Controls toolbox category. Just drop it on the form and point it to your desired BO, then use that to map the grid Smile.

There is a help topic that details how to do this in depth in the help file at Application Framework -> UI Layer -> Controls -> Business Binding Source

By Rainer Kempf, RK - 9/9/2008

Oh Super BigGrin



Thank you very much Dustin
By Rafael - 9/9/2008

thank you too, it is perfect Smile