It seems the editors don't support a knockout dataSource yet. Is this correct?
I am asking because I dislike the row updating in Infragistics grid and want to make my own form using the knockout datasource and infragistics components.
Hi Erwin,
When using any of the editors you can bind single value on it not the whole dataSource.
Here is a sample, on basic using of almost all the editors with one view model, but bound to different observable values:
http://es.infragistics.com/products/jquery/sample/editors/bind-editors-with-knockoutjs
On the value property you need to set the observable value from your viewmodel.
Here is a topic related to the Editors Knockouit Support
http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=Configuring%20Knockout%20Support%20(Editors).html
Hope that helps,
Thanks
I have downloaded 13.1, but I have got the same problem. I don't see a datasource option in de api documentation (http://help.infragistics.com/jQuery/2013.1/ui.igeditor#options). When setting the data-bind to a knockout datasource it is reset as soon as I apply the infragistics editor code.
Is the feature there, but not documented yet? How should I solve this?
Thanks in advance!
Hi Erwin Drongelen,
Once 13.1 is out of the door, we have knockout support for all of the IgniteUI Editors, including igDatePicker.
So you have to be able to complete your task.
Thanks,