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
votes
3 answers

Not able to retrieve selected records in grid

I am using ExtJS 7.1 and created a grid panel. I am not able to retrieve the selected row using the code Ext.getCmp("tempGrid").getSelectionModel().getSelection(), this line of code always returns length of 0.…
xxestter
  • 441
  • 7
  • 19
-1
votes
1 answer

Extjs 6/7 tree get right click event

I have this tree in ExtJs/ExtReact and I need the old contextMenu functionality which is nowhere to be found in these new versions so I decided to implement it. If you look at the demo you can see there is an event being fired (the node gets darker)…
Romeo Mihalcea
  • 9,714
  • 12
  • 50
  • 102
-2
votes
1 answer

how to display thai year (buddha year) in datepicker (sencha extjs 7.5.1)?

How to display Thai year (buddha year) in datepicker of Sencha Extjs 7.5.1 ? Example : "2019-01-31" in Thai year is "2562-01-31"
dekmai
  • 1
-3
votes
1 answer

Extjs grid filter empty and not emptey checkbox

I want overwrite grid filter to filter empty and not empty checkbox
1 2 3
11
12