This is a migrated thread and some comments may be shown as answers.

[Solved] Slider broken in IE10?

1 Answer 62 Views
Slider
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Grant Drury-Green
Top achievements
Rank 1
Grant Drury-Green asked on 29 Oct 2012, 03:53 AM
Slider is not honouring the value after a POST

  • Create a new Telerik MVC3 project
  • Add a Model to the project with a single int property
  • Reference the model in the Home/Index.cshtml
  • Add a SliderFor for the int property, wrap this in a form and add a submit button
  • In the HomeController, add the model to the view in the GET Action, Add a POST action taking in the model, and pass the model back to the view

Run the project

Set the slider to a value other than 0
Click the submit button
Ensure the value is set on the model

Is it just me, or does your slider reset to zero after the POST ?

1 Answer, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 31 Oct 2012, 08:07 AM
Hi Grant,

I am glad to inform you that this bug is fixed. The fix will be included in the next official release.

For your convenience I have attached a hotfix build which includes the fix.

I have updated your telerik point.

Greetings,
Hristo Germanov
the Telerik team
Check out the successor of Telerik MVC Extensions - Kendo UI for ASP.NET MVC - and deem it for new ASP.NET MVC development.
Tags
Slider
Asked by
Grant Drury-Green
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Share this question
or