Posted 28 April 2020, 1:26 pm EST
I am loading flexgrid dynamically based on the records in “result”(PFB). But grid not displaying the column if all the values for a particular column in itemsSource is null.
Eg : if “result” have 28 columns and out of that all the values for 3 columns are null then grid only displays 25 column by excluding these 3 columns
I need to display all the columns in “result” even though if all the values for the particular column are null. Please advice
<wj-flex-grid
[itemsSource]=“result”
[isReadOnly]=“true”
[stickyHeaders]=“true”
[showMarquee]=“false”
[showSort]=“true”
[allowAddNew]=“false”
[allowDelete]=“false”
(formatItem)=“formatItem(flexGrid,$event)”
(itemsSourceChanged)=“itemsSourceChanged(flexGrid,$event)”
(initialized)=“gridInitialized(flexGrid,$event)”>
<wj-flex-grid-filter #gridFilter>