Hi Friends, I am facing a problem in GWT grid panel. I have a button on click of which I have to select first row first column in the grid. I am writing the code as
gridPanel.getCellSelectionModel().select(1,1); or tabRightTopPanel.getSelectionModel().selectFirstRow(); But the cell is not getting selected.(the cursor doesn't highlight the cell).Can anybody help me regd this.I am using GWT 1.7. I am using RowSelectionModel in the gridpanel. Do I have to define a CellSelectionModel and bind it to the grid ? If so, how can I instantiate the CellSelectionModel. It takes a jsObj as constructor argument.How can I get the jsObj. CellSelectionModel cbSelectionModel = new CellSelectionModel (editorGridPanel.getJsObj()); Thanks in advance. Regards, Sudhir
-- You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en.
