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

Get type of instance Telerik.Web.UI.RadGrid

1 Answer 171 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Carlos Javier
Top achievements
Rank 1
Carlos Javier asked on 14 Aug 2013, 03:54 PM
how to get class name without TypeOf because this method return "Objet" ?

1 Answer, 1 is accepted

Sort by
0
Carlos Javier
Top achievements
Rank 1
answered on 14 Aug 2013, 04:14 PM
solve the problem.

I used IsInstanceOfType (objetc) to determine if the object is an instance of the class.
'a' is an instance of Telerik.Web.UI.RadGrid

Telerik.Web.UI.RadGrid.isInstanceOfType (a) == true
Tags
Grid
Asked by
Carlos Javier
Top achievements
Rank 1
Answers by
Carlos Javier
Top achievements
Rank 1
Share this question
or