PDA

View Full Version : DataGrid vs. DataView



thephatp
28 Aug 2008, 4:54 PM
Is it possible to use a DataView like the DataGrid?

One thing I've really been wondering is if I'll be able to use custom mouseover actions and styles in the DataGrid, which I really need. I was just looking through the non-API Ext 2.0 Overview (http://extjs.com/learn/Ext_2_Overview), and I noticed that the DataView allows such features.

Is it possible to combine the functionality of the two, so that I can have a DataGrid which I can sort on, and yet still have the nice class changes on mouseover, or custom pop-ups on click or mouseover, etc that are available in the DataView?

Thanks,

Chad

Animal
28 Aug 2008, 10:59 PM
GridPanel offers mouseover and click events.