Ext gwt grid event?

Gr.getGrid().getView(). GetCell(gr.getRowIndex(),colNum) If you have a BeanModel linked to the grid you can just do gr.getModel(). Get("propertyName").

Thanks, working... – fatnjazzy Aug 3 '10 at 5:54.

Another solution is listening for changes to the grid's selection model grid. GetSelectionModel(). AddListener(Events.

SelectionChange, new Listener>() { public void handleEvent(SelectionChangedEvent be) { List selection = be.getSelection()); } }); "selection" would then contain a list of the ModelData objects for the selected row/s can then get the do modelData. Get("propertyName") on each to get the value.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions