0

I want to use split button in grid cell. I define renderer for cell, but I can't put extjs component in grid cell. Can anyone help?

Split button: http://dev.sencha.com/deploy/ext-3.4.0/examples/menu/menus.html

vtokmak
  • 1,496
  • 6
  • 35
  • 66

1 Answers1

1

You can't put components in grid cells, which is an odd limitation.

Check out http://skirtlesden.com/ux/component-column , he has built an extension that overcomes this.

Neil McGuigan
  • 46,580
  • 12
  • 123
  • 152