Hi Dimo,
After adding Ids like
.Name("BestPracticesGrid" + Model.Pillar.Id)
.Name("BestPracticesWindow" + Model.Pillar.Id)
in EvaluationFormTab partial view. The problem (window opens for 1sté2nd time and not opens for the rest of time ) still exist. But I think that might have something to with another problem in the post, i.e. Kendo Grid that is supposed to show up after initial click on the tab doesn't. It only shows up after clicking on another tab.
The Kendo Tabstrip (Name("TabStrip")) is initialized as
SelectedIndex(Model.SelectedTabIndex)
But it cannot display the Kendo grid in the tab by SelectedTabIndex initially. What is the problem?
Thanks.