Hello,
I've a Grid that work fine in my pc. It has a lot of functionality like, Sorting, Paging, Filtering by column, etc.
The problem is that the site has deployed in a Testing envirotment, and all the application work fine exept the RadGrid. Every functionalaty that requered a postback, like Sorting Column, Filtering, Paging, doesn't work and I have this js error:
Unable to cast object of type 'Telerik.Web.UI.GridHeaderItem' to type 'Telerik.Web.UI.GridDataItem'. (this for sorting)
Unable to cast object of type 'Telerik.Web.UI.GridPagerItem' to type 'Telerik.Web.UI.GridDataItem'. (this for paging)
Any idea what happend? Maybe some configuration in IIS.
Thanks.
Julio.
I've a Grid that work fine in my pc. It has a lot of functionality like, Sorting, Paging, Filtering by column, etc.
The problem is that the site has deployed in a Testing envirotment, and all the application work fine exept the RadGrid. Every functionalaty that requered a postback, like Sorting Column, Filtering, Paging, doesn't work and I have this js error:
Unable to cast object of type 'Telerik.Web.UI.GridHeaderItem' to type 'Telerik.Web.UI.GridDataItem'. (this for sorting)
Unable to cast object of type 'Telerik.Web.UI.GridPagerItem' to type 'Telerik.Web.UI.GridDataItem'. (this for paging)
Any idea what happend? Maybe some configuration in IIS.
Thanks.
Julio.