In a grid celltemplate, I am trying the get a value which is in the parent scope of a grid like this
<div sigef-entrees-sorties="grid.getCellValue(row, col)"
type-flux="grid.appScope.typeFlux"/>
but grid.appScope.typeFlux
is undefined. So how can i get this value.
Thanks.