jquery - In jqGrid the Delete Icon is not Clickable -
If I have a line result and try to hover over the deleted icon, then it will not get the focus (clicking Is not qualified)). I have the setting of the search icon next to the deleted icon and when I put it up, it will not respond until the cursor is at the extreme right of the icon, so I think that the deleted icon This is the case, but there is no place where I place the cursor will not react. It's like mouse's hover action offset offset.
It depends on whether you are editing inline (cell editing) or editing dialog box Using If you are using the editing dialog, there are some things to check if you have the following: jQuery ("# Grid"). JqGrid ({
'cellEdit': incorrect, 'cell delete': wrong, 'cell-end': wrong,
and then in the editing options, you can set del or edit and other icons Edit: {url: '@ Url.Action ("methodname", "controller"):
jQuery ("# grid"). JqGrid (' navGrid ',' # pager ', edit: , Width: 250, reload: submit: true, jqModal: true, rebuild form: true, close onscape: true, close next update: true, rownum: 20, align: 'center', edit data: { Variable1: function () {return var;}}},
Comments
Post a Comment