Skip to main content

Posts

Showing posts with the label Kendo UI confirmation dialog

Kendo ui confirmation dialog

Today I am going to share a interesting code sample for how to display the kendo ui  c onfirmation dialog   using jQuery and MVC 4. The table of content as given below. Table of Contents Error dialog M essage. Warning dialog M essage. C onformation dialog Message. The below  openD ialogBox method is used to  display the " warning dialog ", " error dialog " and "c onformation dialog ". Error dialog Message In the error dialog box, need to add only one button that is "OK" button which are given in below display image. $( "#btnClickMe" ).click( function () {          openD ialogBox ( "Error" ,                                    "Put error message content here." ,                                  "Error" ,   [ "O...