Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
114 views
Hi,

I was able to create a custom theme using the visual style builder and save it as a  zip file into my asp.net project. How would I be able to use it in the project?

Could you provide the steps to follow?

Thanks.

G
Tsvetina
Telerik team
 answered on 25 Sep 2012
1 answer
98 views
Hello everyone,
I need some help.

I'm using the RadGrid Control like this demo with this googlelikefilter.  Now I want to be able to edit/insert/delete rows in the RadGrid.
If the EditMode is set to "EditForms" it's working perfect. But when I set the EditMode to "InPlace" the EditCommandColumn is not showing.
So I created an EditCommandColumn on  PageLoad. The problem is now that the events are not firing correctly; I always get an exception:

"Sys.WebForms.PageRequestManagerServerErrorException: An error occurred because a control with the ID ctl00 $ ContentPlaceHolder1 $ StundenRadGrid $ ctl00 $ ctl02 $ ctl04 $ Perform Insert Button could not be found, or because the same is assigned ID after postback another control. If the ID is not assigned, you should avoid this error, set the ID property of controls that cause postback events explicitly."


Can somebody help me please?
Thanks in advance,
Esmi
Eyup
Telerik team
 answered on 25 Sep 2012
3 answers
109 views
Hi there,
is there a server side event for these two arrow button, shown below in image.
If not, could you please provide an example of client side event in this case.

Thanks,

Slav
Telerik team
 answered on 25 Sep 2012
3 answers
879 views
Hello,

    I have recently been having some trouble with the the radControls for ASP.NET.
They were working fine and everything was ok until I randomly started getting this error on every page in my webapp.

The base class includes the field 'RadScriptManager1', but its type (Telerik.Web.UI.RadScriptManager) is not compatible with the type of control (Telerik.Web.UI.RadScriptManager).

i've gone as far as removing rad controls from the GAC, uninstalling and reinstalling them to no avail.


In the code view, there is no error for the scriptmanager, however the RadDatePicker shows an error that is the following

"Warning 1 C:\Projects\ProjectName\Secure\OrderHistory.aspx: ASP.NET runtime error: The base class includes the field 'BeginDate', but its type (Telerik.Web.UI.RadDatePicker) is not compatible with the type of control (Telerik.Web.UI.RadDatePicker). C:\Projects\ProjectNameSecure\OrderHistory.aspx 35 1 ProjectName


 

 

 

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">   
</telerik:RadScriptManager>   
<table cellpadding="5" cellspacing="0" border="0" align="center">   
<tr>   
<td>   
Begin Date  
</td>   
<td>   
End Date  
</td>   
<td colspan="2">  
&nbsp;  
</td>   
</tr>   
<tr>   
<td>   
<telerik:RadDatePicker ID="BeginDate" Runat="server"   
 Culture="English (United States)" Skin="Office2007">   
<Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" skin="Office2007"></Calendar>   
 <DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>   
 <DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy"></DateInput>   
</telerik:RadDatePicker>   
</td>   
<td>   
<telerik:RadDatePicker ID="EndDate" Runat="server" Skin="Office2007">   
<Calendar UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" skin="Office2007"></Calendar>   
<DatePopupButton ImageUrl="" HoverImageUrl=""></DatePopupButton>   
<DateInput DisplayDateFormat="M/d/yyyy" DateFormat="M/d/yyyy"></DateInput>   
</telerik:RadDatePicker>   
</td>   
<td>   
<asp:Button ID="btnGo" runat="server" Text="Go!" onclick="btnGo_Click" />   
</td>   
<td>   
<asp:LinkButton ID="lnkShowAll" runat="server" onclick="lnkShowAll_Click">Show All</asp:LinkButton>   
</td>   
</tr>   
</table> 
 
 

Whats even more interesting is the fact that the production test of this website (which is online on our server) works with no problems.
I haven't changed anything with the references or done anything to the controls on the page. This project is under source control and even after I had gotten the restore for it, the problem persists.

Any insight would be greatly appreciated, thanks!

Joshua Smith

 

 

 

 

Maria Ilieva
Telerik team
 answered on 25 Sep 2012
1 answer
95 views
I have a custom skin created using the visual style builder. The skin is based on Sunset, and I made no changes to it. So essentially it should be identical except for the name difference.

I have the custom skin files registered using the following .css file and by using the DialogsCssFile property. But it seems like I am missing something or some reference as there are several problems with the dialogs. For example, when I open the Table property dialog it looks like the attached image (unusable).

Here are the contents of the dialog.css file used to reference custom skin files.

@import url("Ajax.MySkin.css");
@import url("ImageEditor.MySkin.css");
@import url("FileExplorer.MySkin.css");
@import url("ColorPicker.MySkin.css");
@import url("ComboBox.MySkin.css");
@import url("Dock.MySkin.css");
@import url("FormDecorator.MySkin.css");
@import url("Grid.MySkin.css");
@import url("Input.MySkin.css");
@import url("Menu.MySkin.css");
@import url("PanelBar.MySkin.css");
@import url("Rotator.MySkin.css");
@import url("Slider.MySkin.css");
@import url("Spell.MySkin.css");
@import url("Splitter.MySkin.css");
@import url("TabStrip.MySkin.css");
@import url("ToolBar.MySkin.css");
@import url("TreeView.MySkin.css");
@import url("Upload.MySkin.css");
@import url("Window.MySkin.css");

Anyone has any ideas what I might be missing?

Thanks!
Rumen
Telerik team
 answered on 25 Sep 2012
2 answers
112 views
Hi All

I have a RadEditor in my page of Telerik 2012. I have a button named "Preview" on which upon clicking , the content of editor should be displayed in the default email client of the machine. (say OutLook, Thunderbird etc...)

Any help will be highly appreciated.

Thanks in advance.....
Rekha
Top achievements
Rank 1
 answered on 25 Sep 2012
3 answers
205 views
Hi all

I have been trying for quite some time to get the radeditor as a textbox working inside a MVC partial view. Bascially, I have a razor page(.cshtml) from where I render the partial(editor.ascx, an MVC partial), there is no error but the editor does not work, if I remove ToolbarMode="ShowOnFocus" property from the editor, it does render on the page but the layout is all broken, but if I include this property, nothing works on the page as expected. It appears that its trying to render the editor, but not the necessary markup for showing/hiding the toolbar when clicked inside/outside the editor. Any help appreciated.

Thanks
Vishal
Rumen
Telerik team
 answered on 25 Sep 2012
1 answer
140 views
Hi Telerik!

I have a radeditor whose contentereamode is set to "Div".  When the editor loads the content is set in code-behind.

Everything is ok but the backspace doesnt work. I can type into the editor, can delete with DEL key ..but can not delete with back space..

Please help..
Rumen
Telerik team
 answered on 25 Sep 2012
1 answer
95 views
Here's a weird one. I have a page with a Formview (insert and edit modes) and various Rad controls within it.

One particular Rad Combobox is causing problems. Within the ItemUpdating event of my formview, I'm getting the selected value of the combobox and assigning it to a parameter of an ObjectDataSource on the page:

odsPage.UpdateParameters["ParentPageCode"].DefaultValue = ddlParentPage.SelectedItem.Value;

This works fine on my local dev machine (using VS 2012 and IIS Express). However when deployed to a production server, ddlParentPage.SelectedItem.Value is always equal to 1, no matter what option is selected in the combobox.

If it helps at all, the app is .NET4.5, and using the latest version of RadControls.

Matt
John
Top achievements
Rank 1
 answered on 25 Sep 2012
1 answer
808 views
Hii,
I am Having a problem in production.........but working fine in development.

Source:

System.Web

Message:

An error occurred while communicating with the remote host. The error code is 0x80070001.


Stack trace:


at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


Inner Exception:


System.Web.HttpException (0x80004005): An error occurred while communicating with the remote host. The error code is 0x80070001. ---> System.Runtime.InteropServices.COMException (0x80070001): Incorrect function. (Exception from HRESULT: 0x80070001) at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicationError(Int32 result, Boolean throwOnDisconnect) at System.Web.Hosting.IIS7WorkerRequest.ReadEntityCoreSync(Byte[] buffer, Int32 offset, Int32 size) at System.Web.HttpRequest.GetEntireRawContent() at System.Web.HttpRequest.FillInFormCollection() at System.Web.HttpRequest.get_Form() at System.Web.HttpRequest.get_HasForm() at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) at System.Web.UI.Page.DeterminePostBackMode() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)


Target Site:


Boolean HandleError(System.Exception)



So Please can any one help me out to find a solution to get rid of this error?

Thanks & Regards
Dev Jagarlamudi
Slav
Telerik team
 answered on 25 Sep 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?