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

Grid Horizontal Scroll Bar

2 Answers 157 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nikhil Kashyap
Top achievements
Rank 1
Nikhil Kashyap asked on 17 Jun 2010, 07:47 AM
Hi,
    I have a Telerik MVC Grid inside a user control which i m using inside a div like this :

<

 

table style="width: 100%">

 

 

    <tr>

 

 

        <td>

 

 

            <div id="divItems2" style="width: 100%; overflow: auto">

 

                    <% Html.RenderPartial(

"GridView", Model.SearchResults); %>

 

 

            </div>

 

 

        </td>

 

 

    </tr>

 

 

</table>

 


But this is not working, as i get horizontal scroll bar in the browser instead of grid. Giving the div width here in pixels works fine but i dont want to do that.
I want a horizontal scroll bar for the grid/div and the width to be set to 100% and not to fixed pixels so it works fine for all resolutions. Could you please help how to achieve this.

Regards
Nikhil Kashyap
Customer ID : JT359876

2 Answers, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 17 Jun 2010, 08:15 AM
Hi Nikhil Kashyap,

I am not sure what the problem is caused by. It may be due to a CSS conflict, improper grid configuration etc.

Please open a support ticket and send us a sample project showing the problem you are facing.

Regards,
Atanas Korchev
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
0
Adam
Top achievements
Rank 1
answered on 02 Nov 2010, 04:35 PM
We have the same problem - is there a resolution?
Tags
Grid
Asked by
Nikhil Kashyap
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Adam
Top achievements
Rank 1
Share this question
or