Adding DataColumns becames slow
-
I have a :mad: trouble with my pretty big DataTable with 400 columns. Suddenly adding these columns becames very slow (5min instead of 0,5s). May be someone know what's happend? DataTable is empty while adding, has primary key and view sort defined and initially 6 columns. It contains to DataSet with some tables with data and have no relations. I don't remember any change in this part of code but this may be Alzheimer. Hi, AW
-
I have a :mad: trouble with my pretty big DataTable with 400 columns. Suddenly adding these columns becames very slow (5min instead of 0,5s). May be someone know what's happend? DataTable is empty while adding, has primary key and view sort defined and initially 6 columns. It contains to DataSet with some tables with data and have no relations. I don't remember any change in this part of code but this may be Alzheimer. Hi, AW
Solved. If DataTable is displayed in DataGrid time to modify it is terribly long :laugh: Hi, AW