PDA

View Full Version : Row Headers on the Grid



fuzzyman
15 Jul 2007, 3:58 PM
Hello all,

I'm new to Yahoo-Ext and already appreciating it - many thanks for the great work.

I'm also relatively new to Javascript, normally a Python programmer. Javascript aint too bad though.

I'd like to use the grid a bit like a spreadsheet grid, so ideally I would like fixed row and column headers.

As far as I can tell there is no default way to create row headers - is this correct or am I missing something?

I have a simple working example using Editorgrid and SimpleStore, and I have made the first column non-editable and showing row numbers. Is there a simple(ish) way of styling the first column so that it looks like a header row? Some pointers to get me looking in the right direction would be a great help.

All the best,


Fuzzyman