Im using radgrid in a custom module in DNN Community Edition 06.01.04 which uses Teletik.Web.UI 2011.3.1115.35.
However I cant get radgrid's deletes, change page... commands to work.
Im using LinqDataSource
I get this error:
I have tried everything I could possibly find.
Please help me
However I cant get radgrid's deletes, change page... commands to work.
Im using LinqDataSource
I get this error:
DotNetNuke.Services.Exceptions.PageLoadException: Invalid postback or
callback argument. Event validation is enabled using <pages
enableEventValidation="true"/> in configuration or <%@
Page EnableEventValidation="true" %> in a page. For security
purposes, this feature verifies that arguments to postback or callback
events originate from the server control that originally rendered them.
If the data is valid and expected, use the
ClientScriptManager.RegisterForEventValidation method in order to
register the postback or callback data for validation. --->
System.ArgumentException: Invalid postback or callback argument. Event
validation is enabled using <pages
enableEventValidation="true"/> in configuration or <%@
Page EnableEventValidation="true" %> in a page. For security
purposes, this feature verifies that arguments to postback or callback
events originate from the server control that originally rendered them.
If the data is valid and expected, use the
ClientScriptManager.RegisterForEventValidation method in order to
register the postback or callback data for validation. at
System.Web.UI.ClientScriptManager.ValidateEvent(String uniqueId, String
argument) at
System.Web.UI.WebControls.ImageButton.RaisePostBackEvent(String
eventArgument) at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I have tried everything I could possibly find.
Please help me