Questions tagged [extjs7]

Sencha ExtJS is a JavaScript framework for building Rich Internet Applications (RIAs).

Version 7 of the Sencha ExtJS framework.

Previous versions: ExtJS6

169 questions
1
vote
1 answer

ExtJS 7 - Column filter issue with locked column

I encountered this bug where the column filter is incorrect if the grid has a locked column Here's the fiddle: sencha fillde Steps to reproduce: (Do not apply any filter) Open the "Email" column menu Open "Name" column menu (this is the locked…
1
vote
1 answer

ExtJS 7.2 - Loading record into a form with chained comboboxes and forceSelection:true does not load all values

I have a form with two chained comboboxes. The first chained combobox dictates the values that appear in the second. I have forceSelection:true on the second combobox so that when a user changes the first combo, the second will be set blank because…
zeke
  • 3,603
  • 2
  • 26
  • 41
1
vote
2 answers

Dropdown is not keeping the selected value correctly on EXT JS 7.2

I am working with the Sencha EXT JS app on version 7.2 and we found the following scenario: Click on the dropdown and select a value Click "done" Click on the dropdown and select another value Click "cancel" Click on the dropdown Verify the invalid…
1
vote
0 answers

Answered: How does one drag an ExtJS Panel only by panelheader?

I have a panel which contains items in its body, and I would like the panel itself to be draggable, but only when the user drags the panelheader. (I don't want the user to be able to drag the panel by clicking and dragging in the body). Is there a…
1
vote
1 answer

Extjs 7.0 Calendar headers not aligned with columns

Using the Calendar component in Extjs 7.0 we noticed that the header cells didn't line up correctly with their columns if the language was set to Dutch: When checking the source code I found the place where these values are added in the cell…
1
vote
1 answer

Migrating Sencha Cmd created packages to npm

I'm trying to migrate my app from using Sencha Cmd to the newer Node/npm way that Ext JS applications are created, and I'm using this guide as my reference. What I'm confused on is how custom packages are handled. I currently have a slew of…
incutonez
  • 3,241
  • 9
  • 43
  • 92
1
vote
1 answer

Modern 7.0 ComboBox fires 'select' event on every value change

The combobox in modern fires the "select" event every time the input changes. This is very different from classic. With it doing this there is no way to differentiate between a user making a selection and pragmatically setting the value of the…
nathan
  • 13
  • 2
1
vote
1 answer

Ability to filter a store remotely and locally

I am using Ext JS 7.1 Modern, and I want to know if there is a way to filter a store also locally which has remoteFilter: true. I have tried to explain my case with a Sencha Fiddle and also attached the code below. The example contains a store that…
kpax
  • 63
  • 9
1
vote
1 answer

MODERN - Dialog does not close on ESC key

How to close and Ext JS Dialog on ESC key using modern toolkit? Dialog does not close on ESC key. Steps: 1 - after opening press ESC key Result Expected Dialog should closed Test case Fiddle Seems to be a focus issue.
1
vote
1 answer

EXTJS 7.X Modern Kit Button Disabled

I want to disabled an Export Button when the data not available in the grid.
1
vote
1 answer

How to set up a contextmenu for treelist in Ext js 7 i.e a menu on right click of the treelist item?

Hi I am trying to have a menu open up when i right click on any treelist item. Based on the element I right click on, i need to show a dynamic menu with options. How can i achieve this. I am new to modern toolkit of Ext 7 and am migrating my code…
Radhika
  • 43
  • 5
1
vote
1 answer

Grid shows whitespace area

I'm facing a problem, where a grid with buffered renderer can show a large whitespace area after reloading the store. I found this fiddle in the sencha forum describing the problem. This is still happening in 6.7 and 7.0. Is there any known solution…
cp-hb
  • 73
  • 4
0
votes
0 answers

Sencha Ext JS Calendar - It is not possible to go to next day/week after clicking right arrow button

Sencha ext JS framework version - 7.6.0 Sencha ext JS framework calendar component version - 7.6.0 Sometimes I am not able to go next day/week when right arrow button is clicked. After the clicking, same day/week remains. Temporary workaround - If I…
Digitalo
  • 1
  • 2
0
votes
1 answer

ExtJS 7 - JsonStore.sync() does not call corresponding PHP scripts

I have a Web App that I manually ported from ExtJS 4 to ExtJS 7. For the most part, the read queries work. However, upon further testing, the create and update queries are not working at all. For example, there are various dialog boxes/floating…
Razgriz
  • 7,179
  • 17
  • 78
  • 150
0
votes
2 answers

Ext.form.Panel is not correctly calculates dirty on consume record if lookup was used before

I'm trying to bind to form's dirty property but, looks like it is processed incorrectly Please, check fiddle for code example and a description for the bug https://fiddle.sencha.com/#fiddle/3ovk // define model Ext.define('User', { extend:…
A.Pokidin
  • 26
  • 5
1 2
3
11 12