Ed Spencer created a plugin that is capable of creating a print version of an ExtJS grid. This plugin was originally created for ExtJS 3.x. I ported it to ExtJS 4, in case someone need it.
The plugin can be downloaded on the following link: https://github.com/loiane/extjs4-ux-gridprinter/archives/master
The zip file contains the source code of the plugin plus an example of how to…
AKPC_IDS += "1199,";Well, this is my first ExtJS plugin. Though it is not an advanced plugin, I’m very happy and it is a big accomplishment for me!
The problem:ExtJS PagingToolbar Component allows the developer to set a predetermined page size, which is the total number of records that will be displayed on the grid at once.
Let’s say we want to display 10,000 (ten thousand) records and we are…
AKPC_IDS += "468,";This tutorial will walk through how to implement an ExtJS DataGrid with RowExpander plugin using Spring MVC Framework version 3 in the server side.
Sometimes you need to show more information than fits within the grid, as an expansion of the record/row. ExtJS DataGrid component provides a plugin called RowExpander, which does exactly what its name…
AKPC_IDS += "375,";This tutorial will walk through how to import an Excel Spreadsheet into a DataGrid using DataDrop Plugin (by Shea Freaderick).
Last week I was looking for a plugin that would allow me to import data from an excel file.
I did not find any plugin on ExtJS forum that…
AKPC_IDS += "301,";