PDA

View Full Version : Ext.nd.UIView functions needed



fangstern
4 May 2008, 9:06 PM
How come there is no UIView.gridHandleRowClick(grid, rowIndex, e) provide in UIView class? I would think that is a pretty common feature use in a view. Also, how do I change the selectionModel of a UIView? I try to override the default of RowSelectionModel in gridConfig, but doesn't appear to work. Any suggestion on how to do this? It would be great if UIView can use <viewdesign[extendlastcolumn="false"]> for GridView.autoFill

RWaters
5 May 2008, 9:33 AM
I have started working on a refactor/rewrite of much of the Ext.nd code, a big bonus of the new version will be much more direct access to event handling and an easy way to provide a new columnmodel.