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

Vertical Scroll Issue

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
dimrud
Top achievements
Rank 1
dimrud asked on 03 Dec 2010, 07:01 PM
Hello,
I have an issue with Client binding and Vertical scrolling
When I am using regular binding with <asp:SqlDataSource ID="SqlDataSource1"  it works fine ( please see image 1) I have special column for scrolling . Once I am using  Client binding like :
 tableView.set_dataSource(result);
 tableView.dataBind();
I am getting no special column for vertical scroll and than I have many rows and scroll appears it moves all information left (see image number 2)

Please advise !!!


1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 09 Dec 2010, 09:32 AM
Hi Dimrud,

You can refer to the online example below which demonstrates a similar functionality and see what is the difference in your case. 
http://demos.telerik.com/aspnet-ajax/grid/examples/client/virtualscrollpagingclientbinding/defaultcs.aspx

Best wishes,
Pavlina
the Telerik team
Browse the vast support resources we have to jumpstart 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
Grid
Asked by
dimrud
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or