I want to change the CSS of the add form of the jqGrid. Are there any methods available for changing the complete CSS in the linking of the add form for the jqGrid?
Try with $('#myItemID').css( propertyName , value )
$('#myItemID').css( propertyName , value )