Ask a Question related to ASP.NET General, Design and Development.
-
Serdar Kalaycý #1
DataGrid.Height
I have a DataGrid in my WebForm. I set its Height propert to 1px because if
I give it a big number and there's less records then expected, it extends
the rows giving a silly layout. So it gets longer as the records appear. But
I'd like to add some textboxes to add a new record to the database (as I
see, there's no method of datagrid to add new records) below the DataGrid
and I'd like to set their Location dynamically exatly where the DataGrid
ends, but DataGrid.Height property returns 1px, instead of its real height.
Can anyone suggest anything?
Thanks in advance
Serdar KALAYCI
--
Serdar Kalaycý Guest
-
datagrid variable row height and setting a max rowheight
i'm looking for a way to allow variable row height to true but set a max row height and if it exceeds this height, a scrollbar would be accessible.... -
Flexible Height of Datagrid
Hi, I'm newbie in flex, I have a problem in datagrid. The contents of my datagrid comes from database, the problem is i wanted to have the height of... -
how can i get the apropos height of the dataGrid?
i have used the codes: dg.height=dg.headerHeight+dg.rowHeight*dg.length+2; so that i can let the datagrid have the apropos height. but when... -
Datagrid row height changes depending on number of items?
I'm fairly new to datagrids, I hope folks bear with me. . . I've added several bound datagrids to a web application I'm creating; I added the... -
Datagrid Height
I am trying to a datagrid into a small space and can't get it to conform. Any way to beat the minimum height of the datagrid so that it will show...



Reply With Quote

