Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
283 views
In my page, I open a modal radWindow.  I then open another modal radWindow from the same parent page, while the 1st modal window is open.  The problem is that the first window can still be clicked and set to the active window.  I could hide and show the other window, but I would rather just have the first window grayed out.

Any ideas?
Fiko
Telerik team
 answered on 21 Jan 2009
4 answers
200 views
I have a RadTreeView that is bound to an XML file. The XML file contains the Text and NavigateURL property for each RadTreeNode item. However, when the NavigateURL property is empty for an item (which is the case for items that do not have a page of their own, but has child items) and I click on it, my browser tries to redirect to "" (as the NavigateURL is empty), and throws a page not found error.

Is there some way I can check (in JavaScript) whether the NavigateURL property actually contains something, and only redirect when this is the case?
CBARS
Top achievements
Rank 2
 answered on 21 Jan 2009
4 answers
173 views
Hi,

I have problem with color picker inside radgrid edit popup. I'm using icon, and when popup is displayed I center it on client side. If I click on icon palette is displayed fine over popup, but its position is way off icon. Instead of being displayed just below icon it appears way below and to the right of the icon. Only way I get correct position of pallete is if I fix popup position to top left corner of screen. Is there a way to fix this behavior?

Also there is another, maybe related problem. If i have to scroll content inside popup icon doesn't scroll with content, it's like static element. I tried as you suggested here on the forum to put on parent element position: relative, in my case to the cell holding control, but that didn't help.
Vlatko
Top achievements
Rank 1
 answered on 21 Jan 2009
2 answers
132 views

hi,

I need to group the data in RadGrid control like a tree, i mean without collapse. In other words, i want to merge the cells which has the same data?

to understand what i mean please check the following link:

http://www.codeproject.com/KB/webforms/Grouped_Gridview.aspx

thanks in advance

Sebastian
Telerik team
 answered on 21 Jan 2009
0 answers
84 views
Hi telerik

I hope you are so fine

I have an ajaxified form with rad menu ,when an Item in the menu is clicked the whole menu disappear.

I tried to do the following but fails:
  1. enable ajax skin rendering
  2. databind in page load

this problem appears only in IE but not in FireFox.
Remarks:
  1. I'm using rad controls for asp.net ajax
  2. .net framework 3.5
  3. IE as web browser
  4. windows vista as an operating system

thanks in advance
Moustafa
Top achievements
Rank 1
 asked on 21 Jan 2009
4 answers
205 views
I have a RadTreeview in RadAjaxPanel which has two Panels. It work fine in IE 7 scroll bar do show up but in FireFox there is no scroll bar and I have to un-expend my treeview to see the 2nd panel. I will appreciate if anyone can help me.

Thanks
Dimo
Telerik team
 answered on 21 Jan 2009
1 answer
148 views
I need to add event handler at client side to a RadDateInput control.

string script =   
string.Format("$find('{0}').add_valueChanged({1});", myDateInput.ClientID, myHandlerFunction);  
 
ScriptManager.RegisterStartupScript(  
    this, typeof(DateInput), "clientChange",  
    script,  
    true); 

The above javascript can be fired when the page is loaded but $find cannot find the control.  However the script can be executed successfully after the page is completely loaded.

Where should I "call" my javascript if not using RegisterStartupScript?

Best regards
Edwin
Shinu
Top achievements
Rank 2
 answered on 21 Jan 2009
3 answers
163 views
I have three vertical panels on MyPage of my website.Each vertical panel contains two RadDocks.When I drag and drop one Dock from one panel to another or even within the same panel.It does'nt drops instead it hungs up in the air.....the same application works well in FireFox.....Also the drag and drop operation is not very smooth.....kindly help me in thsi regard.

Thanks
Imran
Top achievements
Rank 1
 answered on 21 Jan 2009
3 answers
144 views
Hi,
  Telerik controls are unavailable to javascript when the page's startup script runs

i am doing it like

this.Page.ClientScript.RegisterStartupScript(this.GetType(), "CalTableMatrix", "<script>AddValue();</script>");


and in javascript

function AddValue()

{

$find(MASTERPAGECONTROLID + Ids[i]).set_value(TotVal);

}

It is returning null for the control.

But, when i call this javascript method on any event like on a click of a button it is working fine.

So, can you please suggest me the way to execute this javascript function by registering as page's startup script .

Thanks.
Raju.

Shinu
Top achievements
Rank 2
 answered on 21 Jan 2009
4 answers
160 views
I'm demoing the ASP.NET controls and are a bit baffled at the way the grid renders.  When I enable scrolling and Static headers, all of the headers do NOT match the columns in the grid.   The alignments are way off in IE and FF.

Am I missing something?  I don't have any of the column widths specified, I want the browser to decide.

Josh
Dimo
Telerik team
 answered on 21 Jan 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?