Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
edit row button similar to delete row in iggrid
posted

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.

  • 5513
    Offline posted

    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