WPF DatePicker: What is the best? [closed] - wpf

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I need a Datepicker for a WPF application. What is considered to be the best one?

There is also the WPF Tool Kit which has a DatePicker/Calendar control
(i added emphasis because this is the answer)

This is an old question, but for the record I want to point out that this control is included with .NET 4.

I haven't used Marlon's, but I have used Kevin Moore's. At the time I used it, there were a number of bugs I had to work around. Other than those issues, it did seem to work well enough.

If you pay Telerik has a great DatePicker and Calender

I'm thinking of using this one: Marlon Grech Date Picker.

Related

Will WPF be relevant with Windows 8? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
With windows 8 demonstrating 'native HTML 5 apps'.
The first thing that I think of is whether WPF has a place in this HTML 5 world. It kind of seems like Silverlight will stick around but I must ask : Where does WPF fit into the bigger picture microsoft is painting ?
All that's been said is that this (and where Silverlight , XNA, and C++ fit in) will be announced at the BUILD conference in September. Lots of rumors and speculation, but no announcements.
It's too early to tell. Just because Microsoft demoed a particular feature doesn't mean it's dropping everything else.

what are your favorite WPF controls? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
So I've been developing in WPF on and off for a little while, and so far labored at making my controls look and behave sleek and intuitively from scratch. The only control suite I've checked out were Infragistics.
What are some cool/sleek/useful/time saving WPF controls you've come across of?
Very nice and free set of controls for displaying graphs: DynamicDataDisplay. Two major flaws - lack of documentation and project seems to be abandoned. But being compared to other libraries I've tried it is the most perfectly constructed.
We`re using the Telerik RadControls! Really good quality, good documentation, good forum support and really cool look and feel.
Check them out under --> http://demos.telerik.com/wpf/

Does the Silverlight toolkit Line Chart enable line smoothing? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm working on some charting, and am currently using the Silverlight Toolkit. At the moment the line series links all the datapoints with straight lines, making for a fairly jagged display.
Is there a way for the chart to apply smoothing to the line series?
If not, does anyone have any other suggestions? Are there other charting packages which you can suggest which would offer better functionality?
Thanks.
I've found these charts from Visifire that fit splines through the data points. Though they are paid for unless you go with the "Community" license, but you might not agree to it's terms

What are some good WPF Datagrid usage examples? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Where can I find some good examples of populating the WPF datagrid with data using LINQ?
Jamie Rodriguez
Vincent Sibal
CodeProject includes an article on the topic. There is also an sample application that should give you some clues.
try to follow this example.
http://www.codeproject.com/KB/WPF/WPFDataGridExamples.aspx
and those articles
http://www.wpftutorial.net/DataGrid.html
http://blogs.msdn.com/b/jaimer/archive/2009/01/20/styling-microsoft-s-wpf-datagrid.aspx
in adding try to follow this thread.
WPF DataGrid Good Tutorials?
Regards.

Good DataGridView tutorial [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm writing a windows C# application which I wish to use data grid views, but unable to find a good tutorial on to take complete control of the datagrid eg: add columns, add data etc.
I like some of the tips provided here
You can take a look here: http://msdn2.microsoft.com/en-us/library/k39d6s23.aspx
But the best one might be this: http://www.macoratti.net/08/08/c_pdgv1.htm
I think you can get the idea from the code, since the comments are in portuguese (you can try google translate).
I highly recommend using an MVC/P pattern for implementing DataGridView in Winforms - it makes life a lot easier in the long run, even though it may seem a lot of work to do up front.
Selecting a MVC/MVP Implementation for a Winforms Project

Resources