Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
On Selecting row template cells shows raw html
posted

This is how column definitions are

gridBrfColumnDef: [
{ key: 'Id', headerText: '', template: '<a ng-if="${IsEditable} && isWork" href="#/act/bf/edit?entityid=${Id}&workd=${id}">View</a> <a ng-if="${IsEditable} && !isWork' href="#/budgetrequestform/edit?entityid=${Id}&workid=${WorkflowStepId}">View</a>', width: "55px", dataType: "string", hidden: false },
{ key: 'ParentCompany', alternativeName: "Entity", headerText: 'Entity', width: "80px", dataType: "string", hidden: false },
{ key: 'Number', headerText: 'No.', width: "80px", dataType: "number", hidden: false },
{ key: 'AddedBy', headerText: 'Added By', width: "90px", dataType: "string", hidden: false },
{ key: 'Init', headerText: 'Initiative', width: "100px", dataType: "string", hidden: false },
{ key: 'RAE', headerText: 'RaE: "80px", dataType: "string", template: '<div title="${RationalToolTip}">${Rational}</div>', hidden: false },
{ key: 'PRO', headerText: 'Project', width: "120px", dataType: "string", hidden: false }]

Following steps gives the issue-

Select Group BY option

Drag any column 

Select any row

Hide any column

Then in selected row Id columns shows raw html content : 

< class="ui-iggrid-selectedcell ui-state-active"a ng-if="true && isWorkflow" href="#/act/bf/edit?entityid=${Id}&workd=${id}">View

Parents Reply Children
No Data