asp.net - How to get a DevExpress grid to fill a user control -
i quite new asp.net development unsure of how without hardcoding value.
to make aspxgridview occupy container space width, set control's width property 100%. trick won't work height. please note, aspxgridview xhtml compatible control , standard not support setting height property yo 100%. also, should tell grid's height defined content. i.e. if planning show 10 records per page, grid's height identified height of these 10 rows + height of column headers pane, height of pager , other elements (footer, group panel...). if want set control's height directly, suggest activate vertical scrollbar (settings.showverticalscrollbar = true , specify settings.verticallscrollableheight property. property allow define height of of scrollable part (rows). hope, information helpful you.
Comments
Post a Comment