Screencast talk:Grid Component (Legacy)
This version of our Learning Center is unmaintained.
This article may be out-of-date or contain incorrect information.
Please visit the new Sencha Learning Center for up-to-date material.
From Sencha - Learn
FLASH movie stops at 27:45 min.
If I download the FLV (Video file of this flash movie) it stops at 27:45, too.
File is 76.5 MB.
Damaged at server?
Video stops prematurely for me too. I switched machines to make sure something wasn't wrong with the version of Flash I had. -- Kurt Schwind
The full screencast can be found
on the authors site :
http://scottwalter.com/pages/screencasts
<= 404 Not Found. Probably he moved.
Font too small
Your work is great but font used is too small, we can see nothing! In particular we cannot see what did you write and then dropped. Please enlarge your font. Thanks
dueDate field not display properly
If you download the source files, check case for "dueDate" field definition at "setupDataSource" function in "grid-static.js" file:
{name: 'dueDate', type: 'date', dateFormat: 'n/j/Y h:ia'}
should be
{name: 'duedate', type: 'date', dateFormat: 'n/j/Y h:ia'}
