Useful Tips

-> The jQuery selector find("td:eq(" + count + ")")
retrieves the GridView cell with an index equal to count.


-> When the .filter() selector is applied to the GridView rows, it
constructs a new jQuery object that is a subset of the matching elements.
In this case, it helps to filter out the header rows from the selection.


Stay Connected for more tips...

No comments:

Post a Comment