Telerik Forums
UI for ASP.NET AJAX Forum
12 answers
437 views
Hi,
I try to export radgrid to excel. But there is a problem in .xls. The first column (datetime) and second column (string) are not separated. See the image attached. I wonder what is the problem and how to fix it. Thanks.
Daniel
Telerik team
 answered on 13 Mar 2012
1 answer
106 views
I have a radgrid and I have a search button that when the user clicks it, it does a radgrid1.rebind(); Then if they change the search in the text box, and click it again, it does a radgrid1.rebind().

If the user is on say page 25 and it does the rebind with a new search, it still stays on page 25 even with a new search. Is there a way to get it to change to page 1?
Vasil
Telerik team
 answered on 13 Mar 2012
3 answers
209 views

Hi, 

I'm struggling to implement this, i'm not sure why.

I've got a RadComboBox, and i've manually implemented the onitemsrequested event of it, to enable custom loading on demand.

I've then attached my tooltip. Both of which are inside an asp:Panel which is ajaxified using the RadAjaxManager.

<telerik:RadToolTip ID="tt_searchArea_empty" runat="server"
TargetControlID="cbo_searchArea" HideEvent="FromCode" ShowEvent="FromCode" 
RelativeTo="Element">
</telerik:RadToolTip>

   

and show it in code behind (search locations is my combobox's datasource).

   

If search_locations.Count <= 0 Then
Me.tt_searchArea_empty.Text = "Could not find any results for """ & e.Text & ""
Me.tt_searchArea_empty.Show()
End If

And to hide it, i've attached this client side event OnFocus of my combobox:

var tt = '<%=tt_searchArea_empty.ClientID %>';
tt.hide();
Alan T
Top achievements
Rank 1
 answered on 13 Mar 2012
2 answers
73 views
Hi
I am a beginner and I would like to create a SlideShow by using a RadRotator,can any body help me please and show me how can i do it step by step ?
Thankx 
Berrabah
Top achievements
Rank 1
 answered on 13 Mar 2012
1 answer
92 views
Hi,

I'm trying to implement the advanced template scenario. I'm getting an error when trying to load the advanced form.

The error is located:

_initializeAllDayCheckbox: function()
{
    var allDayCheckbox = $("#" + this._templateId + "_AllDayEvent");
    var controlList = $(allDayCheckbox[0].parentNode.parentNode.parentNode);

This is located in AdvancedForm.js

It's happening with or without having this in the AdvancedForm:

<li class="rsAllDayWrapper">
    <asp:CheckBox runat="server" ID="AllDayEvent" CssClass="rsAdvChkWrap" Checked="false" />
</li>

The form still works, although I did notice it does not close unless I refresh the page (first time).

Could you help with this?
Alan
Top achievements
Rank 1
 answered on 13 Mar 2012
4 answers
325 views
Hi,
I have a RadGrid, which I have set the EditMode as "PopUp". I want top have a customised Header for the pop up that appears on click of Edit. Please suggest how I can achieve this.
Thanks and Regards,
Deepika Karanth
Deepika
Top achievements
Rank 1
 answered on 13 Mar 2012
3 answers
112 views
Hi, 
 I have a requirement wherein I need to call webservice method on RowSelected event and on rowdblclick event I want to open a new aspx page in addition to webservice call which is in rowselected event. This works fine in IE and data is returned from server and controls are updated accordingly and also aspx page opens properly. But in chrome and firefox, aspx is opening and but webservice call(ajax) is not returning successfully(though data is returned from server). Is there any difference behaviour between IE and chrome for rowselected and rowdblclick events? Please reply asap.

Regards,
Mahesh
Antonio Stoilkov
Telerik team
 answered on 13 Mar 2012
2 answers
223 views
How to change width and select button text in radupload?
Iana Tsolova
Telerik team
 answered on 13 Mar 2012
2 answers
153 views
Hi all,

Been some years since I've been on these forums..anyway.
version = 2009.2

I open my Radwindow (login) from codebeind. (No default behaviours...just login button which if clicked and login is valid ,  must close the radwindow)
On users click of "login"  button"..I do the usual to close the popup(radwindow login)

 

function GetRadWindow() { 
    var oWindow = null
    if (window.radWindow) oWindow = window.radWindow; 
    else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow; 
    return oWindow; 
    
  
function Close() { 
    var oWindow = GetRadWindow(); 
    alert (oWindow);
    oWindow.argument = null
    oWindow.close(); 
    

but


On first "login " click" ...nothing,..does not close...the Close function gets the oWindow var from GetRadWindow,..
and the alert shows it as id ctl003
On 2nd "login " click  ..the alert shows id ctl002
and it closes.

Tried a few javascripts , loading it from javascript as oppposed to from code behind, ..but no joy.
There must be a way I'm sure, but ..how?
TIA
Neal
Neal
Top achievements
Rank 1
 answered on 13 Mar 2012
1 answer
77 views
Hi,

I have successfuly created a self referencing heirarchy grid and it is pretty much working great. The problem I have is that the child grids are left justified with the right side indented. What I need to do is to have the inner grids be left justified. Also I would really like to change the style of the headers so that they are more prominently noticed.

Any help would be greatly appreciated.
Tsvetina
Telerik team
 answered on 13 Mar 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?