Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
52 views
Hello Telerik,

I'm currently implementing a Radpanelbar within my application. What I basically want is a combination between SingleExpandedItem and FullExpandedMode. So the PanelBar will only show a scrollbar if the content of the expanded panelItem overlaps the PanelBar's height. But, if it's smaller than the panelBar's height, then the next PanelItem should be shown right under the expanded panelItem.

How can I achieve this kind of behaviour? Thanks in advance.

cheers,

Thomas
Paul
Telerik team
 answered on 09 Apr 2009
11 answers
224 views
Hello,

Trying to get a new skin for treeview I just discovered that skins are no more presented in demo app.

And I found no explication for this.
I am very disapointed as I have telerik skins everywhere in my app.

Were to go from this point: will skin be definitivelly out of scope fo next version and what is the new concept, how to migrate ???


Some urgent clarification is needed.

CS
Alex Gyoshev
Telerik team
 answered on 09 Apr 2009
3 answers
221 views
I have tried serveral times throughout the day to insert <script> tags to the editor via another javascdript function that I run.  This happens when I try to insert the following code in the editor.pasteHTML() function:

 

<script type="text/javascript">

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','1234','height','1234','title','menu','src','assets/4/mutliple_fileupload','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','allowscriptaccess','always','movie','assets/4/mutliple_fileupload' ); //end AC code

</script>

<noscript>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="200" height="200" title="menu">

<param name="movie" value="assets/4/mutliple_fileupload">

<param name="quality" value="high">

<param name="allowScriptAccess" value="always" />

<embed src="assets/4/mutliple_fileupload" type="application/x-shockwave-flash" width="1234" height="1234" allowscriptaccess="always"></embed>

</object>

</noscript>

When I removed the <script> tags in the text above it added the flash fine to the editor.  I have tried serveral properties, AllowScripts=True, radControl.DisableFilter(EditorFilters.RemoveScripts).  Any ideas?

Thanks,
PM

 

 

Rumen
Telerik team
 answered on 09 Apr 2009
3 answers
192 views
Hi,

I'm currently looking at a way of hiding the currently open tooltip using client side api.  I have looked at the documentation and could not find the client side api docs for RadToolTipManager.

Is there a close_all() or hide_all() method for RadToolTipManager?

Adding this to the docs would also be good.

Thanks

Guido Tapia
Svetlina Anati
Telerik team
 answered on 09 Apr 2009
2 answers
128 views
Hi,

i'm using Advanced edit template as a user control, when i'm trying to cancel the Edit template it just postback only, but the template is not closing.Pls reply ASAP....................
Balaji
Top achievements
Rank 1
 answered on 09 Apr 2009
4 answers
232 views
Trying to get things working regarding skins and moving from Q3 2008 to Q1 2009 version.  I have read the other posts and have submitted a ticket to get some help converting a custom skin.

But while waiting on that, we are getting the following error on pages.  Anyone else seen?

When page loads, javascript error is:
'styleSheet' is null or not an object

Can't tell for sure where it's coming from.

Anyone else seeing this?
Peichung
Top achievements
Rank 1
 answered on 09 Apr 2009
5 answers
570 views
I am trying to set a simple function that will display my message in a RadWindow alert box.  I assumed it was a two step process

1) - Place RadAjaxManager on page
2) - Call it in your code behind like so:
Private Sub DisplayMessage(ByVal text As String
        RadAjaxManager1.ResponseScripts.Add("radalert('" & [text] & "', 330, 210);"
    End Sub 

This does not work - I get a Javascript error from the object.

Is there a better way?
Georgi Tunev
Telerik team
 answered on 09 Apr 2009
5 answers
210 views
Hi,

I am showing a radtool tip ( which has some controls in it and Targetcontrol id = imagebutton) on clicking a image button in datagrid but I want also to show normal tooltip (aspx tooltip) on mouse hover of the image:

I did this in Itembound event of radgrid by finding the image contol and mentioned as follows
imgbtn.ToolTip="XXXX";

And when I run the code, on Mouse Hover I can see the aspx tooltip but when I click on image button above tooltip (aspx toltip) is overriding the radToolTip

Can any one suggest the solution,

Thanks,
Svetlina Anati
Telerik team
 answered on 09 Apr 2009
3 answers
76 views
I was been using telerik Controls for ASP.net so far. and a lable was showing saying that ‘ you are using trail version …..’ But now my company has bought ‘telerik controls for asp .net ajax 2009’.

So now I want to upgrade rad controls to this version  (I know the steps and no problem) Now suppose I don’t want to use any new feature of a control. (For example rad tab strip and multi page and page view,but my company has bought the whole controls ) and thus I did not upgraded this to ‘telerik controls for asp .net ajax 2009’.My question is that If I did not upgrade a control ,will this be showing the message ‘you are using trail version …..’, even after i have a license of the newer version?
Paul
Telerik team
 answered on 09 Apr 2009
1 answer
220 views
When filtering in radgrid using the basic built in filtering on a page greater than 1, I get the following error:

The specified value cannot be set on CurrentPageIndex
Specified argument was out of the range of valid values. Parameter name: value

Seems like when the CurrentPageIndex is greater than 1 it doesn't like to filter.

Is there a workaround?  - when filtering 1st set CurrentPageIndex to 1?

I am using MyCustomFilteringColumn for one of the columns in the grid filter.

I am using version 2008.2.723.35

If I set AutoPostBackOnFilter=true.  This problem goes away.  But I don't want to AutoPostBackOnFilter - since when I have this true and I click on the filter menu it automatically refreshes the 1st time without me picking anything from the menu.

Detailed errors:

Message: The specified value cannot be set on CurrentPageIndex
Source: Telerik.Web.UI
Target Site: Void ExecuteCommand(System.Object)
Stack trace: at Telerik.Web.UI.GridPageChangedEventArgs.ExecuteCommand(Object source) at Telerik.Web.UI.RadGrid.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at Telerik.Web.UI.GridItem.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at Telerik.Web.UI.GridItem.OnBubbleEvent(Object source, EventArgs e) at Telerik.Web.UI.RadGrid.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

*******Exception*******

Message: Specified argument was out of the range of valid values. Parameter name: value
Source: Telerik.Web.UI
Target Site: Void set_CurrentPageIndex(Int32)
Stack trace: at Telerik.Web.UI.GridTableView.set_CurrentPageIndex(Int32 value) at Telerik.Web.UI.GridPageChangedEventArgs.ExecuteCommand(Object source)
Yavor
Telerik team
 answered on 09 Apr 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?