Hi, we are using grid.PagerStyle.PagerTextFormat on server side to add custom text and image to pager text. Now we have a case where we are binding the grid on client side (web service) . On different conditions we want to append text to the end of ({4} | Displaying page {0} of {1}, Number of items {2} to {3} of {5}) like: "{4} | Displaying page {0} of {1}, Number of items {2} to {3} of {5} (total results "n")". What approach shoould we have on customising pager text on client? Thanks