
Hello ,
I'm trying to create custom filters to Ax Grid , so i have a asp.net textBox and a axLookup control like the image bellow
So when i select the value on lookup i need to filter the grid, i searched in the web but can't find any example that work's
And the other point is , when i change the text manually in the textBox for some reason the event TextChanged isn't called , i tested it with a info and the info code never is called
I m using Dynamics Ax 2012
Thanks for help
*This post is locked for comments
I have the same question (0)Hi Guilherme,
A) About TextBox:
Try set property AutoPostBack="True" (Image 1, detail 1)
Image 1
B) About Axlookup:
- Set OnOkClicked event (Image 1, detail 2).
- The event method, call a method in your dataSet (Image 2, detail 3)
- In dataSet method, make the desired filter in your query and then call ds method the executeQuery (Image 2, detail 4)
Image 2
I Hope this Helps!
Regards,
Rodolfo Recalde.