ryansuitposungkono / openjs-grid

Automatically exported from code.google.com/p/openjs-grid
0 stars 0 forks source link

Select a row. Change one row to edit mode. Grid for details #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I need to select a row.
2. Change one row to edit mode
3. Grid for details

What is the expected output? What do you see instead?
1. Select a row and send the id or the info of this one
2. Select one row and change this one to edit mode
3. I'm desing' a grid, not like this one, is for details. Is in vertical form, 
and it shows, edit and insert one by one. What a need is to select one row from 
the grid and this row appears in this new grid for details, so this new grid 
should be easy to modify the data.

What version of the product are you using? On what operating system?
1.8 and W7

Please provide any additional information below.
sorry about all my need.
this is a big proyect that i'm traslating from asp.net to php, that why i need 
a details grid

Original issue reported on code.google.com by brai...@gmail.com on 17 Oct 2011 at 10:57

GoogleCodeExporter commented 9 years ago
on a row, you can create a link with the link attribute and using the {ROWID} 
token you can link to a new grid

so

<th col="order_items" link="/orders/items/{ROWID}">Go to Order Items</th>

Original comment by Seancla...@gmail.com on 16 Nov 2011 at 5:37