Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
1.0K+ views
Hi!

I'm trying to validate the content of a Prometheus ComboBox. But I'm facing a "small" problem. This is what I have:

- A RadComboBox;
- A RequiredFieldValidator (validating the combo)
- A button

When I press the button, it postbacks to the server, and after that, it shows the warning message saying that the field is not filled.

Shouldn't the validator validate the page on the Client? Please tell me that I'm missing something... Do I have to set any other properties on the combox to get this to work?

Thanks!
Princy
Top achievements
Rank 2
 answered on 30 Apr 2014
7 answers
400 views
Hi,

When a textbox is in an updatepanel, and trying to enter large content, the following error occurs:

System.ArgumentException: Error during serialization or deserialization using the JSON JavaScriptSerializer. The length of the string exceeds the value set on the maxJsonLength property.
Parameter name: input
   at System.Web.Script.Serialization.JavaScriptSerializer.Deserialize(JavaScriptSerializer serializer, String input, Type type, Int32 depthLimit)
   at Telerik.Web.UI.RadInputControl.LoadPostData(String postDataKey, NameValueCollection postCollection)
   at System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Regard
Andreas
Angel Petrov
Telerik team
 answered on 30 Apr 2014
4 answers
195 views
i want to get Group Header Text in Radgrid OnGroupCollapsing Event...i got header text in  server side event but i want in client side .so please help me.
Eyup
Telerik team
 answered on 30 Apr 2014
5 answers
298 views
Hi,

Does Telerik have anything similar to what DevExpress have on Custom Validation Summary Control. I am basically looking to have Hyperlinks on the Errors been displayed on the Validation Summary some of my forms are so long basically the user clicks on the hyperlink and puts a focus on the input field.

Please let me know

Thanks
Viktor Tachev
Telerik team
 answered on 30 Apr 2014
3 answers
177 views
Please add DropDownAutoWidth into your discovery online demo http://demos.telerik.com/aspnet-ajax/combobox/examples/configurator/defaultcs.aspx
Aneliya Petkova
Telerik team
 answered on 30 Apr 2014
30 answers
1.0K+ views
Is it possible to set the StartTime and EndTime of a radTimePicker's TimeView within client-side JavaScript?
pierreluigi88
Top achievements
Rank 1
 answered on 30 Apr 2014
1 answer
80 views
How do i force this control to shows up 24:00 instead of 00:00

I am aware that it's not a regular time but anyway i want it to has 24:00 instead of 00:00 .. meaning after 23:00 should follow 24:00 ...

I am using format HH:mm and Culture fr-FR 

Thank you so much
Shinu
Top achievements
Rank 2
 answered on 30 Apr 2014
5 answers
430 views
Hi,

I am trying to use Serverside ExporttoExcel() function which when executed the page doesnot complete the postback.

The download completes but the page is not completing the page lifecycle.

I have Export to Excel in a dropdownList.When that is selected the save/cancel window comes up. Even when i do either of them the dropdown would still remain on export to excel.

Any help in this matter would be appreciated.

Thanks,
Ashwini
Princy
Top achievements
Rank 2
 answered on 30 Apr 2014
1 answer
136 views
I'm using a SQL DataSource to bind to RadAutoCompleteBox in the Page Load. The RadAutoCompleteBox  is inside a RadAjaxPanel. However, when I type anything into the box, I do not see the loading/spinning image at the end of the text box as shown in the sample here:

http://demos.telerik.com/aspnet-ajax/autocompletebox/examples/templates/defaultcs.aspx


Here's my code:

<telerik:RadAjaxPanel runat="server" ID="Panel1">
                           <telerik:RadAutoCompleteBox runat="server" ID="MailTo" Filter="StartsWith" DropDownHeight="400"
                               DropDownWidth="250" AllowCustomEntry="true" DataTextField="Text" DataValueField="Value">
                               <DropDownItemTemplate>
                                   <table cellpadding="0" cellspacing="0">
                                       <tr>
                                           <td align="left" style="width: 50%; padding-left: 10px;">
                                               <%# DataBinder.Eval(Container.DataItem, "Text")%>
                                           </td>
                                       </tr>
protected void Page_Load(object sender, EventArgs e)
       {        
 
           MailTo.DataSource = GetUsers();       
           MailTo.DataBind();
           
       }
                                   </table>
                               </DropDownItemTemplate>
                           </telerik:RadAutoCompleteBox>
                       </telerik:RadAjaxPanel>

Konstantin Dikov
Telerik team
 answered on 30 Apr 2014
0 answers
98 views
hello

  I am using Radgrid,

 I want to increse thickness of Scrollbar of Radgrid

please find image attached below.


Please help

thanks
kishor
Kishor
Top achievements
Rank 2
 asked on 30 Apr 2014
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?