Hi,

Using the great examples, I've managed to create a grouped grid that is populated from a sqldatasource.

My issue is that some of the data queried from the SQL DB has to be htmlencoded due to script tags and other characters that produce popups, etc.

It seems like this has to be done with the JSONreader before the data is loaded in the grid. The solution must be right in front of me, but I don't see a way to do it.

Any thoughts? I've played with a code-behind jsonreader object and have attempted to call my own function that does the encoding without success. I think I'm missing the part where the data is actually read.

Any help to point me in the right direction is much appreciated.

Thanks,

Joe