Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
35
Use of AntiXss with Infragistics WebGrid
posted

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