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
You can add rows in RadGridView for WPF as well :)! Have you checked our demos?
All the best,Vlad
the Telerik team
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
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