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\
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