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

Linking a sample data source to a RadGridView element

3 Answers 127 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Chris Cole
Top achievements
Rank 1
Chris Cole asked on 31 Mar 2010, 10:57 PM
I am a non-developer trying to mock up applications using Telerik Sliverlight controls in Microsoft Expression Blend 3.

In the Expression Blend 3 assets, under Controls > Telerik RadControls for Silverlight Q1 2010 > GridView, I added a RadGridView element to the screen.  The grid has columns like ContactName and Address - how do I customize these columns? With a standard DataGrid, I am able to drag and drop my custom data collection into the DataGrid and the DataGrid displays the custom data.  The RadGridView won't let me do that.

3 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 06 Apr 2010, 03:26 PM
Hello Chris Cole,

There is no problem to bind RadGridView with data generated by Blend. Could you please take a look at this video - when you are about to drop the data of the grid do not forget to press Shift key.

Hope this helps.


Best wishes,
Milan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Chris Cole
Top achievements
Rank 1
answered on 06 Apr 2010, 04:17 PM
Everything worked up until the Create Data Binding step.  I don't see "ItemsSource" as an option for the Property of the RadGridView.  I see ItemContainerStyle and ItemTemplate.
0
Milan
Telerik team
answered on 07 Apr 2010, 07:48 AM
Hi Chris Cole,

Most probably some of the required references are not added to the project. The required references for RadGridView are Telerik.Windows.Controls, Telerik.Windows.Controls.Input, Telerik.Windows.Controls.GridView, and Telerik.Windows.Data. Once all of those binaries are referenced you should be able to bind to the ItemsSource property.

Hope this helps.

Regards,
Milan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Chris Cole
Top achievements
Rank 1
Answers by
Milan
Telerik team
Chris Cole
Top achievements
Rank 1
Share this question
or