Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在一个表单中,有几个文本框和一个按钮,在一个按钮上单击文本框值作为一行添加到 gridview。
用户可以拖放行以更改网格中行的位置。
我需要维护回发之间的行(位置)状态。
我该怎么做?
每次行位置更改时,您都需要使用 ajax 调用服务器。在您的数据中添加一个订单列,并在此类 ajax 调用到达时更改服务器中的订单。在每个回发中,再次根据 order 列绑定网格。