EasyUI Forum

General Category => General Discussion => Topic started by: graveytrain on October 29, 2014, 11:00:25 AM



Title: datagrid multiselect suggestion
Post by: graveytrain on October 29, 2014, 11:00:25 AM
I think it would be sweet if I could click a row and hold shift and then click somewhere down the list that it would select all those rows.

Also it would be nice to be able to drag select a single row or a group of columns.

Anyway, just my two cents




Title: Re: datagrid multiselect suggestion
Post by: stworthy on October 30, 2014, 05:52:43 AM
The shift selection will be supported in next version. Please download the preview datagrid from http://www.jeasyui.com/easyui/plugins/jquery.datagrid.js. The example is available from http://jsfiddle.net/e5j0q0r9/


Title: Re: datagrid multiselect suggestion
Post by: graveytrain on November 03, 2014, 02:41:30 PM
Nice,
I added this bit to make the blue html selection go away

body {
         -webkit-user-select: none;
         -khtml-user-select: none;
         -moz-user-select: none;
         -o-user-select: none;
         user-select: none;
         }