Category "extjs7"

ExtJs View with multiple style (scss) for each language

My ExtJs application has to be multilingual. On the login page, I asked the user to select the language from a dropdown list. the current structure of my applic

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.