JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › calling a link by clicking anywhere in the grid line
Tagged: grid
Hello! How to make it so that a click (double click) on any place in the line opens the desired link? How to pre-form and record this link? Thanks
Hi Oleg,
For adding links to grid cells, you can check https://www.htmlelements.com/demos/grid/column-type-url/
Best regards, Markov
Smart UI Team https://www.htmlelements.com/
Thank you. But I was interested in the question of opening a link when clicking anywhere in the row. Clicking Not on a specific cell, but anywhere in the row
In this case, you can handle cellClick or rowClick events of the Grid.