How to bind wpf datagrid control in dynamics ax 2012

Hello All,

I am working on integration of WPF with dynamics ax 2012. My requirement is integrate wpf datagrid control on ax form using managed host option and i am able to integrate datagrid control on AX form but still i am facing difficulty to bind datagrid control and display ax data on grid from ax 2012.

kindly help me how to bind wpf data grid in dynamics ax 2012.

Thanks in advance.

Hi!

Were you able to do that? I think I will have to do something similar. Thanks!

Hi Pedro,

I have done Pivot Grid binding through QueryService technique. To access AX data from WPF, AX provide queryService and it return dataset so you can bind dataset with control.

Regards,

Jigal Patel