I have a number of grids that use an UnboundCheckBoxField to enable selection for processing. It was working fine with the standard 2013.1 release version, but after updating with SR 2045 I am now getting a RequestValidationException ("A potentially dangerous Request.Form value was detected from the client") sometimes when I click some of the checkboxes. Specifically, it seems to happen when losing focus of a checkbox after toggling it. It happens on every grid where I have this and it was working just fine before the SR.
I know I could turn off page request validation but I would prefer to leave it on if possible.
Any ideas? For the meantime I am going to drop back down to the 2013.1 release version, but I would like to be able to stay up-to-date if possible.
Thanks!
Hi Philip,
Can you please add a sample?
Thanks
Olga
Hello Philip,
Is there any specific logic executed when you click on checkboxes in this application?
Also if you use the following sample - http://es.infragistics.com/products/aspnet/sample/data-grid/unbound-checkbox-column - do you get the same exception?
If no can you attach a small sample showing this behavior as Olga requested?