DataGridView Icons in Cell - Does it work the same in WiseJ 3 ?

0
0

In WiseJ 2 we used to add icons to a DataGid Row’s Column to allow the user to perform actions on that row – like delete, view more info, etc..

We used to se the column to Allow HTML then add some string to the column in the row like this:

string is_Delete_Action = @”<img role = ‘delete’ title =’Delete Guardian’ src=’resource.wx/Wisej.Ext.FontAwesome/times-circle-o.svg?color=red’ class=’cell-image’/>”;

 

I’m trying this in WiseJ 3 and it just shows a blank cell. Is this method still supported in Wise J 3 ?

  • You must to post comments
Showing 0 results
Your Answer

Please first to submit.