posted 15 years ago
Hi All,
I am creating a form like a Grid will be having some data, and if we select a row, details of that row will be displayed in the adjecent form.
I am able to show the values in grid and form, but when ever i am loading the page i want to show first recocrd on the grid is highlighted and the corresponding values loaded to form.
I am not getting the logic to show a row is selected, can you please help?
I am creating com.extjs.gxt.ui.client.widget.grid.Grid type grid and the Grid will have arguments as ListStore and ColumnModel.