Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
49 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
82 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
56 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
107 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
116 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
301 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
51 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
5 answers
206 views
How to find rad button in RadGrid1_PreRender

                     
<telerik:GridTemplateColumn SortExpression="workordno1" HeaderText="Completion"
                          HeaderStyle-Width="50px" DataField="workordno1" FilterControlWidth="60px" UniqueName="workordno1" DataType="System.Single">
                          <ItemTemplate>
                              <telerik:RadButton ID="Work" CommandName="Redirect" Text='<%# Eval("workordno") %>'
                                  runat="server" OnClientClicking="StandardConfirm" Width="90px" />
                          </ItemTemplate>
                      </telerik:GridTemplateColumn>

Thanks Advance,
Mohamed.
Eyup
Telerik team
 answered on 24 Dec 2012
5 answers
57 views
I have found that, when you have only 2 items in the returned list, it will always select the second item. This happens both in text and token modes.
Kalina
Telerik team
 answered on 24 Dec 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?