This question is locked. New answers and comments are not allowed.
Hello Telerik Team,
I am using telerik asp mvc
i have two partial views each partial view contains column chart ajax binding when i call the 2 partials views in one view
@Html.Partial("firstView")
@Html.Partial("secondView")
only the first one is displayed , the second one does not call the function in the controller
and if i do that :
@Html.Partial("secondView")
@Html.Partial("firstView")
the second view is displayed , and the firstview doesnot call the function in the controller so is it not possible to user more that telerik column charts in the same page ?
Thank u,
I am using telerik asp mvc
i have two partial views each partial view contains column chart ajax binding when i call the 2 partials views in one view
@Html.Partial("firstView")
@Html.Partial("secondView")
only the first one is displayed , the second one does not call the function in the controller
and if i do that :
@Html.Partial("secondView")
@Html.Partial("firstView")
the second view is displayed , and the firstview doesnot call the function in the controller so is it not possible to user more that telerik column charts in the same page ?
Thank u,