How to display remaining time in cells?
Hi,
In my project I need to display the time remaining to fulfill the order. This time should decrease constantly and as soon as it is 0, the order ceases to be active. Could you suggest how to do this?
Thanks
0
-
Hello,
.Net Grid perfectly separates business logic from its presentation. Your orders can contain a time stamp indicating the last valid time of the order. The grid can present this time stamp as remaining time via a custom format. You should also add a timer to repaint cell content each second.
Please look into the attached demo.
Regards,
The Dapfor Team
OrderRemainTime.zip0
Please sign in to leave a comment.
Comments
1 comment