If I have a complex data type (array of structures of arrays etc) and want to use a limited amount of the data to populate a data grid while maintaining a reference to the original data, how do I do that?
What I mean, is, if I had (easy example) an array of 10 items, and I only wanted the items at position 3,6,7 used to populate the data grid (I could populate the grid by looping over the data and getting the correct keys) how would I maintain a reference to the original key or position in the array? Is there a way to have more data connected to a row in the data grid than what is being displayed? Like can I have an ID column that is not shown? Or a data column that holds an array that is not displayed in the grid? Thanks for the help! ------------------------ Yahoo! Groups Sponsor --------------------~--> Home is just a click away. Make Yahoo! your home page now. http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/XGgtlB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Microsofts_C_Sharp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
