oria / gridx

Just another powerful Dojo grid
Other
162 stars 78 forks source link

IndirectSelect doesn't work on iPad #401

Open cunick opened 7 years ago

cunick commented 7 years ago

on iPad, I can not select rows when clicking the checkbox. when I click the checkbox in the row, it deselect immediately.

version of dojo is v1.11.2 version of gridx is v1.3.9

var myGrid = new GridX({ structure: myGridLayout, "class":"smallText", cacheClass: Async, store:returnEmptyStore(), region:"center", modules: [ VirtualVScroller, TouchScroll, IndirectSelectX, RowHeaderX, ExtendedSelectRowX, FilterX ], style: { "width": "100%", "height": "100%", "padding": "0px" } });

Thanks!!