hi
i am happy to discover the pdf export feature.
Now i try to export a grid with group using the checkbox option:
obj.groupModel = {
checkbox: true,
checkboxHead: true,
on: true,
dataIndx: ["titel"],
menuItems: ["grandSummary"],
summaryInTitleRow: "all",
titleInFirstCol: true,
fixCols: false,
indent: 320,
collapsed: [false, true],
title: [
"{0} ({1})",
"{0} - {1}"
]
when i want to export some of the checked records (option selection:"row" , nothing gets exported)