|
||
You can modify the appearance of the QueryDataGrid control by setting the standard properties of the ASP.NET DataGrid control (inherited through the BasicDataGrid). You can find more details on particular properties in the .NET Framework documentation for the DataGrid class.
A common way to set the appearance of this control is to assign a skin through the SkinID property. Skins can be defined in .skin files under individual themes in the App_Themes folder. More information can be found in the .NET Skins and Themes documentation.