[Html] jQuery Grid

https://www.jqwidgets.com/   jQuery Grid

https://marketplace.visualstudio.com/items?itemName=jqwidgets.jQueryGrid

https://marketplace.visualstudio.com/items?itemName=Mario185.devColor  颜色管理

加这段代码用于升级 Json.net

  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
原文地址:https://www.cnblogs.com/z5337/p/8948123.html