PDA

View Full Version : reflect on ligtweight grid



nassaja-rus
23 May 2007, 12:48 AM
Good afternoon.

I reflected above what I would wish to see the facilitated grid. The purpose of creation of a facilitated grid - fast rendering grid(or many grids) with the minimal loading the processor

For me would be convenient to have a grid with properties:

Without DD, sorting (i'm sorting on serverside), column resizing or column moving and other heavy column feauters.
Without autowidth for columns (autowidth is slow?). I want set width for grid and columns manualy in columnModel, but "autoExpandColumn" property is necessary if i set 100% width for grid.

With support of dataSource, columnModel
With optional cell editing.
With optional grid pages panel.
With columns selection (is necessary);
With columns overflowing (overflow:hidden);
With Ext style look'n'feel.

What do you think about?
Whether probably to make such grid on the basis of html table?
Whether probably to make such grid on the basis of an available code?

jack.slocum
23 May 2007, 7:24 AM
GridView3 should fit the bill. Column resize and moving can be turned off as needed.