简体   繁体   English

使用MVC进行数据绑定的多句柄滑块

[英]Multi handle slider with data bind using mvc

How to create Multi handle slider using Kendo Ui OR jQuery that shows percentage data bind using MVC/SignalR as below: 如何使用Kendo Ui或jQuery创建多手柄滑块,使用MVC / SignalR显示百分比数据绑定,如下所示:

在此处输入图片说明

Here if i change(slide) "Internet" handle from 39% to 20%, the "eMail" handle should be changed from 13% to 32%. 如果我将“ Internet”句柄从39%更改(滑动)到20%,则“电子邮件”句柄应从13%更改为32%。

How can i achieve this using data bind to/from the slider from MVC/SignalR? 我如何使用MVC / SignalR中的数据绑定到滑块或从滑块绑定数据来实现此目的?

I have achieve this by customizing the free javascript plugin from http://www.bacubacu.com/colresizable/ . 我可以通过从http://www.bacubacu.com/colresizable/定制免费的javascript插件来实现这一点。 I have used Multi range slider plug in and customize it as per the need. 我已经使用了多范围滑块插件,并根据需要对其进行了自定义。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM