Hello,
I am using .NET 2.0 and Telerik 2008.1.515.20. I have a RadGird in my page. The grid has one GridEditCommandColumn.
This is the problem:
I sorted one of the column and navigated to another page. Then I came back to my page using the browser back button. When I clicked on the edit button under the GridEditCommandColumn, I got the the following error:
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.
Does anyone know how to fix this error? I tired to set EnableHistory property in RadAjaxManager, but it's still not working. Is it because it requires .NET3.5?
Thanks a lot,
Wai
I am using .NET 2.0 and Telerik 2008.1.515.20. I have a RadGird in my page. The grid has one GridEditCommandColumn.
This is the problem:
I sorted one of the column and navigated to another page. Then I came back to my page using the browser back button. When I clicked on the edit button under the GridEditCommandColumn, I got the the following error:
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.
Does anyone know how to fix this error? I tired to set EnableHistory property in RadAjaxManager, but it's still not working. Is it because it requires .NET3.5?
Thanks a lot,
Wai