Hello,
I was running into problems with too much text being displayed in certain columns within my grid. In ItemDataBound() I used the text.substring method (C#) to shorten the data to appropriate length. This was done similar to the directions provided in this post:
http://www.telerik.com/forums/limit-amount-of-text-shown-in-data-column
Meanwhile I have implemented the Grid Excel export functionality. Unfortunately, my data within the Excel export is incomplete because it is being shortened to fit my columns.
How can I limit the amount of text shown in a column, but still export all data when using the Excel export functionality?
Thanks,
Matt