Click here to Skip to main content
15,891,657 members

Comments by Fistum Mekuria (Top 2 by date)

Fistum Mekuria 9-Apr-12 14:15pm View    
I read a post about how to customize the calendar tool in WPF (http://www.codeproject.com/Articles/104081/Extending-the-WPF-Calendar-Control#_comments) . Currently am working on application that requires plotting a graph by choosing a specific day from the calendar. I have sql database but I couldn't figure out how to bind the days into my database and plot the graph. Please help. Thanks
Fistum Mekuria 6-Apr-12 0:11am View    
Thank you for your reply. What I wanted to do is that to add that into the combooxitem. I did this, but the problem I am having is that I wanted to bind the each month with my database so when user click in each month it will draw a line chart.

<combobox grid.row="0" grid.column="0" height="23" horizontalalignment="Left" name="comboBox1" verticalalignment="Bottom" width="120" margin="100,0,0,0">
<comboboxitem name="Week">
<calendar selectionmode="MultipleRange">

<comboboxitem name="Month">
<calendar displaymode="Year">