Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
173 views
So...I have a page with a RadAjaxManager that is dynamacially loading a user contol. It display a RadAjaxLoadingPanel perfectly when loading the user control. Inside the User Control page (ascx) I have a RadAjaxManagerProxy defined. No matter what combo of settings I used in the proxy, I was not able to get the loading panel to display until I added the following to my Page_Load of my User Control.

RadAjaxManager.GetCurrent(this.Page).AjaxSettings.AddAjaxSetting(ddAgent, panelTarget, RadAjaxLoadingPanel1);


I've been able to work around this by adding each initiator control to the Page Load in the above fashioni. After adding this, the loading panel now displays from the User Control. The only issue is that it I can't seem to figure out how to center the Loading Panel in the center of the page.

The base page utlizes the following javascript to center the control (not showing the code since it works and was borrowed from previous code):
<ClientEvents OnRequestStart="centerLoadingPanel"></ClientEvents>

 Wondering how to get the same functionality on the RadAjaxManagerProxy which doesn't seem to support the ClientEvents..and not sure if the proxy is even being utilized any more.
Angel Petrov
Telerik team
 answered on 14 Feb 2013
1 answer
61 views
I can't find any demos for the beta that uses model binding...

I tried looking here, but couldn't find anything on it:
http://demos.telerik.com/aspnet-ajax-beta/Grid/Examples/programming/binding/defaultcs.aspx

Does anyone know where I can find any demos on this?
Pavlina
Telerik team
 answered on 14 Feb 2013
1 answer
98 views
Hello,

I have issue with cancelling Radgrid export which had been started through radbutton click.
protected void btn_export_data_OnClick(object sender, EventArgs e)
{
RadGrid1.MasterTableView.ExportToExcel();
}

Does somebody know, how to break or cancel export to excel, when RadGrid has let's say 10000 rows ? Even when I close IE browser window, in the server task manager there si still w3wp.exe process with increasing memory consumption and CPU load.

Please help me to solve this issue.

Best regards

Vasssek
Shinu
Top achievements
Rank 2
 answered on 14 Feb 2013
4 answers
308 views
Maybe I am missing something but do you guys have a working example of inserting, updating, deleting appointments with a radscheduler attached to a database? I want to interact with the database programatically via stored procedures in oracle but a sql server example would be fine too. I have already taken care of insert and can do updates and deletes no problem, just not sure how to work with recurrence and can't see a decent example. Was hoping to see a basic app demo on this. Like I say, maybe I am totally missing something but have looked through the demo and support material.

Thanks,
Dan
Scorpy47
Top achievements
Rank 1
 answered on 14 Feb 2013
1 answer
67 views
Hi , 
 I have binded the radcontextmenu items through javascript but it shows the transperant background.
 How to fix it






Thanks


 
Dhamodharan
Top achievements
Rank 1
 answered on 14 Feb 2013
2 answers
147 views
With the Radscheduler that I am creating, I need to have stored procedures that do the insert, update, delete.
The closest example that I found to what I need is at:
http://www.dotnetfunda.com/articles/article1101-how-to-use-telerik-scheduler-to-display-appointments-in-aspnet-part-i-.aspx 

As the example is not complete, I am not sure how to proceed with getting the update, delete fired. I am also concerned about how if the user creates a new appointment, how I would insert and then update the table so that they can delete it. If you can please expand on the example that was provided above as this is somewhat a urgent need.

Thank you in advance.


Scorpy47
Top achievements
Rank 1
 answered on 14 Feb 2013
1 answer
142 views
Hi,

I am having a RadAutoCompleteBox and RadTextBox in one of my pages. My requirement is that I must be able to select only one value from the dropdown that must be shown in a desired color and after selecting the item from the drop-down, I want my textbox to be focussed.

Please help.
-Anly.
Princy
Top achievements
Rank 2
 answered on 14 Feb 2013
1 answer
131 views
If I'm using a RadGrid that does insert/update/delete using manual CRUD operations, is it still possible to use a combobox within a column during edit mode? All the samples I've seen so far seem to say it's only possible if a data source control is being used (which it's not in my case). If it is possible, how is it done? Sample code would be greatly appreciated. Thank you!
Shinu
Top achievements
Rank 2
 answered on 14 Feb 2013
5 answers
449 views
Hello,

we have a limitation that requires us to use the ContentAreaMode="DIV" on our project.

The issue we have is that, at the moment, we would like to strip word formatting.
What we did until now is to strip manually tags on server side, as we could not make the StripFormattingOnPaste work in this mode.

As our users saw recently the demo on the site, they would like to have it done client side. Our issue is show here:

<telerik:RadEditor runat="server" 
    StripFormattingOnPaste="All" ContentAreaMode="DIV" ID="RadEditor1">
    <Content>
    </Content>
</telerik:RadEditor>

With this code, removing ContentAreaMode does make the Stripping work

Is there any workaround ?

Best regards

Philippe
skhalidi
Top achievements
Rank 1
 answered on 14 Feb 2013
2 answers
358 views

I am using radgrid very similar to the one on telerik sample here:
http://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx

Problem is, earlier selected sub items are not cleared when new sub item are selected. Which gives the user the impression that multiple items arte selected which is not the case.

How can I clear the first main and sub-items selected when new sub items are directly selected?
Dele
Top achievements
Rank 1
 answered on 13 Feb 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?