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

Render UI wrong

1 Answer 30 Views
Grid
This is a migrated thread and some comments may be shown as answers.
tuan
Top achievements
Rank 1
tuan asked on 29 May 2010, 06:40 AM

I have developed a webpart in SharePoint Foundation 2010, and use RadGrid control in it. I have following codes:
Panel pnl = new Panel();

 

pnl.ID =

"Panel1";

 

pnl.Attributes.Add(

"style", "Overflow-x:auto");

 

pnl.Width = System.Web.UI.WebControls.Unit.Percentage(100);
pnl.Controls.Add(radGridInstance);
It runs well first. But after scrolling, UI RadGrid appears  a vertical line and no border in header.
I have no set skin of RadGrid.
I have a attached screenshot.
Thanks in advance.
Tuan

 

1 Answer, 1 is accepted

Sort by
0
Mira
Telerik team
answered on 03 Jun 2010, 07:53 AM
Hello Tuan,

When you do not explicitly set a skin to the RadGrid, the Default skin is applied.

I tried to replicate the issue which you described, but to no avail.
Attached to this message, you will find the code which I used for testing.

Please, take a look at it and let me know if there are any differences at your end, which I may be leaving out.

All the best,
Mira
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
Grid
Asked by
tuan
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or