How to update Kendo Grid row from window

后端 未结 3 1556
予麋鹿
予麋鹿 2020-12-18 05:14

The set-up:

  • ASP MVC project
  • Kendo Grid in a view via Razor
  • Column custom command, calls...
  • JavaScript that opens Kendo window with r
3条回答
  •  [愿得一人]
    2020-12-18 05:50

    This demo shows how to get reference of the dataItem bound to the column where the custom command key is pressed, and shows the respective info in a Window. You can use the dataItem to update the Grid as well:

    http://demos.telerik.com/kendo-ui/grid/custom-command

    Here is an example as well:

    http://dojo.telerik.com/abUHI Take a look at the showDetails function

提交回复
热议问题