Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
<
a
href
=
"javascript:;"
onclick
"xlaAFMopenfaq(1);"
class
"HeaderLink"
>Customer Service</
>
Dim MenuItem As RadMenuItem = New RadMenuItem("Customer Service")
MenuItem.NavigateUrl = "javascript:;"
MenuItem.Attributes.Add("onclick", "xlaAFMopenfaq(1);")
Partial Class _Default
Inherits MMPA.Purchasing.Web.BasePage
'
'Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If (Not (IsPostBack)) Then
Dim _windowReport As String = _windowReport = Request.Params("Window")
If Not (_windowReport Is Nothing) Then
ScriptManager.RegisterStartupScript(Me, Me.GetType, "openpopup", "CrystalReport( );", True)
End If
End Sub
End Class