我正在使用带有jqGrid和jQuery的Typescript.
在以下行:
jQuery(this).jqGrid('editGridRow',rowid,{ ...
我收到消息:
The property ‘jqGrid’ does not exist on value of type ‘JQuery’.
关于如何纠正这个问题的任何想法?