tags:

views:

131

answers:

5

How can we use datagrid in wpf? I can not see the datagrid control in framework 3.5.

+2  A: 

You can use free wpf toolkit library.

NetSide
+4  A: 

Actually wpf does not have a datagrid control. But in framework 4.0 it has.

Richard143
+1  A: 

Upgrade your .net framework will help you imo. It is really easier after that to use Datagrid in wpf, it owns !

Dabbling Around the new wpf datagrid

Good luck

DiDi
+1  A: 

If you are using Framework 3.5, WPF does not have a DataGrid Control. But you can get WPF Datagrid, DatePicker, Accordion etc in extended WPF Toolkit. The Extended WPF Toolkit is a collection of WPF controls, components and utilities made available outside the normal WPF Toolkit. you can donwload the controls from

http://wpftoolkit.codeplex.com/

In Framework 4.0 WPF does have DataGrid and Datepicker.

Kishore Kumar