<trust level="Full"/> in my web.config file under <System.Web> still no impact.
Could anybody tell me what may be the reason behind it and in detail how to resolve this asap?
I also have the following entries in my web.config file:
Under <httphandler>:
<add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" />
Uner <httpModules>:
<add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" />
Regards,
Shubh
Hi
I have built a my first database using radgrid, however everytime I change pages (pressing the page numbers at the bottom) or filtering, the page refreshes everytime.
I would like it to act like the example on the following link:
http://demos.telerik.com/aspnet-ajax/grid/examples/performance/linq/defaultvb.aspx
In this example, only the records change, but the page remains the same.
Could anyone advise what settings I have to change in radgrid in order to achieve this ?
thanks in advance