Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
110 views
so if i put a rad menu and a rotator on a page.. in ie7 they appear fine but in fiefox/chrome they appear side by side



any ideas

thanks
kevin
kmv
Top achievements
Rank 1
 answered on 16 Dec 2008
2 answers
103 views
Why can't the online help provide a listing of the properties and methods for the control? Rad Controls for ASP did this and it was very easy to locate a property or method. I simply hate searching forums to find a particular property, especially when I don't know the name of the property.
Lucas County Information Services
Top achievements
Rank 1
 answered on 16 Dec 2008
1 answer
316 views

To close the context menu (to make it disapper without selecting any item) we need to click (mousekeypress[mouseDown and mouseup])  on other areas of the page. Whether it is possible to close the context menu during mouse down event itself?

Thanks & Regards,
Princy
Top achievements
Rank 2
 answered on 16 Dec 2008
2 answers
87 views
Hello,

        I want to post the page when the user hits ENTER key. For that, written a client-side function to handle the keypress. What happened is, this function works well in Internet Explorer but when execute the same in firefox, the keypress event is not properly triggered in all times.

    I attached sample code snippet.
      
function ClientKeyPressing(sender, eventArgs)  
{  
    var charCode = eventArgs._domEvent.keyCode;  
    if(charCode == 13)  
    {  
        __doPostBack('<%=lbnSubmit.UniqueID%>','');  
    }  
  

Any help is appreciated.

Thanks in advance.
Immanuel
Top achievements
Rank 1
 answered on 16 Dec 2008
1 answer
155 views
I seem to be getting an issue when i set the RadEditor height to fill a window. whenever i click on a drop down control i seem to be getting some white space at the bottom of the radeditor control (which is causing scrollbars to appear)

for a demo of what i mean please see the following youtube link :
http://uk.youtube.com/watch?v=jZFo2j5crMg

Hopefully this will make it slightly more apparent as to what i mean.

Any help with this would be great

Cheers
- Kevin.




Nikolay Raykov
Telerik team
 answered on 16 Dec 2008
2 answers
170 views
Hello,
I have a page which has a grid and one button when i click on that button then a RadPopUp is opened. now i want when i close the popup then previous page grid rebind.

I have done this in my other page using radajaxmanager's ajaxRequest.
but here i am getting problem that all of my pages that are controls (.ascx) are being opened in loadpage.aspx and this contains a RadAjaxManager on it i am opening a popup in it which has that grid which i want  to update and now in this popup i am opening another popup and now i want to want the above functionality. if i put the RadAjaxManager on the page that has grid then it gives one error
"Only one instance of RadAjaxManager  can be added to the page!"

please tell me that how can i Rebind the grid using RajAjaxManagerProxy or any other way with out ajaxmanager ajaxrequest.

Thanks.


altaf
Top achievements
Rank 1
 answered on 16 Dec 2008
1 answer
101 views
Hi,
 The demo does not work in this sample, I was looking to implement this functionality.
http://demos.telerik.com/aspnet-ajax/Input/Examples/RadInputManager/DynamicInputFilterSettings/DefaultCS.aspx

Thanks
Iana Tsolova
Telerik team
 answered on 16 Dec 2008
1 answer
70 views
The e.Item.OwnerTableView.DetailTables.Add doesn't work.
Yavor
Telerik team
 answered on 16 Dec 2008
0 answers
79 views
    hallo,

    how to add dynumic RadPanelBar at run - time in the server side?

    thanks
chagai
Top achievements
Rank 1
 asked on 16 Dec 2008
15 answers
254 views
When a window pops up that has an extremely long URL (due to querystring or the such) and you have an explicitly set width on the window, the URL text in the status bar will extend the RadWindow to the width of the URL. This can cause some extremely large windows where they are not necessarily desired, and after a few clicks the window shrinks itself back down when the URL is replaced/removed from the status bar. This should probably function more like IE/Firefox, where status information is truncated at the point that it would start expanding the window size. This was found while using a custom dialog in RadEditor (which I believe uses RadWindow now for its popups).
Georgi Tunev
Telerik team
 answered on 16 Dec 2008
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?