This is a migrated thread and some comments may be shown as answers.

[Solved] Q3 with Vs 2008

2 Answers 207 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nick
Top achievements
Rank 2
Nick asked on 30 Dec 2007, 02:01 AM
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:

        <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.

2 Answers, 1 is accepted

Sort by
0
Vladimir
Top achievements
Rank 1
answered on 01 Jan 2008, 09:46 PM
Nicholas,

Can you try to add reference to the Telerik.Web.Design.dll to see what will be the result?

Vlad
0
Nick
Top achievements
Rank 2
answered on 02 Jan 2008, 03:25 AM
Vlad,
That corrected the problem. 
Nick
Tags
Grid
Asked by
Nick
Top achievements
Rank 2
Answers by
Vladimir
Top achievements
Rank 1
Nick
Top achievements
Rank 2
Share this question
or