Hi ,
This is shanker, I am doing one project . I am using two datepickers in radgrid control it,s fine .But I am face one error that is when i click add new record and edit button that datepickers control working only one by vise versa.How to solve that please replay of that solution .
this is my
<telerik:GridDateTimeColumn DataField="start_time" HeaderText="Start Time" SortExpression="start_time"
UniqueName="start_time" DataFormatString="{0:t}" PickerType="TimePicker"
DataType="System.DateTime">
</telerik:GridDateTimeColumn>
<telerik:GridDateTimeColumn DataField="end_time" HeaderText="End Time" SortExpression="end_time"
UniqueName="end_time" DataFormatString="{0:t}" PickerType="TimePicker"
DataType="System.DateTime">
</telerik:GridDateTimeColumn>
how to solve that
thanks regards
shanker.B