Sales
1-888-9DOTNET
.CusorChange
{
//border color is based on grid color
border-color: #96C5F3 !important;
border-style: none none solid solid !important;
border-width: 0.5px 0 1px 1px !important;
padding-left: 4px!important;
padding-right: 4px!important;
//to set hand pointer
cursor:pointer!important;
}
void GridGroupingControl1_QueryCellStyleInfo(object sender, Syncfusion.Web.UI.WebControls.Grid.Grouping.GridTableCellStyleInfoEventArgs e)
{
if (e.TableCellIdentity.TableCellType == GridTableCellType.RecordFieldCell || e.TableCellIdentity.TableCellType == GridTableCellType.AlternateRecordFieldCell)
{
if (e.TableCellIdentity.Column != null)
{
if (e.TableCellIdentity.Column.MappingName == "Name")
{
e.Style.CssClass = "CursorChange";
}
}
}
}
<syncfusion:GridGroupingControl ID="GridGroupingControl1"
Height="300"
PageSize="20" DataSourceCachingMode="ViewState" AutoFormat="Office 2007 Blue" runat="server" ShowSearchBox="True">
About Syncfusion
Founded by industry experts in 2001, Syncfusion, Inc. provides the broadest range of enterprise-class software components and tools for the Microsoft .NET platform. With Syncfusion, developers can move beyond simply coding applications to delivering real business innovation—the elegant user interfaces, business intelligence dashboards, and sophisticated reporting that today's business users need, in the formats they demand.