We are using Business Binding Source to bind an object to Devexpress Grid.
In my case, I have an instance object (Companies). But I have to drop that type of object on the form for informing the Devexpress grid. At Design time, I can easily manage the columns etc.
Is there any way to accomplish this without dropping Business Object on the form?
I have a complex Business Object (Groups) which has a property as another business object (companies).
"Groups" business object comes as a parameter from another form. I can fill Groups.companies. As a result, I have Companies business object that is not on the form. But If we give the business object or (otherwise the datatable) to a control in designtime, We can manage which columns will be displayed.
Since I don't have "companies" object on the form,I couldn't use this oppurtinity.
There is need to drop a Company Business Object onto the from. But I have one. I want to use that one.
How can I accomplish that feature provided by Binding Source with BBS ? Since I have to use BBS for Devexpress Binding.