SMART datagrid v.1 > Classes > GridBase

Back  Forward

DataLudi.GridBase.hideEditor  method

If cell editor is being displayed, it will be hidden. 

function hideEditor ();
Returns
Void
Code -1
    $('#hideEditor').click(function () {
        grid.hideEditor();
    }
See Also
showEditor
Examples
Cell Editing