You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using expandable grid, while expanding getting below error:
You have not set the expandableRowTemplate, disabling expandable module.
I have defined $scope.gridOptions = {
expandableRowTemplate:'/../../Scripts/app/components/BatchManagement/expandableRowTemplate.html',
expandableRowHeight: 150,
expandableRowScope: {
subGridVariable: 'subGridScopeVariable',
}
}