Can anyone tell me what are the differences between the WPF Datagrid included in the .NET Framework 4.0 versus the Datagrid included in the out-of-band WPF Toolkit? I understand that the toolkit version was released first, and targets the .NET Framework 3.5 SP1.
I needed a WPF datagrid quick and have utilized the toolkit version in my applications. I’m considering moving the application to .NET 4.0 and am wondering what the pros/cons will be in changing out my existing datagrids for the new ones.
i cant remember the specifics but the 4.0 datagrid was definitely much easier to work with and you don’t have to include the toolkit dll file which was pretty large. Its been a while since i switched over and i dont really see why you should use the old one as long as you have the 4.0 framework available for you and for the client computers.