Meilleur auteur de réponses
DataGridView, WPF, C#

Question
-
Réponses
-
Hello,
you can use the WPFToolKit (http://wpf.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=29117 ), there is a DataGrid control.
I hope it will help you.
Audrey - http://blogs.developpeur.org/audrey/- Proposé comme réponse Gabriel MongeonModerator mercredi 2 septembre 2009 12:18
- Marqué comme réponse Gilles TOURREAUModerator samedi 5 septembre 2009 19:34
Toutes les réponses
-
Hello,
you can use the WPFToolKit (http://wpf.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=29117 ), there is a DataGrid control.
I hope it will help you.
Audrey - http://blogs.developpeur.org/audrey/- Proposé comme réponse Gabriel MongeonModerator mercredi 2 septembre 2009 12:18
- Marqué comme réponse Gilles TOURREAUModerator samedi 5 septembre 2009 19:34
-
-
Normaly, in your toolbox, you are new controls from WPFToolKit and there is a DataGrid, isn't it ?
Audrey - http://blogs.developpeur.org/audrey/- Modifié Audrey PETIT samedi 5 septembre 2009 19:43
-
-
Have you had the reference "WPFToolKit" in your project in VS ?
Normaly when you add this reference, a new tab is added in the toolbox with WPFToolKit controls.
You can add this control, if they don't appear in the toolbox after you have had the reference in your project, with a right clic in the toolbox, then click "Choose items", and click button "Browse" to search dll of WPFToolKit, after you can choose controls.
Is it Ok ?
Audrey - http://blogs.developpeur.org/audrey/ -
I tryed to do many things but, I couldn't resolve the problem.
I added the DDLs (with a right clic on "References", (here I found many onglets : .NET, COM,Project,Browse,Recent) I clicked on "browse" and then I selected the DLLs. Note: one of them is not accepted.
I took a look in my ToolBox and there is no DataGridView, no new controls!!!
any idea???