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

Grid Position

3 Answers 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Christian
Top achievements
Rank 1
Christian asked on 28 Apr 2009, 03:20 PM
Dear Support,

I have a Radgrid on my Page. If I interact with the Grid for example
I scroll to another Page or group by the grid position automaticly
move down from the initial top positionen of the page. I thing 50 px.

I can't find an error. I use the embadded Office 2007 Skin. But
also with other Skins happend this behavior.

Thanks in advance.

Christian

3 Answers, 1 is accepted

Sort by
0
Christian
Top achievements
Rank 1
answered on 29 Apr 2009, 08:05 AM
Hi again,

someone an idea?

Thanks alot.
Chrisitan
0
Accepted
Dimo
Telerik team
answered on 29 Apr 2009, 08:31 AM
Hello Uwe,

We will need a runnable web page (or a live URL) in order to reproduce this issue and investigate it. Thank you.

Kind regards,
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.
0
Christian
Top achievements
Rank 1
answered on 30 Apr 2009, 08:28 AM
HEllo DImo
 I found the problem,

In my DIV i have first a hidden input control and then the radgrid

 

<div class="StylesAppLogWorkbench">

 


    <

 

input type="hidden" id="radGridClickedRowIndex" name="radGridClickedRowIndex" />

 

    ..

 

    <telerik:RadGrid

 

 

        ID="RadGrid1"

 

    ...

</div>

If I put the hidden input out of the DIV with the grid it works fine:

<
input type="hidden" id="radGridClickedRowIndex" name="radGridClickedRowIndex" />


<
div class="StylesAppLogWorkbench">

 

   

 

    ..
    <telerik:RadGrid

 

 

        ID="RadGrid1"

 

    ...
</div>

Thanks and a nice weekend.

Christian
Tags
Grid
Asked by
Christian
Top achievements
Rank 1
Answers by
Christian
Top achievements
Rank 1
Dimo
Telerik team
Share this question
or