Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
70 views
Hey,
     My SplitButton in Ribbonbar has been "Cover" by the RadPane.
How to solve this problem? 

Thanks a lot..
Yo
Top achievements
Rank 1
 answered on 11 Dec 2013
2 answers
423 views
Hello, all,
  I think that my question might seem silly to many.  I have a request from a Client who would like to change the Text displayed in the Submit Button.  At present, I have not been able to determine how to do this.  Any ideas?

Thank you,
  Dan
Dan
Top achievements
Rank 1
 answered on 10 Dec 2013
7 answers
971 views
Hello,

If we try to display a large amount of items in de radhtmlchart, the x axis item labels overlap and are unreadable. (see attachment)
The size of the chart has to be this small because it is displayed within an iFrame.

Is there a way to "alternate" the visibillity; e.g. the first label is visible, fitfth label is visible, 10th label is visible... and all others in between would be invisible so there would'nt be any overlapping.

Or is there any other solution to such a problem? As mentioned before, width has to remain as is.

Many thanks
Avs8686
Top achievements
Rank 1
 answered on 10 Dec 2013
3 answers
126 views
I have a RadMaskedTextBox with a RegularExpressionValidator. I want to allow users to enter a U.S. style phone number in the correct format, but the phone number field is not required. When the page initially loads, the functionality works as expected; the field only fails validation if the user provided input, and that input is invalid. However, if the page fires any Ajax (RadAjaxManager), the validator fires (and fails), even if no input is provided in this field on submit.  It will work is proper input is provided, essentially making it the field behave as if a RequiredFieldValidator was placed on it.

<telerik:RadMaskedTextBox  ID="txtPhone" runat="server"  Mask="(###) ###-####" TabIndex="29" Width="175px" meta:resourcekey="txtPhoneResource1" ViewStateMode="Enabled" DisplayMask="(###) ###-####" LabelWidth="70px" Rows="1"></telerik:RadMaskedTextBox>
 <asp:RegularExpressionValidator ID="txtPhoneRegularExpressionValidator"
    runat="server" ErrorMessage="Format is (###) ###-####" ControlToValidate="txtPhone"
    ValidationExpression="\(\d{3}\)\s\d{3}-\d{4}" SetFocusOnError="True"></asp:RegularExpressionValidator>
John
Top achievements
Rank 2
 answered on 10 Dec 2013
1 answer
115 views
Hi
How to have a expand button on header to expand all rows?
Princy
Top achievements
Rank 2
 answered on 10 Dec 2013
3 answers
96 views
I am using DropDownTree on a page to display hierarchical data with filtering functionality and I want to filter a only particular level of nodes. Like if I am displaying Customers and their branch offices in hierarchy, then I just want to filter customer on the basis of filter provided.

Can you help me in this??

Thanks in advance.
Plamen
Telerik team
 answered on 10 Dec 2013
1 answer
131 views
I have defined a ClientItemTemplate on my RadComboBox for using during LoadOnDemand, so far, this seems to be working great. However I have a value attached to the return objects as an Attribute that is sometimes empty/null. When this happens, the record in the dropdown shows "null" or "undefined" (if I don't attach the data).

I need to set up the template so that when this happens, it just shows a blank cell instead, but I can't seem to figure out how to do this.

My template looks like this:

<table>
  <tr><td>#=Attributes.DOB#</td></tr>
</table>

My Code looks like:

var dobValue = string.Empty;
item.Attributes.Add("DOB", dobValue);
Fergal
Top achievements
Rank 1
 answered on 10 Dec 2013
2 answers
191 views
I have a radsyncupload to upload my file, after upload i need to bind the filename to a grid. 
Inside grid, i have a edit button, when i click edit button, i need to put back the filename to radsyncupload for user to edit.
Is it possible to do that?

Hristo Valyavicharski
Telerik team
 answered on 10 Dec 2013
1 answer
148 views
How to group the data in RadHtmlChart ?? It can be easily done in RadChart by setting the DataGroupColumn property of the chart.
Does the RadHtmlChart has this property in the latest release ?
Please help with this.


Thanks in advance.
Shinu
Top achievements
Rank 2
 answered on 10 Dec 2013
1 answer
117 views
Hi
On filtering is to possible to check whats being entered into the filter textbox? For one column i want to get whar the user enters if its any special characters then remove it.how to achieve this?
Princy
Top achievements
Rank 2
 answered on 10 Dec 2013
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?