8 Answers, 1 is accepted
0
Hello John,
Bellow i show you can change the message in Grid configuration:
Greetings,
Nikolay Rusev
the Telerik team
Bellow i show you can change the message in Grid configuration:
editable: {
mode:
"incell"
,
// mode can be incell/inline/popup with Q1 '12 Beta Release of Kendo UI
confirmation:
"Are you sure?"
// the confirmation message for destroy command
},
Greetings,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
John
Top achievements
Rank 1
answered on 15 Mar 2012, 12:27 PM
Changing the message is fair enough, but what I would like to do is to disable the confirmation.
I do not want any confirmation once the destroy command is triggered.
I do not want any confirmation once the destroy command is triggered.
0
Accepted
Hello John,
confirmation: false will do the trick for you.
Greetings,
Nikolay Rusev
the Telerik team
confirmation: false will do the trick for you.
Greetings,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Clinton Smyth
Top achievements
Rank 1
answered on 16 Mar 2012, 04:47 PM
Hello Nikolay
I tried this and it didn't work as expected. With confirmation:false set, I clicked on the delete button and the javascript alert box appeared with 'undefined' as the message. Is there anything else I need to set or check?
Thanks
I tried this and it didn't work as expected. With confirmation:false set, I clicked on the delete button and the javascript alert box appeared with 'undefined' as the message. Is there anything else I need to set or check?
Thanks
0
Hello Clinton,
Can you please post your Grid configuration?
Regards,
Nikolay Rusev
the Telerik team
Can you please post your Grid configuration?
Regards,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Clinton Smyth
Top achievements
Rank 1
answered on 19 Mar 2012, 05:08 PM
Hi
Just retried it and it's working now! Can't explain it - just happy to move on.
Thanks for looking into it.
Just retried it and it's working now! Can't explain it - just happy to move on.
Thanks for looking into it.
0
Jeremy
Top achievements
Rank 1
answered on 26 Apr 2019, 01:25 PM
Is there a way to do this in Kendo's .NET razor syntax?
3