Hi,
Is is possible to disable DataGrid
scrolling ? If yes, how ?
Thanks.
Hi,
Is is possible to disable DataGrid
scrolling ? If yes, how ?
Thanks.
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?