Hi, i am facing a strange problem , when i randomly click on cells in the datatable. the first row cell is selected in the same column.
http://webix.com/snippet/74eede5a
issue 01 : randomly select a cell in the datatable and the cell(first row) in the same column gets highlighted (This happens when i use “blockselect:true” , when i comment it cells properly gets highlighted ).
issue 02: dragging the datatable from one point to another to select the whole part does not gets highlighted(selected), the cells only in the first row gets highlighted.
both issue occurs when “blockselect” is enabled and while working i found that the web page gave “script error”. i was clueless.
i wanto include the feature of blockselect so please help.