This question is locked. New answers and comments are not allowed.
Hi,
I have a strange issue in MVC when opening a page in telerik window from java script.
I have a telerik MVC grid and a button which opens a page in a telerik window. When i click on the button my page opens in the window without any issues. When i close the window and try to access the grid 'tGrid' properties using the below code, the value seems to be undefinned.
I have a strange issue in MVC when opening a page in telerik window from java script.
I have a telerik MVC grid and a button which opens a page in a telerik window. When i click on the button my page opens in the window without any issues. When i close the window and try to access the grid 'tGrid' properties using the below code, the value seems to be undefinned.
$(
'#' + gridID).data('tGrid')
On further investigating this issue i found that jQuery.telerik is even undefined. Can you please help me on this issue. I am tring to find a solution since 2 days and with no luck.
Thanks
Ramesh M