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

Permission RadGrid Skin

1 Answer 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
KS
Top achievements
Rank 1
KS asked on 19 May 2015, 02:25 PM

I have a site that allows ("user1" and "user2") to access.  "user3" only has access to Test1.aspx.   Everything works, but the RadGrid skin doesn't show up.  Any ideas?

 <system.web>

     <authorization>

      <allow users="user1, user2"/>
      <deny users="*"/>
    </authorization>
  </system.web>

   <location path="Test1.aspx">
    <system.web>
      <authorization>
        <allow users ="user3" />
      </authorization>
    </system.web>
  </location>

<location path="Telerik.Web.UI.WebResource.axd">
    <system.web>
      <authorization>
        <allow users="*"/>
      </authorization>
    </system.web>
  </location>

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 22 May 2015, 11:32 AM
Hello,

Can you please check the browser console when the "user3" access the page and see if any errors appear? Please post the exact errors if any so that we can further research on your case.

Regards,
Maria Ilieva
Telerik
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 Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
KS
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or