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

WebResource 404 = pushbutton not displaying?

2 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Garrett
Top achievements
Rank 1
Garrett asked on 10 Feb 2016, 09:19 PM

Hey there,

I have a button column in a radgrid that is set to pushbutton - however, it does not show up as a button.

We are using the Silk skin included with Telerik.UI.Skins. 

I have attached a screenshot of the error. You can also find it here on imgur: http://i.imgur.com/QV5BnGd.jpg 

  

Our webconfig has 

<httpHandlers>
     <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />
   </httpHandlers>
<system.webServer>
   <validation validateIntegratedModeConfiguration="false"/>
   <handlers>
     <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />
   </handlers>       
 </system.webServer>

 

I have tried adding a location, with no help:

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

 

Any ideas?

2 Answers, 1 is accepted

Sort by
0
Garrett
Top achievements
Rank 1
answered on 12 Feb 2016, 02:40 PM
The telerik suite dlls are 2013.3.1324.45 if that is of any help.
0
Kostadin
Telerik team
answered on 15 Feb 2016, 11:04 AM
Hello Garrett,

Could you please provide your code declaration and the related code behind in order to examine it locally? Additionally if you are using an AJAX you can try disabled it and check for a server exception. Also you can examine the following help article and try the suggestions there to fix the issue.

Regards,
Kostadin
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
Garrett
Top achievements
Rank 1
Answers by
Garrett
Top achievements
Rank 1
Kostadin
Telerik team
Share this question
or