DevExpress ASP.NET MVC extensions are commercially produced AJAX controls from DevExpress.
Questions tagged [devexpress-mvc]
197 questions
1
vote
0 answers
DevExpress Spreadsheet in Razor Pages where the DxDocumentRequest() function is not being called, resulting in the failure to load spreadsheets
I am implementing a Spreadsheet module,
which includes displaying spreadsheet..
the chtml/view for razor page
@(Html.DevExpress()
.Spreadsheet("spreadsheet")
.Height("600px")
.DocumentRequestHandlerUrl(Url.Page("Index",…

Roynaik
- 11
- 1
1
vote
0 answers
Problem with assembly DevExpress.Web-AspxEditor
I have recently installed the DevExpress 22.1.7 package, but I am unable to find the DevExpress.Web.ASPxEditor assembly. I have checked that I have the latest version and I have also checked that the assembly is not in the GAC.
I have also tried to…

Leed Ryk
- 11
- 1
1
vote
0 answers
How to input the value of the input group of checkbox in the controller parameter ASP.NET
I have some trouble about making input a group of checkboxes on Devextreme cell template form, but when I try to submit all input value has passed to parameter controller except checkboxes value. Can anyone help how to solve it?
This is my…

Rizal Maulana
- 73
- 1
- 9
1
vote
1 answer
Focused Row by value DevExpress ASP.NET MVC Grid View
I need to have a focus on the Grid View but I would like to get it by value, for example if I have a Names column and I want to get the row for the name 'Walter' I would like to get the focus for that row.
In this case, this is done by key of the…

Michaelweston
- 149
- 1
- 11
1
vote
0 answers
DevExpress MVC Update members while their orders change by year
I'm working on an MVC application in DevExpress, I have a table that has members I would like to changes the orders or add orders by year but the members would stay the same, so I don't have to re-enter all the members every year just update prices…

Morkg
- 11
- 3
1
vote
1 answer
How to add a dynamic validation rule to a form field in dev express
Good day, I am new to Dev express and also to razor pages.
I have a dev extreme data grid with a list of users, a user has a user type the user type has a min range and a max range for the user id.
What I want is to set a range validation rule on a…

Renier
- 1,738
- 3
- 24
- 51
1
vote
1 answer
Self recursive SQL Server database table to create a tree structure, create model for this , and using this data in Devexpress
I have location and employee database tables. I want to show all locations (from root location to all child locations) and items that exist in these locations. I decided to use Devexpress reporting to create a report with this info. This project is…

Denisa
- 125
- 4
- 16
1
vote
1 answer
How to add javascript event handler to DevExpress MVC combobox?
I inherited a project that makes use of DevExpress controls in a Microsoft VS MVC project. I am used to writing javascript, so added an event handler and used jQuery to attach it to a DevExpress combobox control.
But it doesn't handle the event. I…

Scott Pendleton
- 1,021
- 3
- 16
- 32
1
vote
2 answers
Integrate Devexpress tool in Asp.net Core Application on the VS Code
I am trying to refer to the Devexpress tool in ASP.net Core application in the VS Code.
I am not able to refer to the DevExpress tool in VS code which is in not show the reference option. can you help me how will reference the dll in VS code I tried…

Sajith
- 856
- 4
- 19
- 48
1
vote
0 answers
Clicking Ajax.ActionLink Produces a GET and a POST
Clicking a certain Ajax ActionLink in this app I just inherited produces a POST request AND a GET request (POST and then a GET immediately after). The first request hits the HttpPost method on the server, but the second request (the GET) throws a…

CJ314
- 71
- 2
- 3
1
vote
1 answer
Call Html.Actionlink from script
I am trying to call action link from script but it is not working,
but when I am using window.open it is working but I need other properties because of my CSS view, if I can call Html.ActionLink I can open it in tabs at the same page with my…

Heidi T.
- 75
- 1
- 13
1
vote
0 answers
DevExpress Reporting : How to achieve below requirement in angular 5, End user reporting?
I have below requirement but not sure how to proceed.
I have a page where I have two sections
Left section: Having list of report templates which user has saved previously by creating the .repx files, on select of this(left) section, right section…

Rahul Rai
- 205
- 1
- 12
1
vote
0 answers
Devexpress in .net c# mvc after click of export to pdf i want to call a user defined method
In .net MVC I am using devExpress for report generating but I am facing a problem and that is, there an option to export to pdf on that I want to add some functionality, so how can i override or call a method after that method execute.
below I am…

sang
- 29
- 7
1
vote
1 answer
Devexpress MVC5 Grid GetRowKey(e.visibleIndex) returns always null
Hi everyone I am trying to get the primary key of the selected row to send it to the server later here is the code:
This the mainpage