Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
93 views
I am having a problem validating a combo box using a custom validator but only when AllowCustomText = True.  If I remove the AllowCustomText="True" property it will fire the validation.  Any idea of what's going on here??  I have seen plenty of examples on the site using validation with Allowing custom text.

<telerik:RadComboBox ID="cboFromName" 
runat="server" 
Skin="Vista" 
AllowCustomText="True" 
MarkFirstMatch="True" 
Width="311px">
</telerik:RadComboBox>
<asp:CustomValidator ID="CustomValidator1" 
runat="server" 
ClientValidationFunction="validateFromName"
ControlToValidate="cboFromName" 
CssClass="body" 
ErrorMessage="From Name required"></asp:CustomValidator>
Shinu
Top achievements
Rank 2
 answered on 26 Aug 2011
1 answer
69 views
Hello,

I have extended the RadComboBox and I was wondering if I could use this custom version in the standard GridDropDownColumn.  I noticed there is a DropDownControlType property that has two options: RadComboBox and DropDownList.  Is it possible to add my extended version of the RadComboBox to these choices or is there a better way to use my extended version of the RadComboBox in a grid column.  I've tried using the TemplateColumn, but it seems overly complicated when I try to support filtering and sorting.

Al
Tsvetina
Telerik team
 answered on 26 Aug 2011
1 answer
54 views
We have a situation in which a radwindow 2 opens up from within a radwindow 1. Unfortunately, if the size of the radwindow 2 is larger than the radwindow1, the user does not have a way to close the radwindow 2 since he cannot scroll all the way up to get to the "X"

How should this situation be handled?

Thanks
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
6 answers
119 views
Hi everybody!
I have a problem when I try to open radwindow: I can't open radwindow in IE8 because javascript error. But I browser my project in FireFox, it can run. Have you any idea? Thanks you very much!
My code :
function GetRadWindow() {
          
         var oWindow = null;
         if (window.radWindow) oWindow = window.radWindow;
         else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;
         return oWindow;
     }
 
     function Close() {            
         GetRadWindow().close();
     }
 
     function CloseAndRebind(args) {              
         GetRadWindow().BrowserWindow.refreshGrid(args);          
         GetRadWindow().close();
     }
      
     function CloseWithArg() {
         var customArg = $get("TextBox1").value;
         GetRadWindow().close(customArg);
     }
      
     function openTramWD()
     {         
         var oWnd = radopen("myRadWindow.aspx","radWindowfrTram");        //Error here!   
     }
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
3 answers
301 views
Hope this is an easy one :)

Created a custom skin (using the default one and making a couple of minor CSS changes) following the directions on http://www.telerik.com/help/aspnet-ajax/radnotification-creating-custom-skin.html.  Everything worked as far as the CSS goes; however the ContentIcon and TitleIcon always appear as broken images when I set EnableEmbeddedSkins="false" no matter what I do.  How can I incorporate the icons (ok, delete, etc.) into my custom skin so that they show up?

I realize that I can use my own icons, but in this case I would like to use the Telerik default, if possible.

Thanks in advance!
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
3 answers
261 views
I upgraded to the latest telerik version 3_1103 and now my tool tips are staying at a static size. In addition the location of the tool tip is moving to the far left of the browser window. I generate the tool tip contents from the code behind and they can very in size. Right now they only stay at the minimum height and width I had set in the html. The tool tips were working perfectly with version 2_929. Please advise.
Marin Bratanov
Telerik team
 answered on 26 Aug 2011
1 answer
31 views
Hi,

Spell/Custom Text Source not worked in IE but worked  in FF and Chrome, this editor does not suggest spelling option in IE.

This is the major issues in your controls please check and provide proper solution for it.


With Regards,
Balwant
Rumen
Telerik team
 answered on 26 Aug 2011
6 answers
1.4K+ views
I want to client validate RadGrid rowcount > 0, how do it?

I am using popup edit mode for ItemTemplate

Tks.
Tsvetina
Telerik team
 answered on 26 Aug 2011
1 answer
154 views

In the RadEditor, if there are any font attributes such as font size and fontname applied to the text then those settings are not preserved while exporting the text to rtf. Do let me know If anyone has encountered the problem and workaround for the same.

 

Thanks in advance.

Rumen
Telerik team
 answered on 26 Aug 2011
1 answer
118 views
HI,

Can i use telerik tool tip for a textbox. When a user clicks on textbox,  it should open a tooltip with that textbox it in  and user should be able to edit it and on closing it should  append changed text in to the textbox.

If so, Can you please provide a example.

Thanks,
Nimmy
Shinu
Top achievements
Rank 2
 answered on 26 Aug 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?