PDA

View Full Version : How to display a row of data once selected



DantesInferno
31 Jul 2009, 6:04 AM
Hi, I am completely new to ExtJS. I have gone through various tutorials and examples of the Ext.grid.Grid component but I am still confused on one issue: Row selection, specifically displaying the row selected, via a dialog box, back to the user to verify. I have created the Grid with my data displayed in it without incident but I am having trouble displaying the selected result back. Any help would be appreciated.


Thanks.

P.S. Yes I have my ColumnModel & DataStore created and working correctly.

tryanDLS
31 Jul 2009, 6:23 AM
As a new user, why are you posting in the forum for unsupported legacy code?

DantesInferno
31 Jul 2009, 6:25 AM
Because the application that is being modified is written in your 1.x version of ExtJS...

tryanDLS
31 Jul 2009, 6:47 AM
All I can suggest is that you read http://extjs.com/learn/Ext_FAQ_Grid Some of that may not apply to 1.x.

Also try searching with the google search in my sig.

DantesInferno
31 Jul 2009, 6:53 AM
Unfortunately I have exhausted all avenues: Google, forums and tutorials. I was turning to your support team for some insight into this problem. None of the existing examples that I have found pertaining to Grids etc. on your site and the Internet deal with what might seem a trivial matter.

I will keep looking.


Thanks.