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

Grid with html data is not work properly ..

4 Answers 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
MrHoso
Top achievements
Rank 1
MrHoso asked on 29 May 2008, 01:09 PM
Hi,

I have a datatable and that contains some html tags. And this is uses as a datasource of grid. And i want to use grid scroll's and frozencolum property with that. And want to see grid lines. But some thing is wrong.

I serialize the data to xml file and make a simple page. You can download and see from http://www.piworks.net/test/gridtest.rar and you can see the screeshot from http://www.piworks.net/test/screenshot.jpg

Regards

Ahmet HOSO

4 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 May 2008, 04:32 AM
Hi,

Try increasing the Width of the Grid. Have you set the GridLines =" Both" ?

ASPX:
<MasterTableView   Width="900px"  GridLines="both" DataSourceID="SqlDataSource1" > 


Thanks
Shinu.
0
MrHoso
Top achievements
Rank 1
answered on 30 May 2008, 06:03 AM
Hi Shinu,

Please check my sample. You can see the grid width = 600 i try to change it to 900 but result is same. and GridLines="Both"

Regards

Ahmet HOSO
0
MrHoso
Top achievements
Rank 1
answered on 11 Jun 2008, 11:34 AM
Hi,

I am already waiting for this question response. Is there any body who can answer my question.
0
Daniel
Telerik team
answered on 11 Jun 2008, 02:52 PM
Hi MrHoso,

I investigated your case but unfortunately I am unable to reproduce the issue presented in the screenshot. Please test the attached project and let me know if you have the same problems.

It is possible to experience such an issue if you have ItemStyle Wrap=false and in the meantime your content is too long to fit withing your fixed size RadGrid columns.

Kind regards,
Daniel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
MrHoso
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
MrHoso
Top achievements
Rank 1
Daniel
Telerik team
Share this question
or