Posted 22 January 2019, 10:05 am EST
Hi,
is it possible to use knockout databind to set the headertext of a flexgrid column?
Example:
normally, I would define my columns like this:
<div style="height: 30px; width: 40px;" data-bind="wjFlexGridColumn: { header: 'Country', binding: 'country', width: '90', isReadOnly: false }">
where country is of course a property of the itemsSource and Country would be the headertext in verbatim.
Now, I have a variable ‘selectAll’ which I set via knockout. How would I set the headertext, so that it shows 'selectAll’s value?
