
For the AX 2009, I have the standard web control : PurchReqAddItem.ascx & PurchReqAddItem.ascx.cs
If you look at that control on sharepoint, you see that the most of the elements
(i.e : <dynamics:AxBoundField DataSet="PurchReqCatalogItems" DataSetView="PurchReqLine" DataField="LineAmount" ReadOnly="true" SortExpression="LineAmount"></dynamics:AxBoundField> )
are declared as controls that runat="server'.
When I am catching a specific event, such as OnDataChanged + postback, I cannot change the specific contorl, until I do posting.
So, I persume I need to put everything on client, and use ajax - Need to transfer the code to Ajax.
Need example how doing this ajax manner (and less migration as possible of my code), please.
Thanks :)
*This post is locked for comments
I have the same question (0)No need solution for that (My conclusions were wrong - That leads to huge changes of code, and I don't want that ...)
Thanks, anyway :)