I can populate a datagrid with db records but I want to place an Edit button in a column for each row that's displayed so that the user can click on the Edit button and navigate to another state (to update that record). I need to attach the id of that record into that Edit button as well. Any examples would be greatly helpful, specifically using a web service (I'm calling a coldfusion page to retrieve those db records) rather than an embedded array. How do I use an item renderer to accomplish this? thanks!
Start Free Trial