Hi all,
i'm struggling to achive a simple task: double click on a row to call a method. How can i do that?
what i'm expecting is simple:
<Grid :data-items="gridResult" :columns="columnsToDisplay" :resizable="true" :pageable="pageAble" :pageSize="pageSize" @dblclick="callMyMethodForDoubleClick" ></Grid>something like this

