Use of infragistics and telerik control

0
Hi All, Can we use infragistics and telerik control with Mendix? OR any specific control like grid need to use?   Thanks for help in advance,   Regards, Jaydeep
asked
2 answers
0

Only the javascript/HTML5 ones and you still have to create a Mendix widget of it. This Mendix Custom Widget is in fact a wrapper to connect it with the Mendix Api. That will do things like: retrieve the list of data, call Microflows when data is changed etc.

 

The Telerik controls are available for react, so that would match best.

 

You can not use .NET, Xamarin, Windows Forms and WPF controls in Mendix

 

answered
0

Thanks for clarification.

answered