Hi,
Need help in customizing the IgGrid. Additional information is available in attached document.
We want IgGrid layout similar to the first screenshot attached in the document.
Questions:
3. When I set the ShowHeader property to false, the grid alignment is going for a toss.
_$displayTitleAndFootageGrid.igGrid({
autoGenerateColumns:false,
height:"275px",
width:"1190px",
alternateRowStyles:false,
primaryKey:'PrimarydisplayKey',
columns: [
{ headerText:"", key: "PrimarydisplayKey", dataType: "string", width: '0px', hidden: true },
{ headerText:"", key: "DisplayTitle", dataType: "string", width: "300px", hidden: true },
{ headerText:"", key: "PreDisplayVersionId1", dataType: "string", width: '1px' },
{ headerText:"", key: "RevisedReissuedComboIndicatorValue", dataType: "string", width: "60px", formatter: gridHelper.revisedReissuedComboIndicatorValue },
{ headerText:" ", key: "PredisplayKey1", width: "25px", formatter: _buildCheckBox },
{ headerText:" ", key: "FootageSize1", width: "110px", dataType: "string", formatter: _footageFormatter },
{ headerText:"", key: "PredisplayKey2", width: "25px", formatter: _buildCheckBox },
{ headerText:" ", key: "FootageSize2", dataType: "string", width: "110px", formatter: _footageFormatter }
],
features: [
{name:'GroupBy',
columnSettings: [
{
columnKey:"DisplayTitle",
isGroupBy:true,
groupComparerFunction: _groupByDisplayTitle
}
]
Thanks in advance for your support,
Veena
Hello,
Let me know if I may be of further assistance.
PFA the grid layout which is same as the one shared in this chain earlier. The attachment has the input model which we are trying to bind it to the grid.
Please suggest which grid suits our requirement.
Note: Display Title and indicator(eg: first cell value of row 1, 3, etc in screen shot attached) might have more than one footages which has to be displayed in the row below, it should be restricted to 7 columns , but can extend to more than one row. so we are constructing this as a IEnumerable collection.
The data is dynamic and is pulled in from the database.
Thanks,