GridView Row Height Problem..
-
I am using GridView1 to populate records. But I have problem with Rows height of GridView1. When GridView1 has more than 10 records then GirdView1 rows height is normal. But when the record count is one...Then Rows height goes bigger and bigger... How to fix this issue?
-
I am using GridView1 to populate records. But I have problem with Rows height of GridView1. When GridView1 has more than 10 records then GirdView1 rows height is normal. But when the record count is one...Then Rows height goes bigger and bigger... How to fix this issue?
What is the height property of the gridview? Make sure the height property of your gridview is not set or blank. If you don't want the grid to be more then a certain height put it inside a div tag and set the height of the div.
I didn't get any requirements for the signature
-
I am using GridView1 to populate records. But I have problem with Rows height of GridView1. When GridView1 has more than 10 records then GirdView1 rows height is normal. But when the record count is one...Then Rows height goes bigger and bigger... How to fix this issue?
You Can set the Row hight property also ....
-
You Can set the Row hight property also ....
-
What is the height property of the gridview? Make sure the height property of your gridview is not set or blank. If you don't want the grid to be more then a certain height put it inside a div tag and set the height of the div.
I didn't get any requirements for the signature
-
div style="max-height: 300px; overflow: auto; width: 600px; height: 300px"
I didn't get any requirements for the signature
-
div style="max-height: 300px; overflow: auto; width: 600px; height: 300px"
I didn't get any requirements for the signature
-
I am using GridView1 to populate records. But I have problem with Rows height of GridView1. When GridView1 has more than 10 records then GirdView1 rows height is normal. But when the record count is one...Then Rows height goes bigger and bigger... How to fix this issue?
This is windows Application " DataGridview1.AutoSizeRowsMode=None " (Set in DataGridview1 properties)