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?