Categories | Question details Back To List | ||
enableEditEvents Hi I want to use enableEditEvents to forbidden edit on simple click. But that seems to have no effect. Edition on simple click is already possible. Where or how I must use this method to really forbidden edition on simple click ? thx JFL Answer posted on Jun 19, 2007 14:33 The next command will block edit on single click, but enable edit for F2 key and doubleclick mygrid.enableEditEvents(false,true,true); Please beware that such command will not work in case of "light-mouse-navigation" mode used. Answer posted by Nadine (Support) on Dec 01, 2014 06:24 To find more precise comments upon this issue, we can offer you read about javascript windows popup and asp.net calendar tutorial. |