Hi
I need alternative for the following Properties available in Januses Grid Control, I am converting my application from Januses to Telerik.
Grd.AlternatingColors = True
Grd.BackColor = Color.FromArgb(211,228,249)
Grd.AlternatingRowFormatStyle.BackColor = Color.FromArgb(211,228,249)
Grd.ControlStyle.ControlColor = Color.FromArgb(103,147,223)
Grd.ControlStyle.ScrollBarColor = Color.FromArgb(232,238,250)
Grd.HeaderFormatStyle.BackColor = Color.FromArgb(103,147,223)
Grd.HeaderFormatStyle.BackColorGradient = Color.WhiteSmoke
Grd.SelectedFormatStyle.BackColor = SystemColors.Highlight
Grd.TableHeaderFormatStyle.BackColor = Color.WhiteSmoke
Grd.RowFormatStyle.BackColor = Color.FromArgb(232,238,250)
Grd.RowFormatStyle.ForeColor = Color.FromArgb(253,255,237)
Grd.FocusCellFormatStyle.BackColor = Color.FromArgb(253,255,237)
Grd.GridLines = GridLines.Vertical
Grd.GridLineStyle = GridLineStyle.Solid
Grd.VisualStyle = VisualStyle.Office2003
Grd.GroupRowFormatStyle.BackColor = color.fromArgb(211,228,249)
Grd.GroupRowFormatStyle.BackColorGradient = Color.WhiteSmoke
This seems very difficult to get alternative for all the above properties. I hope Telerik Support knows and can help me out quickly. I am sure some of the above properties are not available as built-in, but i hope an alternative from telerik team would be confered.
I need alternative for the following Properties available in Januses Grid Control, I am converting my application from Januses to Telerik.
Grd.AlternatingColors = True
Grd.BackColor = Color.FromArgb(211,228,249)
Grd.AlternatingRowFormatStyle.BackColor = Color.FromArgb(211,228,249)
Grd.ControlStyle.ControlColor = Color.FromArgb(103,147,223)
Grd.ControlStyle.ScrollBarColor = Color.FromArgb(232,238,250)
Grd.HeaderFormatStyle.BackColor = Color.FromArgb(103,147,223)
Grd.HeaderFormatStyle.BackColorGradient = Color.WhiteSmoke
Grd.SelectedFormatStyle.BackColor = SystemColors.Highlight
Grd.TableHeaderFormatStyle.BackColor = Color.WhiteSmoke
Grd.RowFormatStyle.BackColor = Color.FromArgb(232,238,250)
Grd.RowFormatStyle.ForeColor = Color.FromArgb(253,255,237)
Grd.FocusCellFormatStyle.BackColor = Color.FromArgb(253,255,237)
Grd.GridLines = GridLines.Vertical
Grd.GridLineStyle = GridLineStyle.Solid
Grd.VisualStyle = VisualStyle.Office2003
Grd.GroupRowFormatStyle.BackColor = color.fromArgb(211,228,249)
Grd.GroupRowFormatStyle.BackColorGradient = Color.WhiteSmoke
This seems very difficult to get alternative for all the above properties. I hope Telerik Support knows and can help me out quickly. I am sure some of the above properties are not available as built-in, but i hope an alternative from telerik team would be confered.