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

[Solved] Editing a row, strange renderings

3 Answers 69 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 24 Apr 2009, 09:39 PM
That's the only way to describe it. A picture is worth a thousand words. Any body have any idea what the heck this is about? I can NOT get rid of it... the weirdness around the textboxes: A screenshot


3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Apr 2009, 05:31 AM
Hi Michael,

Which version of the Grid are you using?I tried with InPlace editing in my Grid and it seems okay on my end. Mine is RadControls for asp.netAjax( 2009.1.311.20 )

Shinu.
0
Michael
Top achievements
Rank 1
answered on 26 Apr 2009, 03:03 AM
I'm running the latest... 2009.1.402.35. I have th ecolumns defined that you see listed. However, in the breakpoints, there are 14 columns.... I'm confused why that is and wonder if that's why these are showing up. Is the grid doing something automatic I should know about and need to disable? Some setting on the mastertableview?
0
Dimo
Telerik team
answered on 27 Apr 2009, 11:14 AM
Hello Michael,

The observed issue is caused by a RadFormDecorator / RadGrid CSS styles incompatibility and is observed in IE6. It will be fixed in the next service pack.

Here is a workaround:

CSS

table.rfdRoundedWrapper td
{
    padding:0px !important;
    border:0px !important;
}


Greetings,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Michael
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or