views:

365

answers:

1

Hi,

Is is possible to disable DataGrid scrolling ? If yes, how ?

Thanks.

A: 

Is the control inside a <DIV> tag? If so the <DIV> tag may create the illusion that the DataGrid is scrollable. The solution would be to delete or modify the style for the div. Is it possible you are refering to Paging?

Could you post some code?

Jonathan
I'm using the DataGrid on a Windows Mobile application. All I want is to be able to scroll on the first table and to produce scroll on the second table as well, while the second table should not display the scroll bar.
thelost