Posted 10 August 2021, 10:37 am EST - Updated 3 October 2022, 12:53 pm EST
Hi,
I need to show 3 icons horizontally on the hover of the cells in the first column inside flexgrid using angular. and I need to fire click event for each icon.
I have tried like creating wijmo popup on hover and added these icons inside popup. but i couldn’t able to set the background of the icons as transparent.
Here I am attaching the image for my requirment .
code snippet inside current html
<wj-flex-grid #flex class=“flexgridClass” [frozenColumns]=“2” (initialized)=“flexInitialized(flex)” [columnGroups]=“allTableColumn”
[headersVisibility]=“‘Column’” [selectionMode]=“‘Row’” [itemsSource]=“invoiceItemsSource” [itemFormatter]=“itemFormatter”>
</wj-flex-grid>
Thanks,
Teenu