|
-
May 15th, 2008, 01:37 PM
#1
Thread Starter
Fanatic Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|