Return to Snippet

Revision: 66452
at May 8, 2014 05:34 by barbedCoil


Initial Code
// have to use full namespace so will work on telerik and not .net grid
foreach (Telerik.UI.Xaml.Controls.Grid.DataGridColumn col in radEProSchedule.Columns)
{
    Debug.WriteLine(col.Header.ToString());
}

Initial URL


Initial Description
Quick loop to get the content of each header in the grid

Initial Title
RadGrid - iterate over columns

Initial Tags


Initial Language
C#