This question is locked. New answers and comments are not allowed.
Hi,
I used something very similar to Telerik's 'Custom Filter Controls' demo: http://demos.telerik.com/silverlight/#GridView/CustomFilterControls
The control works great - however, clicking the "Clear" button does not clear the values in the raddatepicker fields (in the filter gui). Typically, a Clear button should clear the field values, so that is what I need to implement. The demo cited simply sets the fields to arbitrary dates within the OnClear method, but that is not an option for me.
I tried using the ClearValue: this.fromDatePicker.ClearValue(DatePicker.SelectedDateProperty)
but that does not clear the fields.
Is there a method that I am missing? What is the easiest, most straight forward way to accomplish this?
Thanks in advance - Jeff
I used something very similar to Telerik's 'Custom Filter Controls' demo: http://demos.telerik.com/silverlight/#GridView/CustomFilterControls
The control works great - however, clicking the "Clear" button does not clear the values in the raddatepicker fields (in the filter gui). Typically, a Clear button should clear the field values, so that is what I need to implement. The demo cited simply sets the fields to arbitrary dates within the OnClear method, but that is not an option for me.
I tried using the ClearValue: this.fromDatePicker.ClearValue(DatePicker.SelectedDateProperty)
but that does not clear the fields.
Is there a method that I am missing? What is the easiest, most straight forward way to accomplish this?
Thanks in advance - Jeff