This question is locked. New answers and comments are not allowed.
Slider is not honouring the value after a POST
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 ?
- 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 ?