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

Export to html on Vista problem

1 Answer 29 Views
GridView
This is a migrated thread and some comments may be shown as answers.
YuChien Liu
Top achievements
Rank 1
YuChien Liu asked on 28 Jul 2010, 07:26 AM
I export the grid to html file and the content looks like  "aaaa"  "2" instead of table tags.
It only happended on Vista, not other operating systems.

The following is the result exported on Vista
"op" "times"
"aaa" "4"
"bbb" "2"

The following is the result exported on other operating systems with table tags
<table style="border-collapse:collapse" border="1">
<tr>
<td style="width:79">op</td><td style="width:55">times</td></tr>
<tr>
<td>aaa</td><td>4</td></tr>
<tr>
<td>bbb</td><td>2</td></tr>
</table>

Do you have any idea to solve this problem?

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 28 Jul 2010, 07:29 AM
Hi YuChien Liu,

 This is most probably the result from CSV export. Can you reproduce the same on our demo?

Kind regards,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
YuChien Liu
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or