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

Bind a simple string array to a RadGridView

1 Answer 152 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Deepa
Top achievements
Rank 1
Deepa asked on 11 Jun 2009, 06:37 AM
hello

How to bind a simple string array to a RadGridView.How can I achive this problem.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 11 Jun 2009, 06:50 AM
Hi,

Here is an example:
            RadGridView1.ItemsSource = new string[] { "a", "b", "c" };


All the best,
Vlad
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
GridView
Asked by
Deepa
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or