Do you know how to change the text of the undo button when using batch edit delete functionality with the setting HighlightDeletedRows="true".
3 Answers, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 09 Dec 2015, 01:12 PM
Hi Daniel,
There is no built-in option for changing the text for the Undo button. However, you can implement the behavior with a bit of custom client-side code. You can handle the click event of the Delete button and change the text in the Undo button.
The following code-snippet outlines the approach:
function pageLoad() {
$telerik.$(".rgMasterTable > tbody tr a").on("click", function () {
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items