Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
134 views

RadComboBox.Text doesn't get the input text in IE9. It works on all other browsers. The properties are set as follows;


<telerik:RadComboBox ID="RecipientCategory" runat="server" AllowCustomText="True" Filter="Contains" MarkFirstMatch="True" Width="300px"></telerik:RadComboBox>

 

 

Hristo Valyavicharski
Telerik team
 answered on 20 Nov 2013
1 answer
123 views
Hi,

We are using telerik Rad controls.

We want to use selection-start property in script part. But when we insert any break point then we Press F10 and then run the program the SelectionStart is working perfectly in RadTextBox.

But without breakpoint it is not working properly.

Kindly do the needful as soon as possible.

Thanks.
Manimozhi
Vasil
Telerik team
 answered on 20 Nov 2013
16 answers
756 views
Hi, I would like to create an RADWindow without border, is this possibile?
Marin Bratanov
Telerik team
 answered on 20 Nov 2013
1 answer
91 views
Hi,

Is it possible to insert an image in HTML view in the editor. (Image Manager)

Regards

Rune Solberg
Vessy
Telerik team
 answered on 20 Nov 2013
4 answers
152 views
 <EditFormSettings EditFormType="Template">
                <FormTemplate>
 <telerik:RadButton ID="btnIcon" runat="server" OnClick="btn_Click" OnClientClicking="OnClientClicking"
                              Text="Start"       </telerik:RadButton>

  
 </FormTemplate>
            </EditFormSettings>


Hi,

Above only example which releated to my scenario.
I have RadButton in <EditFormSettings> . I tried to find control using FinControl in Item_DataBound by following code and disable RadButton.

if (e.Item is GridEditableItem && e.Item.IsInEditMode)
     {
        GridEditableItem item = (GridEditableItem)e.Item;
             RadButton  btnStart = (FileUpload)item.FindControl("btnStart");

             btnStart.Enabled = false;
     }

when i debug  even it is not entering (if (e.Item is GridEditableItem && e.Item.IsInEditMode) ) . I think i am missing some thing.

Could you please let me know , how to find control in code behind and disable control.

Thanks,
Ravikiran


Ravi
Top achievements
Rank 1
 answered on 20 Nov 2013
4 answers
121 views
Hello,

I have a linkbutton in the commanditem template.

I need to disable this linkbutton when the grid has 0 records.

Any help will be appreciated.

Thanks,
Priyank
Priyank
Top achievements
Rank 1
 answered on 20 Nov 2013
2 answers
116 views
I've got a strange issue where the RadMaskedTextBox will accept a delete keystroke as a space character (overwriting any previous value and advancing the cursor) when the mask is set to accept only numbers. Expected functionality is for the delete key to delete the character to the immediate right of it, and for the cursor to remain in the same place.

Suppose my RadMaskedTextBox has the following input

1234
 ^---Cursor
after delete key press
 234
  ^---Cursor
after delete key press
  34
   ^---Cursor
after delete key press
   4
    ^---Cursor
after delete key press   
     ^---Cursor

<telerik:RadMaskedTextBox ID="txtbox" class="numeric" PromptChar=""  SelectionOnFocus="SelectAll"
 runat="server" Width="44px" MaxLength="4" Mask="####" DisplayMask="****" DisplayText="" TabIndex="4"
   HideOnBlur="True" AutoCompleteType="Disabled"></telerik:RadMaskedTextBox>

Reproduced on latest Firefox and Chrome. Using v2013.3.1114.40
John
Top achievements
Rank 2
 answered on 20 Nov 2013
1 answer
125 views
Hi Everyone,

I'm facing one critical problem. I have apply "webblueskin" on my telerik:RadGrid. It's working fine but my requirement is that I want to apply outlook skin on it's filter control for telerik:datapicker.

Currently, On telerik:datapicker filter apply same skin which I applied on radgrid. but I want to change. How It's possible.
Venelin
Telerik team
 answered on 20 Nov 2013
2 answers
277 views
Hi

I have seen that, TreeNode has the property ExpandMode. My Scenarios is - I am binding TreeView from back-end by just providing data source (not creating tree nodes and adding it to treeview), also in design I have just placed TreeView.

Now, when my page is loaded and treeview is displayed, I want all nodes displayed in Expanded Mode. I am looking forward for a single property on TreeView level. I do not want/love to write any (C# or JS) code to iterate through and set expand mode.

Please provide your suggestion for this. Thanks.
Kalpesh
Top achievements
Rank 1
 answered on 20 Nov 2013
3 answers
210 views
Hi,

The client side method get_selectedNodes() should return the nodes in order they were selected, this doesnt seems the case anymore...

Before implementing my own logic I would like to know if this is an issue/bug?

Thanks

Here's a snippet : 

var treeView = $find(RadTreeViewClientId);
 
var nodes = treeView.get_selectedNodes();
for (var i = 0; i < nodes.length; i++) {
    console.log("SelectedNode " + i + ": " + nodes[i].get_text());
}

Boyan Dimitrov
Telerik team
 answered on 20 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?