Hi everyone,
I have a question particularly about selectRow, expandRow events. I have a buttons to move from one row to another. Also I applied some accordion behavior, so you see only one expanded row at once, and I set a single selection mode. My grid is quite big. And I don’t use paging. so If I call expandRow selectRow on button press it’s so slow. But when I use only mouse it’s faster. Can you help me to implement the same behavior on button click to move from one row to another as with mouse click? I saw in the profiler it calls jqxdatatable functions on mouse click. May be I can trigger some event handler. I tried to use click(), dispatchEvent() functions but it didn’t help. I was only able to trigger ‘td’ click event what doesnt select current row and unselect previous row It only does what is written in the code…
Regards,
lenaykt.