-
Sencha User
both single click and double click get fired
I have a grid, I am using both single and double click events for different things. but single click sometimes get triggered first when I double click. so I could get one singleclick, one doubleclick, or both when I doubleclick a grid cell.
schemaGrid = new EditorGrid<BeanModel>(store, cm){
protected void onClick(GridEvent ge) {
}
protected void onDoubleClick(GridEvent ge) {
}
}
this is amounting to a big problem, especially, when I setClicksToEdit(ClicksToEdit.TWO). how does everyone else get around this problem?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules