I am trying the koolgrid update as it says "Fix decode utf-8 in row.getDataItem()"
I have a grid with user's details and when i select a row I use row.getDataItem() to get user's email address and other details to populate a form. Until I tried using this new grid update the email address was displaying fine, but with this new version it shows "keyur%40zenlo.co.uk" looks like URL encoding bug.