Hello,
I'm confused as to why I can't seem to find the Name property of a GridViewTemplate. I get "Name is not a member of Telerik.WinControls.UI.GridViewTemplate." Any ideas?
Thanks,
Dan
I'm confused as to why I can't seem to find the Name property of a GridViewTemplate. I get "Name is not a member of Telerik.WinControls.UI.GridViewTemplate." Any ideas?
Thanks,
Dan
Public Sub SaveGridLayout(ByRef grd As RadGridView, Optional ByRef gvt As GridViewTemplate = Nothing) If gvt Is Nothing Then gvt = grd.MasterTemplate End If Dim Layout As String = grd.Name & "_" & gvt.Name