Results 1 to 6 of 6

Thread: [Resolved] GridView and changing row height

Threaded View

  1. #1

    Thread Starter
    Fanatic Member snufse's Avatar
    Join Date
    Jul 2004
    Location
    Jupiter, FL
    Posts
    912

    [Resolved] GridView and changing row height

    I have a GridView set to fill 15 rows per page. If I have less than 15 rows the row height changes. Is there a way to have row height be constant and not change.

    I have temporarily solved this by filling blank rows at the end if less than 15 and this works ok untill I need to sort. Then blank rows shows up.

    I have read that I possible could use RowDataBound event, if this is the case, how does that fit into the following code, when and where a hook up to that event?

    GridView1.DataSource = mySqlDataSet.Tables("JobListTable")
    GridView1.DataBind()
    Last edited by snufse; May 19th, 2008 at 10:00 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width