1
Help for ParamQuery Grid (free version) / Re: Multicell selection without ctrl key
« on: August 09, 2013, 03:50:07 am »
Took a while and a lot of hackery but I assembled something that performs the job. Basically I had to assemble a selectedDataIndices object and attach this to the dataModel so that PQ knew if the cell was selected (when out of view), add / remove data from the cell selection set, add / remove the css selection classes depending on a condition and lastly invoke the refresh method. Like a said it's hacky and not perfect, but it seems to be working. Here's the new jsfiddle:
http://jsfiddle.net/xBJxh/22/
http://jsfiddle.net/xBJxh/22/