I need to limit available weekdays to select in Telerik WPF RadDatePicker. This RadDatePicker is in column of Telerik WPF RadGridView. Configuration of weekdays available to select should be different for each row.
I've created model with available weekdays configuration, but I don't know how to simply attach such functionality to RadGridView.
Thanks in advance for any help.