All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Hello,
I'm unable to hide the grid view row separator lines, Please check image and do the needful.
private
void
radGridView1_CellFormatting(
object
sender, Telerik.WinControls.UI.CellFormattingEventArgs e)
{
e.CellElement.DrawBorder =
false
;
}
Hey, Dess
Thank you it's working fine :)