This question is locked. New answers and comments are not allowed.
Hi Telerik Team,
Im getting the execption: System.OutOfMemoryException in RadDocument with a huge string!!!
My text is a table, something like this:
It always works, but now i have 20.000 rows in my table, and it crashes in : RadDocument doc = new XamlFormatProvider().Import(text) --> System.OutOfMemoryException
Any ideas how to workaround this limitation?
Thanks!!
DLL Version: 2012.1.326.1050
Im getting the execption: System.OutOfMemoryException in RadDocument with a huge string!!!
1)string text = sb.ToString();2)RadDocument doc = new XamlFormatProvider().Import(text);3)this.radRichTextBox.Document = doc;My text is a table, something like this:
..... <t:Table GridColumnWidthsSerializationInfo="" LayoutMode="AutoFit" PreferredWidth="Auto" StyleName="TableGrid" TableIndent="0"> <t:TableRow> <t:TableCell ColumnSpan="1" RowSpan="1"> ... </t:TableCell> </t:TableRow> .......... </t:Table>....It always works, but now i have 20.000 rows in my table, and it crashes in : RadDocument doc = new XamlFormatProvider().Import(text) --> System.OutOfMemoryException
Any ideas how to workaround this limitation?
Thanks!!
DLL Version: 2012.1.326.1050