Tag - DevExpress

How to Hire Offshore .NET Development Team in Egypt?

According to a Statista survey, Microsoft's .NET framework is a popular choice for creating enterprise-level software. Businesses frequently use it in conjunction with Xamarin to develop software and apps for a variety of platforms, including mobile, web, and Windows. Because other top-notch technologies like C#, VB.NET, C++, and F# are compatible with .NET and can...

Show alert or run JavaScript function after showing the appointment popup in DevExpress using VB.NET

You should handle the CustomJSProperties event and add in properties collection the script which you are going to run it.Please find below server side code: Dim script As String = Nothing Dim disablePopup As Boolean = false Protected Sub ASPxScheduler1_AppointmentFormShowing(sender As Object, e As AppointmentFormEventArgs) Handles ASPxScheduler1.AppointmentFormShowing e.Container = New...