Questions tagged [telerik-javascript]

4 questions
2
votes
1 answer

Setting RadDatePicker Date Without Firing ValueChanged

Using the client API, I'd like to be able to do this: picker.set_selectedDate(new Date()); Without the valueChanged event handler firing, is there another way in the API to do this? Again this is all client-side JavaScript. Thanks.
Brian Mains
  • 50,520
  • 35
  • 148
  • 257
1
vote
1 answer

Set RadDatePicker client-side Min/Max dates to to 30days from todays date?

i am currently using RadDatePicker to select a date. Using the client API, 1. I'd like to be able to set the the min date to less than 30 days of current date and 2. maxdate to two years from current date. Is there another way in the API to do this?…
0
votes
1 answer

Kendo ui dropdownlist jquery with custom template as rating not display the selected value properly - telerik kendo ui jquery

I am trying to display a Kendo UI dropdown list with a custom template. Each item should display a rating with dynamic max value. It works fine to this point but when select one item the select item doesn't display the rating control and never…
0
votes
2 answers

Access a control on the Child Page from MasterPage using Jquery

I have a button (rbtnDelete) in one of my child page , and i want to get the client-ID of button Delete in my master page using JQuery i tried many scripts but i didn't get any answer NOTE: I am using telerik radbutton Client Page Code: <%@ Page…
Arun CM
  • 3,345
  • 2
  • 29
  • 35