This is a migrated thread and some comments may be shown as answers.

RadGrid active page graphic disappears

4 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Patrick Driscoll
Top achievements
Rank 1
Patrick Driscoll asked on 18 May 2010, 04:47 PM
I am using several RadGrids on a site that uses master pages. When we added the Microsoft Anti-XSS library and turned it on, the graphic for the active page in the pager section almost disappears. These are just regular RadGrids with the default skin. Has anyone had experience in configuring the Anti-XSS Library properly to work with Telerik controls? Attached is a screenshot of an affected pager with its page 5 missing.

Thanks,
Patrick Driscoll

4 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 21 May 2010, 02:21 PM
Hello Patrick,

I am afraid that we are not aware of such behavior. Can you please provide sample replicating it?

Regards,
Nikolay
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
David Bryant
Top achievements
Rank 1
answered on 12 Nov 2010, 05:50 PM
In my project, the Microsoft AntiXSS addition kills the grid's header and footer sections -- no pager at all (I suspect due to encoding).  Has anyone configured antixssmodule.config to accommodate the RadGrid control?  Currently using Q2 release.  Any help would be most appreciated.
0
Nikolay Rusev
Telerik team
answered on 18 Nov 2010, 09:54 AM
Hello David,

We are not aware of such issues so far. Can you please provide sample replicating it?

Regards,
Nikolay
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
David Bryant
Top achievements
Rank 1
answered on 21 Nov 2010, 04:05 AM
Found the offending items.  For anyone else using AntiXSS, make sure these items are removed from the config file in order for RadGrid to be rendered properly.

    <ControlEncodingContext FullClassName="System.Web.UI.WebControls.Table" PropertyName="Caption" EncodingContext="Html" />
    <ControlEncodingContext FullClassName="System.Web.UI.WebControls.TableCell" PropertyName="Text" EncodingContext="Html" />
    <ControlEncodingContext FullClassName="System.Web.UI.WebControls.TableHeaderCell" PropertyName="Text" EncodingContext="Html" />
Tags
Grid
Asked by
Patrick Driscoll
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
David Bryant
Top achievements
Rank 1
Share this question
or