This topic is locked

How to hide 'Cancel' icon in inline edit mode

2/13/2015 9:30:48 AM
PHPRunner Tips and Tricks
Sergey Kornilov admin

For this purpose add the following code to Javascript OnLoad event of the Edit page:

$("#revertLink"+inlineRow.id).hide();