The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
3 views

jQuery UI Autocomplete with dynamic query not showing dropdown

We have a Telerik RadTextbox for which we have set up the jQuery AutoComplete. The autocomplete source is a call to PageMethod as follows: $("#<%= rdTxtName.ClientID").autocomplete({ ...
0
votes
2answers
22 views

How do I set a default value of 0 to a radtextbox in a radgrid if the value is null after databind?

i have a series of radtextboxes as columns in a radgrid. The data they pull is often null. I'd like them to have a default value of zero in those cases. How do i accomplish this? I tried this ...
0
votes
1answer
71 views

Telerik RadTextbox input behaving like watermark

I've a Telerik RadTextbox in one of my .ascx files in a Sitefinity 5.4 website. When a form containing the RadTextbox is submitted and there is some error thrown by the server, and the user goes back ...
1
vote
0answers
346 views

Textbox in RadGrid changed by client

Good day, I have a GridTemplateColumn with a RadTextbox. The textbox values are changed by javascript. But when i click the textbox,it changes back to its original value. Please help javascript ...
0
votes
1answer
102 views

Textbox not displaing all the text?

I have a telerik RadTextBox, in which i want to display one line, the problem the content is a little bit scrolling and don't display all the text, how can i fix it. thanks in advance.
1
vote
1answer
172 views

Adding an attribute to a Telerik RadTextBox

I'm trying to get a hold of an attribute I've created on a Telerik RadTextBox in the code behind of a click event. I've seen it solved in Javascript, but not the .cs/.vb file. Hopefully my code will ...
0
votes
0answers
82 views

radtextbox show no text

I have a formview in which I have 2 RadTextBox(es). Both of the Binds have values, however the values don't show in the box, but does appear in the html-source: <span ...
0
votes
1answer
161 views

radtextbox validate url

I have a radtextbox where I would like to prompt the user to enter a URL, is there a property that exists that validates this input in a radtextbox?, if not, what can I use to allow users to enter ...