By Fabian R Silva, - - 8/8/2007
I feel like a dumb ... I cannot find the property "IsListSource" in any business object someone can help me please? I try to fill a datagridview and only get 1 item
thanks in advance and sorry for that post
|
By Trent L. Taylor - 8/8/2007
Yeah, any type of grid requires that the bound object implements the IBindingList interface to expose each row as a unique object. In order to bind an SF business object to a grid you need to wrap it in a business binding source. Drop on the BusinessBindingSOurce control, select the BusienssObject that it will wrap, then change your grid to use teh BBS instead. There is a sample that comes with the framework called Business Binding Source sample that shows how to do this.
|
By Fabian R Silva, - - 8/9/2007
It happen when the people don´t view all the samples sorry
Thanks
|
|