Get cell value of selected row in IgGRID and how to iterate to selected row parents and also get their cell value.
New DiscussionCode:
car rows = $(“#grid1”).igGridSelection(“selectedRows”);
$.each(rows, function (ix, el) {
//TODO
1)How do i get row cells value.For exampe if row contain three columns.how do i get the column no 2 value.
2)Secondly i need to iterate to parents of selected row and get the same like parent row column no 2 value.
});
How do i accomaplish this task.
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
5 Created On
Jul 10, 2014 Last Post
11 years, 7 months ago