This question is locked. New answers and comments are not allowed.
Hi,
We have a requirement to bind the grid dynamically based on few perameters. So we have placed the telerik grid in a partial view and will bind the grid based on the model passed to it. We are currently binding the grid using custombinding set to true.
The issue is when we render the partial view by getting the HTML using $.ajax method I am getting the below error
"Object doesn't support this property or method"
When I debug the error I found that the error is due to the method "tGrid" called while initializing the grid. Java script is unable to find this method. When I directly render the partial view using @Html.Partial method, grid is rendered without any issues.
Can you please help me with this issue.
Thanks
Ramesh M
We have a requirement to bind the grid dynamically based on few perameters. So we have placed the telerik grid in a partial view and will bind the grid based on the model passed to it. We are currently binding the grid using custombinding set to true.
The issue is when we render the partial view by getting the HTML using $.ajax method I am getting the below error
"Object doesn't support this property or method"
When I debug the error I found that the error is due to the method "tGrid" called while initializing the grid. Java script is unable to find this method. When I directly render the partial view using @Html.Partial method, grid is rendered without any issues.
Can you please help me with this issue.
Thanks
Ramesh M