FormView1 is an an update panel and it works perfectly the first time. However, after I reopen the radwindow before a full postback, it does not call the AJAX function again. I tried setting the radwindow with DestroyOnClose using both true and false and it still doesn't work.
How do I install the Telerik Reporting Controls? I downloaded the Telerik Reporting Control Panel and installed the Report components but I don't see them In the toolbox.
I have an entirely code-behind C# Radgrid solution, living in SharePoint. I have implemented a detail table within my mastertable and the hierarchy (parent-child) functionality of the grid works well. However, this is only when I use RadGrid.DataSource = SQLDataSource. Doing this breaks column sorting though.
Changing my code to RadGrid.DataSourceID = SQLDataSource.ID allows me to sort the columns but breaks the hierarchy. Does anyone have any suggestions on how to fix this?
I have a radgrid on an aspx page and have set up an edit form template to edit one of the columns. The problem is when I click on the button to edit the column, instead of getting only the tables in the edit form I get those tables plus the remaining radgrid data under it. I have tried it as a modal popup, inline and all other possibilities with the same results each time. I've attached a couple of jpegs to show what I mean. Any help is appreciated.
hi
i hav a gridboundcolumn with price as datafield. Dataformatstring is currency. This is all ok.but when in edit mode the currency symbol is not maintained.how to have the same format in edit mode?
I decided to post this issue in the ImageEditor section as the EditableImage class relates to this control.
We have implimented uploading to a ashx file which takes an uploaded image, resizes it, and then saves it to a database. This works fine on all of our servers except for one particular server in production. This server is a virtual server. Any images uploaded to it that are larger than 1mb seem to throw this error...
Telerik.Web.UI.MissingEditableImageException: Image stream seems to be causing issues at Telerik.Web.UI.ImageEditor.EditableImage.TryLoadingImage(Stream stream) at Telerik.Web.UI.ImageEditor.EditableImage..ctor(Stream stream) at FsiWeb.FsiWebAdmin.CMS.ImageManager.btnSaveImage_OnClick(Object sender, EventArgs e) in ...
We also upload documents in this fashion as well and they work just fine, large sizes and all. I do not understand why the EditableImage class would work on all servers except this one.
Has anyone encountered this problem? It seems to be a server configuration issue but I cannot pinpoint what it might be. We are using .NET 3.5, Telerik Q2 SP1 release. I can duplicate the issue in Chrome and IE. Any help would be appreciated.