I want a visible button for users to click and edit. I have tried adding an unbound column and putting a button inside, but this disables column resizing which I need. I have also tried changing the tooltip texts, to no avail, and if all the text is visible, tooltip doesn't appear anyways. What can I do to add a button of some sort.
Hello Edward,
Thank you for using Infragistics forums!
I've prepared a small fiddle that demonstrates an unbound column with a button, as well as, how you can change the text shown by the tooltips (and make them appear for all cells, even those that don't overflow). This is all possible with the grid's API that you can refer to here. Unbound columns don't interfere or otherwise block resizing. Please, try the fiddle out and modify it according to your use case if it doesn't represent it correctly.
I hope this helps!
Best regards,
Stamen Stoychev