Questions tagged [devexpress]

DevExpress is a component vendor for a variety of controls across different technologies. They allow for more customization than the standard-issue controls.

DevExpress sells presentation controls, reporting and document automation systems, enterprise tools, HTML 5 website testing tools, IDE productivity tools, and business application frameworks for Visual Studio, Delphi, and C++ Builder developers using WinForms, ASP.NET, ASP.NET Core, Blazor, WPF, Silverlight, Xamarin, VCL, Windows 8 XAML, Angular, React, Vue and jQuery.

Related tags

7192 questions
1
vote
0 answers

Devexpress GridView in Searchloookupedit use of

As shown in the picture below, the product I am looking for from the SearchLookupEdit object I added on Gridview I want to add them to the related columns on Gridview. Despite my research I have not found or used incorrect search words. I did not…
Sefa Kuru
  • 11
  • 1
1
vote
4 answers

Why jQuery Ajax send Get request before of Post?

I want to pass my combobox value on button click event in ASP.Net Mvc but it send get request first then send post request. But I don't want to send Get request.