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
100
igGrid with knockout
posted

Hello 

I wonder if it is possible to use KO extend as a formatter for the grid. For example in a pure KO table I use: ko.observable($data.Price).extend({money: $data.Currency }) when the result is usually something like $1.00 or €2,00 or else.

I wonder if the current formatter: function(val) {return 'something';} can handle the KO extend functionality.

Thanks

Herald