This is a migrated thread and some comments may be shown as answers.

radgrid and tooltips

1 Answer 89 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Willem
Top achievements
Rank 1
Willem asked on 17 Feb 2011, 03:06 PM
Hi,

I have a radgrid with a column called "description". the description datafield holds a large string, so i cut the string in the grid inside the "itemdatabound" event. In this section of the code, i add a tooltip to that particular cell holding the complete description text.

my problem is that when a user exports the grid to a word document, the cell holds the -cut- text, and not the complete description field. is there a way to send t he complete field to the word document?

thx in advance.
Willem

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 Feb 2011, 11:40 AM
Hello Willem,


Keep a global flag (Export flag "isExport" like in below documentation) and set the cell text based on the flag. A similar approach, you can find here.
Word/Excel export (HTML-based)


-Shinu.
Tags
Grid
Asked by
Willem
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or