Category "extjs6-classic"

IIS Express w/ VS 2022 crashes when debugging web app and selecting file via file html input on page w/ ExtJs

Here are the details: OS: Windows 2016 server accessed over RD Dev tools: VS 2022 17.1.6 & VS 2019 16.11.11. I run VS in Admin mode (both) IIS Express versi

ExtJs - Unselect multiple rows in grid with selType: "checkboxmodel"

Is there a way to unselect multiple rows holding SHIFT (that are already selected)? See fiddle here. No luck yet. Thanks.

Easy way to add a date picker to a regular text field?

I'd like to add a date picker to a text field as part of an expression builder. E.g. you can enter something like: date <= │ (where │ is the cur

Extjs 6 combobox「queryMode: 'local'」 data not showing

So I have a combobox that is loaded dynamically for a certain view. Whenever I put the queryMode to remote, it would load the data if I clicked the combobox, bu