Finally got the grid designer up by manually registering Telerik.web.ui.dll into the GAC (this seems to be a common problem). Tried to create a column in the column editor.
It added this:
Which causes this error:
Error 1 Telerik.Web.UI.GridColumnCollection must have items of type 'Telerik.Web.UI.GridColumn'. 'Telerik.Web.UI.GridBoundColumn' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'. E:\ProjAspNet\TaskMan\home\Default.aspx 81
I've restarted and duplicated this problem twice.
Kinda suprised to see this level of errors.
It added this:
| <Columns> |
| <telerik.web.ui.gridboundcolumn currentfilterfunction="NoFilter" |
| datafield="cProject" filterlistoptions="VaryByDataType" |
| forceextractvalue="None" headertext="Project" uniquename="cProject"></telerik.web.ui.gridboundcolumn> |
| </Columns> |
Which causes this error:
Error 1 Telerik.Web.UI.GridColumnCollection must have items of type 'Telerik.Web.UI.GridColumn'. 'Telerik.Web.UI.GridBoundColumn' is of type 'System.Web.UI.HtmlControls.HtmlGenericControl'. E:\ProjAspNet\TaskMan\home\Default.aspx 81
I've restarted and duplicated this problem twice.
Kinda suprised to see this level of errors.