Hello,
The Width of HeaderStyle is working. However, the Height of HeaderStyle is not working.
How can I do to solve this problem?
Thank you for your help.
Minkyu Lee.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="RadGrid.aspx.cs" Inherits="Test_RadGrid" %> <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <telerik:RadGrid ID="RadGrid1" runat="server"> <MasterTableView> <Columns> <telerik:GridBoundColumn DataField="AccountProgram" HeaderText="Account Program"> <HeaderStyle Width="150" Height="40"></HeaderStyle> </telerik:GridBoundColumn> </Columns> </MasterTableView> </telerik:RadGrid> </form> </body> </html> The Width of HeaderStyle is working. However, the Height of HeaderStyle is not working.
How can I do to solve this problem?
Thank you for your help.
Minkyu Lee.
