I enabled paging in my gridview. It pages normally, but when I display 3 items instead of 10, the rows height changes proportionally to suit the gridview height. How can I make the rows be in fixed height! no matter how many items i have on a particular page in Gridview
Share
Don’t specify a height for the gridview.
If your rows are larger from columns which have a lot of text, then use maybe something like this around your content:
Better to move into a css class instead of style but that is basically what you need.