Skip to content Skip to sidebar Skip to footer

Rendering A Component Into An ExtJS Grid

I want to render a split button into a column in a grid to perform actions on each row. I can't seem to figure out how to build a custom cell renderer that will accomplish this. Ea

Solution 1:

You need to setup a custom renderer for the column, have a look at this example: http://techmix.net/blog/2010/11/25/add-button-to-extjs-gridpanel-cell-using-renderer/

screenshot


Post a Comment for "Rendering A Component Into An ExtJS Grid"