North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ignite UI for ASP.NET MVC
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
Ignite UI
ASP.NET MVC
Narrow your results
igGrid
C#
Razor
MVC
igUpload
datagrid
Incomplete Sample
Tree Grid
AdditionalDataFields
JSON
File Upload
Items
Tree
GitHub
ComboBox
Tree Grid Model
html
Javascript
Most Viewed
igGrid Combobox not working, unsure why not...
Answered
over 3 years ago
Different editor for each cell in grid column
Answered
over 1 year ago
igniteUI MVC igGrid Error
Answered
over 3 years ago
IgniteUI Template Engine JavaScript Error
Answered
over 1 year ago
File Upload Sample
Answered
over 2 years ago
Tags
More
Cancel
Descending
Ascending
1 - 10 of
10 results
for Ignite UI for ASP.NET MVC
Not Answered
1173
views
4
replies
Regarding custom validation when one field is dependent on other.
Hello everyone, So, I have created a grid and populated it with data. So i have two doubts. 1) how to target a particular field for custom validation. I have used it here but i couldnt understand how...
Answered
2395
views
4
replies
How to set a link url or controller action in a tree childnode
Hi, I´m in a mvc .net project and I have no idea how to set the <a href> property tag in the <li> with the Json function, how can I change the '#' in the href and the target? My Cshtml have the tree...
Answered
5187
views
18
replies
Different editor for each cell in grid column
Is it possible to have a different editor for each cell in a single grid column? I.e. One single column with different editors for each row. (combo boxes, date pickers, textboxes, numbers, etc.) I am...
Not Answered
3837
views
6
replies
Import item infragistics in ASP.NET MVC visual studio 2019
Hi I instal the new versione of infragistics in visual studio 2019 When i open a web form project i have all the new items that i just download. But when i open a ASP.NET MVC project i can't...
Not Answered
2081
views
1
reply
igUpload: e.AdditionalDataFields is always NULL
Ran across this issue: https://github.com/IgniteUI/ignite-ui/issues/2134#issue-938844956 and wondering if this issue affects the MVC helper as well? With the file upload, I need to capture user input...
Answered
4570
views
15
replies
File Upload Sample
Trying to make a working example from the online documentation at https://www.igniteui.com/file-upload/aspnet-mvc-helper I've run into some hiccups, maybe someone can help me get past it: View: ( Answer...
Not Answered
2276
views
3
replies
Not able to get selected row particular column value in hierarchical grid
We are rendering a infragistic MVC hierarchical grid and copying selected row column value from below code : var row = $("#igCallHistory").igGrid("activeRow") var cellZeroValue = $("#igCallHistory...
Answered
4939
views
10
replies
igniteUI MVC igGrid Error
I have an ASP.NET MVC Project and I'm trying to add Data Grid from this sample https://www.igniteui.com/grid/aspnet-mvc-helper but I have 2 problems First one using IgniteUI.SamplesBrowser.Models...
Answered
4098
views
7
replies
Null PrimaryKey in igGrid causing unmapped grid items to transform into first mapping created
Of necessity, I have a list of Mappings but am pulling unmapped lists as part of the result set when the igGrid is setup. Everything works fine (including using dropdown selector for blank field to send...
Answered
6309
views
11
replies
igGrid Combobox not working, unsure why not...
I have copied syntax from another page that is working properly (4 comboboxes,1 utilizing multi-select), created by my predecessor. Here is the code that isn't working properly: @{ ViewBag.Title...