Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
111 views
Does anyone know how to trap the keydown event on the text inputbox on the ColorPicker?  When you put the cursor in the field and hit the Backspace key to erase what is there, the browser back button is triggered taking the user off of the page entirely.  I want to prevent that from happening.

Thanks,
Dean
Slav
Telerik team
 answered on 21 Oct 2011
3 answers
293 views
Ola bom dia,


estou com problema ao usar o "RadWindow" dentro do "RadAjaxPanel", ele não aparece. È possivel usar os dois objetos ao mesmo tempo? se for! por favor me ajudem com um exemplo.


Att,

Claudinei.
Marin Bratanov
Telerik team
 answered on 21 Oct 2011
1 answer
94 views
Does anyone have a good example of how the ribbon bar can be customized?

Specifically, I'm looking at controlling what items display with large icons, whether we can have multiple tabs, etc.

--
Stuart
Dobromir
Telerik team
 answered on 21 Oct 2011
1 answer
86 views
I have a sort expression that works on multiple columns in the listview, but anything that is blank in the datasource comes up first in the sort. For instance I have a name and a business, but sometimes there isn't a business associated with the name. I am sorting in the order of Business, Last Name, then First Name. The blank businesses come up first because "" or null comes before it in sort order. Is there any way to work around this.

Thanks,
Lonnie
Tsvetina
Telerik team
 answered on 21 Oct 2011
2 answers
127 views
Hello,

I'm using TreeView combined with ComboBox just like it's here:
http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx?product=treeview

First basic question is - is that connection client-side and it's only possible that way? 

Next:
I'm trying to load nodes into TreeView instead of writing them manually like in the example.
But I can't access TreeView from server-side code.

How can I do it other way?

Regards
Darek
Dariusz
Top achievements
Rank 1
 answered on 21 Oct 2011
2 answers
118 views
Hello,

I have to open rad window of small size which will just show progress icon and progress.... message
for that i have given size of rad window to by using below code in java script
ownd is rad window object .

oWnd.setUrl("Test.aspx",10,10);

but rad winodw is taking somw default height and not taking 10 whar i have given in above code  .

kindly advise

 

Marin Bratanov
Telerik team
 answered on 21 Oct 2011
1 answer
61 views
How can I force the axis label to line wrap? I have word wrapping sort of working. I basically have 2 words in my label per item and always want the 2nd word to wrap - it does on the longer words but not the shorter ones.
Evgenia
Telerik team
 answered on 21 Oct 2011
2 answers
112 views
I'd like to first thank the Telerik support team for replying to my previous inquiries.

Now I've got another one.

We are using the Real Font Sizes for the RadEditor.
We would like to rename that "Real Font Sizes" label to display "Font Sizes" (or some other label) instead.

Is there a way to do this?

Thanks,
Cameron
Rumen
Telerik team
 answered on 21 Oct 2011
3 answers
322 views
Hi All,

I want to remove the plus(Add) button from all the child nodes. How can i achieve it?

Thanks,
Amit Choudhary
Veli
Telerik team
 answered on 21 Oct 2011
6 answers
137 views
Hi,
I have developed the parent page three radwindows. There are two radwindows to be open by click event of image button by calling the code behind command as below coding:
 Protected Sub btnStaff_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles btnStaff.Click
        Singleton.Windows(0).VisibleOnPageLoad = True
    End Sub

    Protected Sub btnGuest_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles btnGuest.Click
        Singleton.Windows(1).VisibleOnPageLoad = True
    End Sub 

Actually Singleton.Windows(0) is only with one button to closed itself by 
 Protected Sub btnCancel_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles btnCancel.Click
        InjectScriptLabel.Text = "<script>RefreshParentPage()</" + "script>"
  End Sub

The function of the Javascript -RefreshParentPage
 function RefreshParentPage()
    {
      //alert ("Dialog is about to reload parent page");
     
      GetRadWindow().BrowserWindow.location.reload();
    }
Now, I want to open the third Radwindows when Singleton.Windows(0) is closed. - Singleton.Windows(2) by the below function:
 Protected Sub ShowCostCenter()
         Singleton.Windows(2).VisibleOnPageLoad = True
End Sub

How can I created the close event to catch Singleton.Windows(0) is closed and call the code behind function "ShowCostCenter"?

Thank

J
Top achievements
Rank 1
 answered on 21 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?