or
CultureInfo cultureInfo = new CultureInfo("es-ES");DateTimeFormatInfo dateInfo = new DateTimeFormatInfo();dateInfo.ShortDatePattern = "dd/MM/yyyy hh:mm:ss";cultureInfo.DateTimeFormat = dateInfo;RadDateTimePicker newTime = new RadDateTimePicker();newTime.Culture = cultureInfo;<Trigger Property="Validation.HasError"Value="True"><Setter Property="FrameworkElement.ToolTip" Value="{Binding RelativeSource={RelativeSource Self}, Path=(Validation.Errors).CurrentItem, Converter={StaticResource edenValidationErrorToolTipConverter}}" TargetName="PART_DateTimeInput" /> </Trigger>| Hours | |||
| Director | 100 | ||
| SubDirector A | 40 | ||
| Manager A1 | 10 | ||
| Manager A2 | 30 | ||
| SubDirector B | 60 | ||
| Manager B1 | 25 | ||
| Manager B2 | 35 |

Hi,
I would like to data bind folder content to Carousel and show related icons in the Carousel and open the document / picure when it is double clicked. Folder contents may be picture file,video files, excel documents, word documents and other documents
Is this possible?
Please let me know
Thank you
Nick