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

Scroll Bar at Insert Item Display

3 Answers 106 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 20 Apr 2011, 02:00 AM

Hi,

                I am using RadGrid,it contains following add,update,delete and multiselect operations,Total no of Columns in my grid is 20.
But am using inline edit ,and i have given MasterTableView width 150%. In edit mode all the controls are coming properly.But while adding, i have mentioned InsertItemDisplay at Bottom.For 20 columns controls are getting overlapped.How to use the mastertableview scroll bar for InsertItemDisplay.

Is it Possible to provide scroll bar for Insert Item display also.
I am using 2008 Q2 release.

Or Is there any Solution in Latest 2011 Q1 Release.


Please Help Me.
Thanks.

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 22 Apr 2011, 09:32 AM
Hello John,

You can specify an explicit width to the Insert edit form and enable scrolling with CSS code:

.rgMasterTable  tfoot  .rgEditForm
{
    width:500px;
    overflow:auto;
}

I hope this helps.

Greetings,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
john
Top achievements
Rank 1
answered on 24 Apr 2011, 10:55 AM
Thanks for your reply.

Can you please tel me how to enable scrolling using CSS.
0
Pavlina
Telerik team
answered on 25 Apr 2011, 09:29 AM
Hi John,

Can you please verify that you have tested the provided code? If it not works for you, it will be best if you send us a simple working project. In that way we can reproduce and pinpoint the problems you're facing on our side, understand the logic of your application and provide a solution.

Best wishes,
Pavlina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
General Discussions
Asked by
john
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
john
Top achievements
Rank 1
Share this question
or