I am developing a scheduler and I need to drag a gridview cell to another gridview cell. I want to use jQuery and I got the drag working just fine, but how do I drag from a .NET gridview and drop to a different gridview cell using jQuery?

我正在开发一个调度程序,我需要将gridview单元格拖到另一个gridview单元格。我想使用jQuery并且我的拖动工作得很好,但是如何从.NET gridview拖动并使用jQuery拖放到不同的gridview单元?

1 个解决方案

#1


1

Drag and drop works on client side. Even though it is a Server control, it will be rendered as HTML to the client( browser). so you should be able to do that.

拖放工作在客户端。即使它是服务器控件,它也将呈现为客户端(浏览器)的HTML。所以你应该能够做到这一点。

Make sure you are using the proper selectors. You may need to add some css class name for your cells so that that can be used as the jQuery selector.

确保使用正确的选择器。您可能需要为单元格添加一些css类名,以便可以将其用作jQuery选择器。

更多相关文章

  1. 关于 客户端发现响应内容类型为“text/html; charset=utf-8”,但
  2. PDA调用接口 提示:客户端发现响应内容的类型为“text/html;charse
  3. html高德地图ip定位之后拖动自定义定位地址
  4. 什么是客户端准备语句?
  5. 如何配置使用CAS的PHP客户端--迁移文章(blogspot爱你不容易)
  6. PHP判断客户端是PCweb端还是移动手机端方法
  7. 如何使用本地phmyadmin客户端访问远程服务器?
  8. MySQL客户端输出窗口显示中文乱码问题解决办法
  9. mysql客户端工具使用

随机推荐

  1. 理解 Android(安卓)上的安全性
  2. 美化你的listView
  3. [转]Android异步处理系列文章索引
  4. NDK简单实例
  5. android 定制个性按钮 控件
  6. Head First Android(安卓)Development-笔
  7. Android(安卓)SVG图片解析Demo
  8. Android实现在列表List中显示半透明小窗
  9. [Android] Android使用序列化接口Parcela
  10. Android生成Market分享链接