I have a jqGrid where there is a blank row added in the end.
I need to sort the grid without considering the last blank row.
How can I achieve ? Kindly help.
give some id to blank row say -1. On LoadComplete function check for blank row id is present or not before adding.