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

Grid with bound Slider bars

1 Answer 140 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brendan
Top achievements
Rank 1
Brendan asked on 11 Mar 2016, 10:22 PM

Hello,

I'm trying to develop an application with 3 columns in one Kendo grid, all in ASP.Net MVC. I want 1 column that's just a string, one column that's a slider bar bound to a property in my model, and then a textbox that's uneditable that displays the current value of the slider bar. Since the slider bar would be bound to a property in the model, I think I can just bind this textbox to the same property and make it uneditable.

I'm able to do all of this outside of a grid, however I can't figure out how to get the slider bar to function correctly in a grid. Any help or advice on how to do this would be much appreciated.

Thanks in advance!

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 14 Mar 2016, 11:50 AM
Hi Darendal,

You can handle the Edit event to initialize the slider. See this stack overflow thread for an example:
http://stackoverflow.com/questions/24150908/kendo-ui-using-slider-with-a-template

Regards,
Vasil
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Brendan
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or