Hello,
I have a radgrid with a form template editor. This editform hosts a lot of controls and I use popup Radwindows to reconfigure data that feed the controls. When the radwindow is closed, I need a mechanism to refresh those individual controls. I do not want to return javascript values from the Radwindows but I rather would like to refresh datasource or even better to execute my back-end code. I for sure can’t rebind the grid’s masterTableView as I will loose the changes were made on other elements of template.
Thank you for your recommendation.
Hi,
I run a Sharepoint Foundation 2010 (14.0.4763.1000 – Search Server Express Installation) on a Windows 2008R2 Server with SP1. There was an older Version of the Radcontrols for Sharepoint on the machine but this was uninstalled months ago. The Installation (and reinstallation after the first failure) of the RadControls für Sharepoint Q2 2011 (712) worked fine. I can add the webpart to a webpartpage and use the designer to build a grid. But when I try to show the page I get an error message “Datei nicht gefunden” – File not found.
The accompanying correlation ID leads to 3 pages of logs. The only hint to a missing file is the following:
0x1E24 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (Webparts hinzufügen). Ausführungszeit=137,648779383972 58dd0712-2b51-42c5-9157-7388a5e81c2a
07/28/2011 09:28:37.03 w3wp.exe (0x1364) 0x1E24 SharePoint Foundation Runtime tkau Unexpected System.IO.FileNotFoundException: Die Datei oder Assembly "Microsoft.SharePoint.Taxonomy, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. bei Telerik.Ajax.SharePoint.SPFieldToFieldDataMapper.MapSPFieldToSPFieldData(SPField field) bei Telerik.Ajax.SharePoint.SPListTableViewBuilderBase.InitializeFields(SPViewSchemaParser viewParser, SPView currentView, SPList currentList, List`1 fields) bei Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridColumns(SPView view, SPList list, GridTableView gridTableView, List`1 fields) bei Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildGridStructureInternal(SPListBindingStructure tableView, GridTableView grid... 58dd0712-2b51-42c5-9157-7388a5e81c2a
07/28/2011 09:28:37.03* w3wp.exe (0x1364) 0x1E24 SharePoint Foundation Runtime tkau Unexpected ...TableView) bei Telerik.Ajax.SharePoint.GridSPListTableViewBuilder.BuildDataStructure()| Telerik.Web.UI.RadWindowUtils.Localization = |
| { |
| "Close" : "Close", |
| "Minimize" : "Minimize", |
| "Maximize" : "Maximize", |
| "Reload" : "Reload", |
| "PinOn" : "Pin on", |
| "PinOff" : "Pin off", |
| "Restore" : "Restore", |
| "OK" : "OK", |
| "Cancel" : "Cancel", |
| "Yes" : "Yes", |
| "No" : "No" |
| }; |
DialogOpener1.HandlerUrl = "~/_wpresources/RadEditorSharePoint/6.7.0.0__1f131a624888eeed/Resources/Telerik.Web.UI.DialogHandler.aspx"; var imageManagerParameters = new ImageManagerDialogParameters(); imageManagerParameters.ViewPaths = new string[] { "http://server" }; imageManagerParameters.ImageEditorHttpHandlerUrl = "~/_wpresources/RadEditorSharePoint/6.7.0.0__1f131a624888eeed/Resources/Telerik.Web.UI.DialogHandler.aspx"; imageManagerParameters.MaxUploadFileSize = 5000000; imageManagerParameters.FileBrowserContentProviderTypeName = "TestRad.SharePointContentProvider, TestSharePointRAD, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8cee718d2e73da72"; imageManagerParameters.EnableImageEditor = true; DialogDefinition imageManager = new DialogDefinition(typeof(ImageManagerDialog), imageManagerParameters); imageManager.ClientCallbackFunction = "ImageManagerFunction"; imageManager.Width = Unit.Pixel(694); imageManager.Height = Unit.Pixel(440); DialogOpener1.DialogDefinitions.Add("ImageManager", imageManager); FileManagerDialogParameters imageEditorParameters = new FileManagerDialogParameters(); imageEditorParameters.ViewPaths = new string[] { "http://server" }; imageEditorParameters.MaxUploadFileSize = 5000000; imageEditorParameters.FileBrowserContentProviderTypeName = "TestRad.SharePointContentProvider, TestSharePointRAD, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8cee718d2e73da72"; DialogDefinition imageEditor = new DialogDefinition(typeof(ImageEditorDialog), imageEditorParameters); imageEditor.Width = Unit.Pixel(832); imageEditor.Height = Unit.Pixel(520); DialogOpener1.DialogDefinitions.Add("ImageEditor", imageEditor);