KendoCoreTabStripGridStickyAndForeignColumn.zip
Scenario:
The Grid resides in a PartialView and this View is loaded as Content for a TabStrip.
When the Grid has both a Sticky and ForeignKey columns, the following error is thrown:
I have tested it with Kendo versions and the error is not there.
The error also does not appear when the page is loaded directly, e.g.:
<partial name="_GridPartialView" />
@await Html.PartialAsync("_GridPartialView")
I have create a new project using the code given by the customer and attaching it to the post.
Ticket ID: 1699495