Hi
We have an application which was developed with infragistic controls. Right now we are planning to
apply security to it, we need to stop the cross-site scripting (XSS). Since this particular application has
many screens and, we dont want to go and touch each and every screen we planned to
use AntiXSS security runtime engine, by configuring the controls to its antixssmodule.config file.
WebTextEdit control is working fine, but we have trouble in the WebGrid & WebCombo.
Please suggest what can be done?
<ControlEncodingContext FullClassName="Infragistics.WebUI.WebDataInput" PropertyName="WebTextEdit" EncodingContext="Html" /> <ControlEncodingContext FullClassName="Infragistics.WebUI.WebDataInput" PropertyName="WebNumericEdit" EncodingContext="Html" /> <ControlEncodingContext FullClassName="Infragistics.WebUI.WebSchedule" PropertyName="WebDateChooser" EncodingContext="Html" /> <ControlEncodingContext FullClassName="Infragistics.WebUI.WebCombo" PropertyName="WebCombo" EncodingContext="Html" /> <ControlEncodingContext FullClassName="Infragistics.WebUI.UltraWebGrid" PropertyName="UltraWebGrid" EncodingContext="Html" />
Using Infragistics 7.1 Vol 1(2007) controls.
Visual studio 2005.
Thanks,
Raghu
Has anyone gotten any feedback w/ this issue?
I am also looking to use Anti-XSS with Infragistics. Any help our insight into this would be a huge help!