Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
139 views
Hi,

I have RadGrid control inside RadWindow. when the rows are less in grid RadWindow doesnot show any scroll. but when the grid has more results, this is pushing RadWindows height.

in the attached images you can notice the empty space in radwindow is bcoz of the rows in grid.

Please help!

Thanks in advance!
Karthik
Top achievements
Rank 1
 answered on 20 Nov 2013
1 answer
127 views
I am currently using a radcombobox with loadondemand and checkboxes. When i enter text to search for, the web service  returns the list of items to bind to the combobox, however the search text is being cleared when the list is bound. 
I have used the onclientItemsRequested to set the text of the textbox after the items are bound however, the onclientitemsrequested does not get called if the search does not find any matches. 

I would like for the text to remain in the box even if there are no boxes, would that be possible? 
Nencho
Telerik team
 answered on 20 Nov 2013
6 answers
119 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
119 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
735 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
87 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
144 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
110 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
107 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
117 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?