Select multiple rows in gridview on mouse drag in ASP.Net
I have a gridview with a check b开发者_开发知识库ox column, on dragging mouse over the rows the corresponding rows are to be highlighted and the checkboxes also should be selected. Is it possible to select multiple rows in a gridview on mouse drag using ASP.Net? This functionality is implemented using Telerik controls, one such example is found in this link
I have to implement this functionality in ASP.Net itself without using any third party controls!
You can use jQGrid's Custom multi select feature or dojox.grid.EnhancedGrid.
精彩评论