Hi All
I am new to WPF
i need your help so far i cant find any answer.
I want to get value of cell from GridView in codebehind lets say on MouseClick or PreparedCellForEdit routines.
Please give me example and column i have is DateTimePicker and i want bounded value when i click on it or while edit mode.
my Column
Help me please im struct on my code from last two days and cant find a way.
in Winforms its very easy to do but i cant a way to do in WPF.
Kind Regards:
I am new to WPF
i need your help so far i cant find any answer.
I want to get value of cell from GridView in codebehind lets say on MouseClick or PreparedCellForEdit routines.
Please give me example and column i have is DateTimePicker and i want bounded value when i click on it or while edit mode.
my Column
<telerik:GridViewDataColumn Header="In" UniqueName="TimeIn" DataMemberBinding="{Binding TimeIn}" DataFormatString="{} {0:dd-MMM-yyyy HH:mm tt}" > <telerik:GridViewDataColumn.CellEditTemplate> <DataTemplate> <telerik:RadDateTimePicker Culture="en-GB" x:Name="btn" SelectedDate="{Binding TimeIn}" TimeInterval="0:30:00" IsTooltipEnabled="False"/> </DataTemplate> </telerik:GridViewDataColumn.CellEditTemplate> </telerik:GridViewDataColumn>
Help me please im struct on my code from last two days and cant find a way.
in Winforms its very easy to do but i cant a way to do in WPF.
Kind Regards: