Hi,
I have a column in webDataGrid using the DateTimeEditorProvider, i have set a time format on the edit mode and display mode:
<ig:DateTimeEditorProvider ID="TimeEditorProvider_FTStaffShiftNo">
<EditorControl EditModeFormat="HH:mm" DisplayModeFormat="{0:HH:mm}" ></EditorControl>
</ig:DateTimeEditorProvider>
After I key in "12:30" in the cell, it can display as 12:30, that's fine. But when I Enter the edit mode of the same cell again, it becomes "00:30". Can anyone tell me what's the problem here? Many thanks,.
Hello Andy,
Thank you for posting in our forum.
I created a small sample replicating your scenario but I wasn't able to reproduce the issue you are experiencing. Is it possible for you to attach a small sample, demonstrating the behavior you have described, so I can investigate this further?
Hi Andy,
I'm just checking if you managed to resolve your issue.