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
albert albert
NA
524
0
filter number in grid
Jul 7 2014 5:55 AM
Hi everyone,
if colum in Kendo ui grid has specific number, then show button:
function SorteerOpNaam(e) {
e.preventDefault();
var grid = this;
var dataItem = this.dataItem($(e.currentTarget).closest("tr"));
var id = dataItem.Id;
var numberShowOk = $("#medicijnenGridVolgorde").val("Volgorde").each
var selectedRow = grid.select();
var numberShow = currentRowData.uid;
if (numberShowOk != 999) {
$(currenRow).find(".k-grid-OnSorteerOpNaam").hide();
}
}
Thank you
Reply
Answers (
0
)
how to hide the column using jqgrid
jquery dialogue popup closing immediatly