TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dinesh Kumar
NA
107
2k
Display working if not clock out.
Jan 20 2018 12:47 PM
hello i am using Kendo Grid for display time duration. if am in clock-In at that time should be display "Working" in Duration column after clock-Out should be display total log time in Duration column.
how can i Solve this problem Can you help me.
This is my kendo Code.
----------------------------------------------------------------------------
columns.Bound(c => c.Duration).Groupable(false).Filterable(false)
.ClientGroupFooterTemplate("#= time.minutesToTime(data.DurationInMinutes.sum) # ")
.ClientFooterTemplate("#= time.minutesToTime(data.DurationInMinutes.sum) # ")
.ClientTemplate("#=typeof Duration!='undefined'?formatDuration(Duration.Hours,Duration.Minutes):0#").HtmlAttributes(new { @class = "" });
I kept one Image example in bellow.
Reply
Answers (
1
)
how to select multiple checkboxlist after display linegraph
Converting Asp.net Webpage to PDF using Itextsharp