RE: [flexcoders] datagrid dataprovider Flex 2.0

2006-11-27 Thread Tracy Spratt
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sunilpatel_10 Sent: Monday, November 27, 2006 2:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid dataprovider Flex 2.0 - I have two tables - "Categoris" and a child table called "Items" as follows Categories

[flexcoders] datagrid dataprovider Flex 2.0

2006-11-27 Thread sunilpatel_10
- I have two tables - "Categoris" and a child table called "Items" as follows Categories -> Code, Description Items -> Code, Description, Categories_id - I hava a hibernate named query "all.items" that gets me all the ITEM table records and corresponding "categories" in "myRecA