Hi,
We want to show a clickable icon in an action column. I have managed to show the icon by adding a column css class in the OnInitialize event of the grid:
However, in the grid the icon cannot be clicked.
Can you please advice how I can make the icon clickable?
Regards,Alfio Esposito
Hello Alfio Esposito,
Thanks for bringing this subject to the discussion.
Have you tried using the TextFixed from ActionColumn's input parameters?
You might need to pay special attention to the HTML tags you use because those configurations might conflict with Wijmo's grid template.
Best regards,
Tiago Pereira
Thanks very much Tiago, that did the trick.
Regards,Alfio