Have a column in my DataGrid which I have formatted to GridDateTimeColumn and set the filter option to include the Datapicker.
What I would like to do is use the MonthYearPicker instead. How would I go about this? Also when passing the filtered date along I want to verify it is the last day of that month, is there a way to do that in the control?
What I would like to do is use the MonthYearPicker instead. How would I go about this? Also when passing the filtered date along I want to verify it is the last day of that month, is there a way to do that in the control?
<telerik:GridDateTimeColumn DataField="cycle_date" DataFormatString="{0:d}" FilterControlAltText="Filter column13 column" HeaderText="CYCLE DATE" MinDate="1993-01-01" UniqueName="cycle_date" DataType="System.DateTime" EditDataFormatString="MM/YYYY"> <HeaderStyle HorizontalAlign="Center" /> <ItemStyle HorizontalAlign="Right" Width="125px" /></telerik:GridDateTimeColumn>