Disabled link at Grid.

Hi. i just want to know is it can disabled link when the row is locked. If is it can, any code that can help me?
btw tq an advance. :slight_smile:

To disable link to open you can return false from β€œonclick” event hadlder:

<a href="http://..." onclick="return false">Link</a>