[Tobago] tc:sheet able to highlight the current row when fist time loading a page without clicking the row

2007-01-16 Thread Wong, Emmanuel \(Sam\)
Hi: Does anyone know how to make the sheet highlight the first row when loading a page without selecting or clicking the sheet row? I know you could only highlight the row when you select that row. Thanks.

Re: [Tobago] tc:sheet able to highlight the current row when fist time loading a page without clicking the row

2007-01-16 Thread Volker Weber
Hi Sam, just set the index of the first row (0 if on the first page) in the sheetState as selected, e.g.: sheetState.getSelectedRows().add(0); Regards, Volker 2007/1/16, Wong, Emmanuel (Sam) [EMAIL PROTECTED]: Hi: Does anyone know how to make the sheet highlight the first row when