Sometimes when an ajax request enters the failure, this causes a malfunction in the application that forces you to refresh and lose data that has not been saved. Could this be a bug?
Thanks in...
Type: Posts; User: mandreu
Sometimes when an ajax request enters the failure, this causes a malfunction in the application that forces you to refresh and lose data that has not been saved. Could this be a bug?
Thanks in...
Hello, this is my problem, I have an store using proxy type ajax
Ext.define('app.store.PersonaStore', {
extend: 'Ext.data.Store',
alias: 'store.PersonaStore',
requires: [
...
Hello, I have a grid with dinamic rows, I 've get buttons to add or remove rows if I need it. The problem is that when I edit a cell using cellediting plugin, after edit the grid is reseted and get...
Hello, I ´m using rowediting plugin, I need a funtionality like autoUpdate (exist in version 6.0), to keep a cell value when loses focus. How can I do this in ExtJS 4.2?. Thanks in advance.
Hi, I am using rowediting plugin. When I try to edit a cell, buttons "OK" and "Cancel" appears and to keep the value inserted in a cell I need to press "OK" button. I need a way to keep the value...
Hello, I want to customize the boolean filter options, instead 'Yes' or 'No', I need it in spanish, 'Si' and 'No', How can I do this?. Thanks in advanced!
Hello, I need a config option in my rowediting like autoUpdate functionality, but it seems Ext 4.2 do not have it. There is a way to simulate it or exist an equivalent config? Thanks in advanced.
Hello, I have a grid to get a collection of data. I need to keep an inserted value in any cell when it lose focus, without press enter or clic on OK button. Thanks in advanced.
Hello, I have a textfield to show numbers, I need to show the numbers always with a floating point precision of 2 characters, even if the value is an integer. How can i do this??. Thanks in advanced
Hello, I need to show in a textfield always a precision of 2 numbers, even if the number is an integer. How can I do this, I need to apply a format or something? Thanks in advance.
Hello, I´ve get this problem, I have a tab panel with 2 tabs, In one of the tabs I have a form, I need to clear the form when the other tab is clicked, I tried to use the blur event to do this using...