Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - karan.chauhan

Pages: [1]
1
I am using version 2.3.0 of pqgrid. I am facing one issue that filters also searching html tags and its attributes. I am getting data in HTML format for some columns. When user try to search anything then filters treating that HTML tags as a string. See attached screenshots.

2
I am using version 2.3.0 of pqgrid. I am facing one major issue. When i hide any column that is coming under colspan columns from hide/show toggle option, then my merged cell include next cell inside merged cells. See my screenshots it will clear my problem.
I am using following code to merge cells:

let cellattr = {
     mediaTemplate: { 'colspan': 5, style: 'color:red;text-align:left;' },
     endUserRightsTemplate:{ style: 'display:none;' },
     businessOutletsTemplate:{ style: 'display:none;' },
     territoryTemplate:{ style: 'display:none;' },
     languageTemplate:{ style: 'display:none;' },
};

resultDataInner['pq_cellattr'] = window.$.extend(true, {}, cellattr)
resultDataInner['mediaTemplate'] = '<div class="td-column-red-color text-center">No Net Rights</div>';

Pages: [1]