I'm encountring a problem when using grid list filters and buffered store.
when I try to show the filter menu, the following js error occurs : Uncaught TypeError: me.grid.store.collect is not a...
Type: Posts; User: kbenkhalifa
I'm encountring a problem when using grid list filters and buffered store.
when I try to show the filter menu, the following js error occurs : Uncaught TypeError: me.grid.store.collect is not a...
In wich version could we envisage a correction ? It's urgent !
I will try and I will keep you informed.
Hello,
I use a grid with plugin bufferedrender.
In some cases, after the reconfigure event was launched, I execute scrollTo function to go to my row like this :
goToRowByModel :...
I add an example and the code which cause problem. Can you help me to understand why ?
In the scrollTo method of BufferedRenderer, I found the line which returns null for offsetsTo argument of getOffsetTO method:
scrollTo: function(recordIdx, doSelect, callback, scope) {
...
I have created a fiddle example but it works. If I can send to you a movie record of my app you can see that it doesn't works for me, but I do the same things of my fiddle.
Fiddle :...
Hello,
I use a grid with plugin bufferedrender.
In some cases, after the reconfigure event was launched, I execute scrollTo function to go to my row like this :
goToRowByModel :...
Here is my full example => https://fiddle.sencha.com/#fiddle/8rh
But here it works...
I will try :)
Hello everyone,
I have a model with proxy. When I put the writeAllFields config my content type header become "text/html" while my type config is json... When I remove this config, my content type...
In the example above, you have to remove the property scrollable from the config of MyContainer.js.
So just remove this line :
scrollable: false,
Regards
I found what goes wrong.
It comes from the scrollable config in MyContainer view. Removing this config resolves the issu.
Hope that helps.
Hi,
I have a DataView component into a Container. the content of my DataView is correctly displayed with Chrome and Safari but not with IE 10.
is there any problem with my code ?
REQUIRED...