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

Urgent - No mapping exists from object type Telerik.Web.UI.GridTableCell to a known managed provider native type.

1 Answer 163 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Abdul Kadar
Top achievements
Rank 1
Abdul Kadar asked on 26 Oct 2008, 06:27 AM
Hi I tried the radgrid examples from TelerikRadControlsAspNet_tutorial.pdf
I tried the Adding Detail Information on the grid ( 2.1.3. Adding Detail information).When I run the application i got the error msg,when I clicking on the + node.

No mapping exists from object type Telerik.Web.UI.GridTableCell to a known managed provider native type.

Pls help me regarding this

1 Answer, 1 is accepted

Sort by
0
Abdul Kadar
Top achievements
Rank 1
answered on 26 Oct 2008, 06:32 AM

If e.CommandName = "ExpandCollapse" Then

Session("CustomerID") = e.Item.Cells(2).Text

End If

This error occurs because of missing of the word (.text) in e.Item.Cell(2).Text in the itemcommand event of the grid.

Tags
Grid
Asked by
Abdul Kadar
Top achievements
Rank 1
Answers by
Abdul Kadar
Top achievements
Rank 1
Share this question
or