D
dust
I have a GridView with allowpaging=true.
I set the PageSize to 5.
I take the data from an xml file and correctly manage the paging with
the PageIndexChanging event.
The problem is that my GridView can't have a Height > 300px.
But if the text displayed on the items is too long, the height of the
GridView automatically increase to fit it.
Is it possible to fix the maximum height of my GridView?
I set the PageSize to 5.
I take the data from an xml file and correctly manage the paging with
the PageIndexChanging event.
The problem is that my GridView can't have a Height > 300px.
But if the text displayed on the items is too long, the height of the
GridView automatically increase to fit it.
Is it possible to fix the maximum height of my GridView?