python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Locked ExtJS grid generates a border when theme variable is set to 0
Even though the theme variable for locked grid separator is set to 0, when resizing the locked column, a new border appears randomly. It seems more like an empty space between the grids.
$grid-lockabl...
vciurtea.biz1
Votes: 0
Answers: 1
How to run a command for a deployed web application (Sencha) on a EC2 AWS?
I have a deployed Sencha web application on an EC2 instance and the database is running on RDS AWS. Now the application gives me an error that:
Refresh required to update application
I know there is...
Persibal
Votes: 0
Answers: 0
EXT.Js api response data is not binding to store
I am facing an issue while calling a load method on the store.
My api is giving proper data, and i can see that in chrome network tab, However in the store object that data is missing
See sample code ...

Sagar Naikele
Votes: 0
Answers: 1
Extjs 7.2.0 - Remote Filtering problem with multiple filters on same field
I have an Ext grid and store. The store fields are
fields: ['id', {
name: 'name',
type: 'string'
}, {
name: 'dob',
type: 'date'
}]
The relevant grid column for date is set as
{
xtype: 'date...
abhijit
Votes: 0
Answers: 1