Kendo UI grid and custom popup delete confirmation

前端 未结 1 587
孤独总比滥情好
孤独总比滥情好 2020-12-22 12:32

I\'ve got a kendoui grid and I\'m using it inside a metronic template... I wish to change the delete confirmation popup (not the text) with a colored better one .

I\

相关标签:
1条回答
  • 2020-12-22 13:03

    The delete confirmation popup is a build-in browser alert box

    <script>
           alert("Hello! I am an alert box !");
    </script>
    

    so u need a custom grid command with custom kendo window

    Demo

    0 讨论(0)
提交回复
热议问题