Ok, I figured out myself.
The search field had a store property which was the same as the grid's store property. I don't know why it had, but during the search the searchfield disabled, and th end...
Type: Posts; User: itent
Ok, I figured out myself.
The search field had a store property which was the same as the grid's store property. I don't know why it had, but during the search the searchfield disabled, and th end...
Ok, I've got some news: I figured out after the store reloads a cell focus remains in the grid and when the user dblclick that focused cell, it loads the record was before on the selection.
Hello Ext gurus,
I have a weird problem using ExtJS 6.
I have a customer search window which has a search field and a grid where the results are shown. A user search for a customer, and then...
Thanks, it seems like working!
I am still working in a extjs 3 to 6 migration and i faced another problem.
We used a grid to add records as the records of an order.
When the user adds a record, the grid store is fillet with...
Hey Arno,
Great extension! One problem is validation runs false becaus it is not a number with currency symbol.
Thanks for all the answers. I already have workaround, but i hoped there is a built-in solution what i may missed.
evant's reader workaround is better than mine, i may implement it - you have an...
Hi,
I am in a migration of an app from ExtJS 3 to 6... I know, hell. But now I'm stucked in a problem transferring function which is a reading from a JSON data source.
The old app works as:
- a...