Mar 19, 2004 #1 vinidel IS-IT--Management Jan 23, 2004 78 US What should be Mapping Name For DataGridTableStyle whose DataGrid DataSource Is An Array Of Objects?
Mar 19, 2004 #2 RiverGuy Programmer Jul 18, 2002 5,011 US That's a good question. A google search yield this: http://www.dotnet247.com/247reference/msgs/14/73560.aspx Upvote 0 Downvote
That's a good question. A google search yield this: http://www.dotnet247.com/247reference/msgs/14/73560.aspx
Mar 19, 2004 Thread starter #3 vinidel IS-IT--Management Jan 23, 2004 78 US Thanks RiverGuy for the link. Well I found the way as follows: dGridContractSno.DataSource() = SpendingPlanData.SplanArray Dim dGridContrStyle As DataGridTableStyle = New DataGridTableStyle dGridContrStyle.MappingName = "ClassSPlan[]" ClassSPlan is the name of a class Upvote 0 Downvote
Thanks RiverGuy for the link. Well I found the way as follows: dGridContractSno.DataSource() = SpendingPlanData.SplanArray Dim dGridContrStyle As DataGridTableStyle = New DataGridTableStyle dGridContrStyle.MappingName = "ClassSPlan[]" ClassSPlan is the name of a class