When I place my grid (selectionmode: ‘multiplecellsextended) somewhere on the page but left-top corner, mouse position is shifted when I selecting multiple cells.
My HTML code:
<table height="100%" width="100%" cellSpacing="1" cellPadding="2" >
<tr>
<td style="width:750px">
<table>
<tr>
<td>
<table cellSpacing="2" cellPadding="2" align="center" style="height:70px">
<tr>
<td> Some stuff on top of the Grid </td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" valign="top" width="100%" height="100%">
<div id='jqxWidget' style="font-size: 13px; font-family: Verdana; float: left;"><div id="jqxgrid"></div></div>
</td>
</tr>
</table>