Limits on datagrids?
Posted: Tue Dec 11, 2012 8:20 am
I am trying to create a datagrid that has 1179 columns (with my current set of data) with labels that come in at 26,431 chars, including the returns for the seperators in the list I am using to set the property.
The datagrid itself (the non-heading part) has 25,757 rows, with 3,929,615 chars, most of which are the returns & tabs needed to seperate the items into columns and rows (this is a table showing maingram dataset access - datasets across the top, users and groups down the side, where they intersect and access specifically granted to the dataset - so there are a LOT of empty cells).
Anyway, I can buiold are the datastructures I need in variables, but attmepting to pop eventhing into an existing datagrid causes a complete lockup and eventual force quit.
Any ideas? Am I breaking rules by having so many columns? Do I run into the long single line rules becasue of the way that the datagrid control handles things internally? Am I doomed to wander this howling, ghost haunted wasteland forever?
I suppose if I had to I could paginate everything to a max number of columns, but it's a huge hassle in a already complex program...
Thanks for any assitance or shed light.
The datagrid itself (the non-heading part) has 25,757 rows, with 3,929,615 chars, most of which are the returns & tabs needed to seperate the items into columns and rows (this is a table showing maingram dataset access - datasets across the top, users and groups down the side, where they intersect and access specifically granted to the dataset - so there are a LOT of empty cells).
Anyway, I can buiold are the datastructures I need in variables, but attmepting to pop eventhing into an existing datagrid causes a complete lockup and eventual force quit.
Any ideas? Am I breaking rules by having so many columns? Do I run into the long single line rules becasue of the way that the datagrid control handles things internally? Am I doomed to wander this howling, ghost haunted wasteland forever?
I suppose if I had to I could paginate everything to a max number of columns, but it's a huge hassle in a already complex program...
Thanks for any assitance or shed light.