or
I a newbie in telerik and I try to make a Menu / Mega Drop-Down. But I have a problem with the Quickstart
I need install this it
Where I can download this Quickstart?
if (!list.Contains(e.Row.Cells.GetCellByName("TagID"
{
if (e.RowType == GridExportExcelMLRowType
{
Int32
e.Worksheet.Table.Rows.Remove(e.Row); // remove rows worked
}
}
{
e.Worksheet.Table.Columns.RemoveAt(3); // want to remove TagID column from excel display (index id is 3) but didn't work
}
Please help!