Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
79 views

Hi have an updated control (cboplayer - native asp control) as follows;

<

 

 

telerik:AjaxUpdatedControl ControlID="cboplayer" />

I popup a Radwindow, the user can add an item then closes the window. When the rebind event fires it repopulates the control.

However, I have the control to autopost back when an item is selected and it does not work. If i change it so its not an updated control the autopost back works again.

Any idea what I am doing wrong?

 

Pavlina
Telerik team
 answered on 24 Dec 2012
1 answer
107 views
Hi,

I am looking for some information on the best way to implement telerik controls using master pages. I have a basic understanding using the RadAjaxManagerProxy but I can't seem the to get an event to fire on the child page. Is this possible?

Is it true that if I use the AjaxManager on the masterpage all the events from all the child pages fire the Request on the master? Does this mean I need to have all the ajax_request scenarios in the sinlge event on the master.


Thanks,

Kim
Pavlina
Telerik team
 answered on 24 Dec 2012
1 answer
48 views
I am really struggling here.

I have a master page with a Radajaxmanager. On my child form I pop up a Radform. The user enters some data. When they close it the Radajaxmanager ajax_request event fires on the master. How do i update the controls on the child form in code behind withou a full page post back?

What i was hoping to to is have the ajax_request event fire in the child form so i can update the controls without a postback.

I tried to capture the event but it is ignored.

 

 


Dim manager As RadAjaxManager = RadAjaxManager.GetCurrent(Page)

 

AddHandler manager.AjaxRequest, AddressOf Local_AjaxRequest

 


Thanks.
Pavlina
Telerik team
 answered on 24 Dec 2012
4 answers
81 views
Hello,
I have two questions 
1.How to display group by field,header title and footer in Excel while exporting from Radgrid. 
2.How to apply styles for the exported above fields.

Please help me to solve these issues.
Radha
Top achievements
Rank 1
 answered on 24 Dec 2012
1 answer
53 views
I am using SharePoint 2010 and have implemented a RadMenu as a MegaMenu. I have also placed a search box and datagrid inside a menu dropdown. When a user enters text into the search box their results are displayed in the datagrid while the dropdown is still open. What is happening when the user clicks the button is that the menu collapses and the page refreshes. When the page opens the menu is still closed.

What I want to have happen is the user opens the menu; types in a search criteria; views the results in the datagrid all while the menu is open and does not refresh and collapse. The application is a small search against data that the user will eventually navigate away from, but while they are using the search/datagrid I can't have the menu disapear.

Is this possible?
Cat Cheshire
Top achievements
Rank 1
 answered on 24 Dec 2012
3 answers
104 views
Hi Telerik!

I have come across this issue:

There is a textbox in the EditItemTemplate. On text-change of this textbox , a service method is called and then  a label in another column of same row is upadted by that service method(during postback) . But after this post-back occurs, the save button in  EditItemTemplate stops working ( nothing happens on click) . When i click outside the grid and then click on save button starts working. 

It is happening only in IE9. Any idea why it is so.. the cancel button within same template works fine...

Please help..

Thanks in advance
Eyup
Telerik team
 answered on 24 Dec 2012
5 answers
114 views
Opening any manager (Picture Manages, Links Manages...) cause no any skin CSS applied to dialog's content.
Q2 2012 SP2 (and earlier) - OK;
Q3 2012 - wrong (see screenshot);
Note that project uses Routes.
Rumen
Telerik team
 answered on 24 Dec 2012
1 answer
297 views
Hi,

I added the telerik radgrid in an ascx control which is added to the MasterPage asp:ContentPlaceHolder in the following code:

<div id="main">

 

 

 

 

<asp:ContentPlaceHolder ID="MyContent" runat="server">

 

 

 

 

</asp:ContentPlaceHolder>

 

 

 

 

</div>

I was able to adjust the width of the main in my css file and the radgrid width fully occupied the ContentPlaceHolder but not the height.  I change the min-height of teh #main in the css file but I see the height of the container was increased but the grid height did not change.

My RadGrid is inside a asp:UpdatePanel.

what is the best method to adjust the radgrid in the ascx control to fully occupy the height.

Any help is appreciated.

 

Eyup
Telerik team
 answered on 24 Dec 2012
3 answers
55 views
The spell check button isn't highly used in my application, but we've had a few people notice that when they use the spell checker, and click to replace a word with one of the spell checker's suggestions that the entire HTML content in the editor is duplicated.  I really am not sure where to even begin to track this down.  We are using version 2012.2.619.40.

Thanks!
-Mark
Rumen
Telerik team
 answered on 24 Dec 2012
1 answer
49 views
Aspx page code:
 <telerik:RadEditor ID="RadEditor1" runat="server" EnableResize="false" Height="300px" Width="550px">
  </telerik:RadEditor>
code behind:
RadEditor1.Enabled = true;
RadEditor1.EditModes = Telerik.Web.UI.EditModes.Design ^ Telerik.Web.UI.EditModes.Preview;
RadEditor1.ToolsFile =
"FullSetOfTools.xml";
RadEditor1.Width = Unit.Pixel(550);
In chrome and firefox working fine...but in IE its not working the rad editor getting truncated ...i attached images about this issue.please help to solve this issue
Rumen
Telerik team
 answered on 24 Dec 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?