1

I am trying to create a tag field. I have it displayed without any problems. I am just trying to use a bufferedstore instead of a memory paging store. Is this possible in a tagfield?

1 Answers1

0

I don't think this makes any sense, but according to Sencha's support team the answer is no:

The buffered store really only works with the Grid component.

CD..
  • 72,281
  • 25
  • 154
  • 163
  • Yeah I saw that too but I was trying to see if there was some way that I could use it. It would be helpful because I could avoid paging, which can be difficult to get to work exactly as you want. – evanrich3891 Oct 21 '15 at 12:00