G
Guest
I have 3 datasets I rotate to my datagrid
I apply a style to each like this and cause the grid ( gridTX ) to expand..
When I look in the debug window at the datasouce attached to the grid, those that work have a tables collection andI can see the List. In the one that is not autoexpanding correctly I can see the table name but no Tables and List. I dont know why that would appear different and if is related .. ideas ( instead I see the tablename hyperlinked & must click on it ). The table in question is a simple 2 column table and is not heiracheal. Is there a property I must address ? I load the data myself to this data set & table. Once clicked on everthing is OK. Thanks Andre
private void AttachXMLdrivenStyle(string mappTableName
string fiPath=Application.StartupPath + @"\tablestyle.xml"
AWUtilityWinForm myStyleBuilder = new AWUtilityWinForm( fiPath)
myStyleBuilder.addXMLDriveTableStyle(gridTX,mappTableName)
gridTX.Expand(-1)
}
I apply a style to each like this and cause the grid ( gridTX ) to expand..
When I look in the debug window at the datasouce attached to the grid, those that work have a tables collection andI can see the List. In the one that is not autoexpanding correctly I can see the table name but no Tables and List. I dont know why that would appear different and if is related .. ideas ( instead I see the tablename hyperlinked & must click on it ). The table in question is a simple 2 column table and is not heiracheal. Is there a property I must address ? I load the data myself to this data set & table. Once clicked on everthing is OK. Thanks Andre
private void AttachXMLdrivenStyle(string mappTableName
string fiPath=Application.StartupPath + @"\tablestyle.xml"
AWUtilityWinForm myStyleBuilder = new AWUtilityWinForm( fiPath)
myStyleBuilder.addXMLDriveTableStyle(gridTX,mappTableName)
gridTX.Expand(-1)
}