Ext JS 7.9 & Rapid Ext JS 1.1 are out now! Check what’s new Read More

blog image
Ext JS

How to Upgrade Your Ext JS 3.4 Apps to Ext JS 6

Ext JS is a mature framework. We’ve added a tremendous number of powerful new features and capabilities since the first release in 2007. Thousands of applications have been written using different versions of the framework. And some of these successful…

blog image
Events

Sencha Roadshow 2016: Europe Roundup – Join Us in Milan & Stockholm

Last week we held the first part of Sencha Roadshow 2016 in Europe. We visited London, Paris, and Munich in 3 days. These were really great shows, and it was a lot of fun seeing familiar faces back again. You…

blog image
GXT

Customizing GXT Grid for Data Centric Applications

The GXT Grid is one of the most popular components for enterprise applications. It offers powerful built-in features including: local or remote filtering local or remote sorting column grouping a tree view (TreeGrid) paging and “infinite” scrolling editable cells extensible…

blog image
Events

Sencha Roadshow 2016: APAC Roundup with Sneak Peak at Ext JS Roadmap

We were on the road again last week to show off Sencha Test, Architect 3.5, theming, and share a sneak peek at our Ext JS Roadmap during Roadshow 2016. We made stops in Melbourne, Seoul, and Tokyo. Jeff Pope, Vice…

blog image
Ext JS

Asynchronous JavaScript: Promises

JavaScript is single threaded, causing code to execute from top to bottom, so two bits of code cannot run at the same time. For example, you might download a JSON file from an (external) server and you’d have to wait…

blog image
Architect

Architect 3.5 is Generally Available

Today, we’re pleased to announce that Sencha Architect 3.5 is now generally available as part of Ext JS Pro and Premium. Architect 3.5 empowers your team to build HTML5 applications with the Ext JS 6 Classic toolkit. You can use…

blog image
Events

Announcing SenchaCon 2016

We’re very excited to announce that registration for SenchaCon 2016 is now open. SenchaCon 2016 is taking place November 7-9th in Las Vegas at the Aria Resort & Casino. It’s the largest universal application event in the world where developers,…

blog image
Ext JS

Inside the Sencha Test Futures API

One of the biggest challenges of writing interactive tests is dealing with their asynchronous nature. Sencha Test offers a powerful new API designed to make these asynchronous tests almost as simple as their synchronous counterparts. Asynchronous Testing in Jasmine Testing…

blog image
Cmd

Top Support Tips

Grid Watermarking by Kevin Cassidy The Ext JS grid is a great tool for presenting information in a handy layout. Some users may want to print this information for use in meetings or promotional materials. However, you may find yourself…