 
 
 this place cannot be dragged, and many properties are not implemented. 
        $("-sharp"+key+"Grid").flexigrid({
            url:rootStatic + "datamanage/customerview/custv/" + $scope.gridConfigs[key].methodName,
            method: "GET",
            contentType: "application/json;charset=UTF-8",
            dataType: "json",
            colModel: $scope.gridConfigs[key].colModel,
            buttons: [],
            usepager: true,
            useRp: true,
            rp: 10,
            sortname: "",
            params: params || [{
                "name": "uni_id",
                "value": $scope.userId
            }],
            hideOnSubmit: true,
            showTableToggleBtn: true,
            colAutoWidth: true..........
            
            