Hi. Soon I will need to create an interface for ax with a grid with more possibilities than the grid that Ax already provides. At the moment I think I have 2 possibilities. 1 is to create a new .NET control with the DataGridView and use it on the ax form and the other is to make the form completely in .NET taking the data, for example, with LINQ.
Anyone have created a DataGridView control? Too much work and it worth the effort? I wait for feedback :-)
Thanks!!