This is a migrated thread and some comments may be shown as answers.

Populatimg Data

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Asit Aithal
Top achievements
Rank 2
Asit Aithal asked on 02 May 2009, 06:24 PM
I have a solution with two projects. 

1 - Data Persistence Layer developed with OA
2 - Presentation Layer - WinForms

In the second project, I have a WinForms that has BindingSource with DataSource set to Data Persistemce Layer. I then drop a DataGridView on the form and set its DataSource to BindingSource. When I do that, the DataGridView shows the right column header. However, when I run it, the grid is empty. What am I doing wrong?

1 Answer, 1 is accepted

Sort by
0
Dimitar Kapitanov
Telerik team
answered on 03 May 2009, 11:11 AM
Hi Asit Aithal,
Please use our ObjectView datasource (which inherits BindingSourcee) which is populated through ObjectProvider data provider (both of them you can find in your toolbox). You can find this article useful:
http://www.telerik.com/help/openaccess-orm/openaccess-tasks-howto-binding-windows-forms.html

Regards,
Dimitar Kapitanov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
General Discussions
Asked by
Asit Aithal
Top achievements
Rank 2
Answers by
Dimitar Kapitanov
Telerik team
Share this question
or