Hi,
if i use the grouping feature and hide the colum which is grouped by, this field will not show at edit form.
$grid->setGridOptions(
[
'sortname' => 'mSichtbar,mSort',
'grouping' => true,
'groupingView' => [
'groupField' => [
'mFachbereich', ],
'groupColumnShow' => [false],
'groupText' => ['<strong>{0} - {1} Worker</strong> '],
'groupDataSorted' => true,
'groupSummary' => [false],
],
'rowNum' => 100,
'rowList' => [100, 200],
]);
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top