Questions tagged [devexpress-mvc]

DevExpress ASP.NET MVC extensions are commercially produced AJAX controls from DevExpress.

197 questions
0
votes
2 answers

devexpress mvc gridview loading infinite

I use DevExpress MVC GridView. I have problems when I click edit, new, delete, and pages on DevExpress MVC GridView, gridview show loading that infinites. index.cshtml @model System.Collections.IEnumerable @{ ViewBag.Title =…
Andy
  • 3
  • 3
0
votes
1 answer

How to render a gridview in the view using Asp.Net C# MVC 4 Razor Devexpress.

I have an application and I want to update the view when the success event fires. Thanks. Controller C# public ActionResult Oid(int Oid) { CustomerId = Oid; var model = ordendao.CustomerOrder(Oid); return…
Mr. Newbie
  • 382
  • 5
  • 17
0
votes
1 answer

MVC Devexpress, why textbox is always under label?

I want a label and a text box next to each other but i didn't do what i want. How can i do that? ViewContext.Writer.Write( "
" + "
" ); Html.DevExpress().Label(label => { …
WeyCell
  • 273
  • 1
  • 2
  • 12
0
votes
1 answer

DevExpress ASP.NET MVC standalone Filter

I am new to Dev Express controls and I'm currently trying to work with the Dev Express Filter. In the ASP.NET WebForms edition of Dev Express, the Filter was a separate control which could be configured on it's own. From what I saw so far, for the…
AndreiC
  • 1,490
  • 4
  • 16
  • 34
0
votes
1 answer

DevExpress GridView s.GetSelectedFieldValues function not being called

I have a DevExpress MVC GridView where I want to handle the SelectionChanged event solely on the client side, and wire any postings to the server myself using AJAX. My GridView calls my SelectionChanged() function, but the code…
user641687
0
votes
1 answer

DevExpress MVC GridView and callbacks

I've successfully added an MVC GridView to an ASP.NET MVC 4 application I'm writing. I've bound it to data successfully, etc. I've written some JavaScript to store the index field of the selected row to a hidden field...but to do this requires a…
0
votes
0 answers

How to export data from grid view localized on a partial View?

I have a project using ASP.NET MVC 5 with Devexpress tools. In some controller in the Index action I call a view which calls a partial view rendering a GridView. I need to export the gridview data calling a action. So in the index view I create a…
gog
  • 11,788
  • 23
  • 67
  • 129
0
votes
1 answer

How to close devexpress popup from controller action method

I have created popup which contain a strongly typed view with submit button. When user click on submit button I am going to save data into database in post action method. Now I want to close that popup when data get saved & display parent page from…
SagarT
  • 13
  • 1
  • 8
0
votes
2 answers

DevExpress ASP.NET MVC - GridView callbacks result in infinite loading animation

I'm having some trouble with callbacks on the MVC GridView control. When the page first loads everything looks good, but when I perform any action that requires a callback (for example, if I try to change pages) the action is performed successfully…
Nick Coad
  • 3,623
  • 4
  • 30
  • 63
0
votes
2 answers

hide specific gridview (Devexpress grid) field based on checkbox selection

I have a gridview populated with data and based on Chekbox selection I would like to hide one field on editform. any one can please guide on this,what would be better to hide the column on client side or server side code?, Please find the below code…
0
votes
2 answers

MVC2 Devexpress Gridview. How to call a Clientside Javascript function after the databound?

How can I call a Javascript function after data binding is completed ? I have already tried EndCallback but it doesnot work when the Grid is loaded for the first time because I use RenderAction to display the partialview which contains gridview.
Jigar Sheth
  • 586
  • 2
  • 5
  • 21
0
votes
1 answer

Returning partial view from a callback does not remove rows that were there in the previous copy but are not in the new copy of the model

I have a grid with some data. It looks like this picture. When I select a few rows to delete and click the delete button, in the delete button I make an ajax call to a server side action. The server side action removes the selected categories from…
Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
0
votes
1 answer

DevExpress: sender.GetSelectedFieldValues not calling my client side call back

I have a GridExtension for MVC that looks like this: The table it gets data out of looks like this: Table Name: Category Id Name -------------- 1 Foo 2 Bar 3 Gar 4 Har When I select a row or more from the grid and click the…
Water Cooler v2
  • 32,724
  • 54
  • 166
  • 336
-1
votes
1 answer

jQuery script was attached multiple times and mixed up with DevExpress scripts

I have used the jQuery UI Draggable plug-ins to reorder an items in MVC grid. However I'm getting error "jQuery script was attached multiple times and mixed up with DevExpress scripts."
Shereen
  • 119
  • 1
  • 17
-1
votes
1 answer

DevExpress Pivot chart database implementation

I have just installed evaluation version of devExpress component and I have followed the wizard for creating PivotGrid which I have hoped of using. The query the wizard has created db access as follows Demo.Db.Database1Entities1 db = new…
cpoDesign
  • 8,953
  • 13
  • 62
  • 106
1 2 3
13
14