简体   繁体   中英

Kendo UI grid and custom popup delete confirmation

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'm using MVC Kendo helpers to create the grid and as far as I've seen there's no piece of code where intercept the popup message (ex. http://www.keenthemes.com/preview/metronic/theme/templates/admin/ui_confirmations.html Event Handling)

anyone has success with it?

Thanks in advance

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM