Hi,
I have a radGrid in a formView. In my formView there is a radStrip with 2 pageView. In the first there are some telerik controls, in the second there is a radGrid. I haven't any problem when the page is loaded and the data are loaded from DB. The problem occurs after a postback, for example after a button click: when the page is reloaded I have this error message:
Script control 'PageSizeComboBox' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl
If I delete the pagerStyle in my asp page for a test, the problem is on another control
Script control 'rfltMenu' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl
Someone can help me?
Thanks
I have a radGrid in a formView. In my formView there is a radStrip with 2 pageView. In the first there are some telerik controls, in the second there is a radGrid. I haven't any problem when the page is loaded and the data are loaded from DB. The problem occurs after a postback, for example after a button click: when the page is reloaded I have this error message:
Script control 'PageSizeComboBox' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl
If I delete the pagerStyle in my asp page for a test, the problem is on another control
Script control 'rfltMenu' is not a registered script control. Script controls must be registered using RegisterScriptControl() before calling RegisterScriptDescriptors().
Parameter name: scriptControl
Someone can help me?
Thanks