Hi,
1. How to set the default row height for the WebDataGrid control
2. How to set the Empty Data Text?
3. How to adjust the height of the header?
Thanks in advance
Vinay
You can style the header by assigning your own CSS class to the HeaderCaptionCssClass property. You can style the row height by assigning your own CSS class to the ItemCssClass property. When creating your CSS classes please be aware that WDG uses CSS selectors and you'll need to match these. (The easiest way would be to change these styles in AppStylist).
I am not sure what you mean by the Empty Data Text , but if you mean when the grid has no rows, how to change the text that gets displayed there, you can create an Empty Rows Template, for the grid.
Thanks,
Olga