Hi,
Why does getCellByColumnUniqueName only work for visible columns? If I use it to get a cell value for a column that has visible=false then it returns null.
Display property indicates whether the cells
corresponding to a
column should be rendered with a 'display:none' style attribute (and hence we can access the values) . Visibleproperty is useful if you do not want to show/hide a
column or completely prevent cells from rendering, server-side.