How to add custom function in onClick-event jqGrid-mode editGridRow?
        Posted  
        
            by 
                Anatoliy
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Anatoliy
        
        
        
        Published on 2011-01-16T18:33:01Z
        Indexed on 
            2011/01/16
            19:53 UTC
        
        
        Read the original article
        Hit count: 308
        
Firstly I used this call jQuery('#grid').jqGrid('editRow',id,true,pickdates);, it worked fine with UI Datepicker integration, but editRow is implemented for inline editing, but I prefer modal dialog, so I switched to editGridRow, now I can't find the way to call my custom function (pickdates) in onClick-event. My current call is jQuery('#grid').jqGrid('editGridRow',id,{closeOnEscape:true,width:400,savekey:[true,13]}); Thanks Anatoliy
© Stack Overflow or respective owner