getGridParam is not a function
        Posted  
        
            by AMAR
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AMAR
        
        
        
        Published on 2009-11-13T05:11:48Z
        Indexed on 
            2010/04/11
            7:03 UTC
        
        
        Read the original article
        Hit count: 718
        
jQuery
Get Selected id's
jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam('selarrrow'); alert(s); });
i have data in the grid "#list4" but it is giving error: getGridParam is not a function. Please sort out the prob.
© Stack Overflow or respective owner