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

windows radgridview in wpf

5 Answers 78 Views
GridView
This is a migrated thread and some comments may be shown as answers.
firoz
Top achievements
Rank 1
firoz asked on 23 Jun 2010, 12:43 PM

Dear all,

I am in a very bad situation , 

coz , I have started a wpf project ...all is well except in the case of radgrid view in wpf ...

I am expecting all the functionality of windows radgridview in wpf. like adding rows etc.

is there any way to add the windows rad control to wpf ?.

If anybody know a solution please share it with me............

Thanks and Regards,

Firoz

Qatar

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 25 Jun 2010, 07:53 AM
Hi,

 You can add rows in RadGridView for WPF as well :)! Have you checked our demos?

All the best,
Vlad
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
firoz
Top achievements
Rank 1
answered on 25 Jun 2010, 09:50 AM
Is it possible through the code?..
can you please give me the lines of code for
adding rows to it ....?..

0
Vlad
Telerik team
answered on 25 Jun 2010, 09:58 AM
Hi,

 If the grid is bound to INotifyCollectionChanged collection when you add items to your collection the grid will respond immediately. You can add items also if you call BeginInsert() method of the grid or you can even show the grid UI for adding items if you set ShowInsertRow to true.

Kind regards,
Vlad
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
firoz
Top achievements
Rank 1
answered on 25 Jun 2010, 05:22 PM
Dear,
If you provide me an example that will be very helpfull.......
I mean the code......I tried a lot but I failed...



0
Yavor Georgiev
Telerik team
answered on 29 Jun 2010, 11:24 AM
Hi firoz,

 Please find attached a sample solution that demonstrates several ways to add new items to a RadGridView, both in GUI and from code-behind.

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