Hi, it depends on data structure and table structure, but the common algorithm is the following:
on service success you'll get all data to "data" variable, going through all data in this variable in the loop you can select necessary data, form them the way you need (depending on requirements and table structure). More information here http://api.jquery.com/category/manipu...
For example:
codeAppery("mobilegridName").append("<tr><td>.....</td><td>.....</td><td>.....</td></tr>");/code