Hi,
if i use the grouping feature and hide the colum which is grouped by, this field will not show at edit form.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
$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