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 jQuery
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
ASP.NET MVC
Narrow your results
igGrid
MVC Helpers
igGridUpdating
igMaskEditor
controller
infragisctics
Razor
igDatePicker
ASP.NET Core
GridModel
Data Binding
grid model
Multi-Column Headers
grid
Paging
Updating
jquery
igNumericEditor
Most Viewed
Adding image in excel
Not Answered
over 7 years ago
Using a multiselect dropdown(combo) in iggrid
Answered
over 7 years ago
How to get the row on row double click
Suggested Answer
over 12 years ago
Best way to validate for unique values in a column of the grid?
Answered
over 10 years ago
igDataChart Configuration
Answered
over 2 years ago
Tags
More
Cancel
Descending
Ascending
1 - 7 of
7 results
for Ignite UI for jQuery
Answered
2641955
views
3
replies
igGrid: updating and grid.on binding not working when using GridModel?
Following the example on https://www.igniteui.com/grid/basic-editing I am able to initiate the edit in the igGrid, however, unlike the sample, the events that enable or disable the save, undo and redo...
Answered
1372768
views
2
replies
set combo box value onload
Here is my controller: IEnumerable<SelectListItem> tableList = filteredResultFinal.Select(i => new SelectListItem { Value = i, Text = i, Selected = i.Equals(tableName) }); return View(tableList);...
Answered
4048178
views
8
replies
ASP.Net Core 3.1 Editor Helpers not all working with model
Hello, I'm creating a site using ASP.Net Core 3.1, with IgniteUI 19.2.25 and Infragistics.Web.AspNetCore 6.19.22. The MVC helpers for the more common controls (ComboFor, TextEditorFor) all work without...
Answered
2219776
views
4
replies
How do I handle concurrency when editing grid data?
I am looking for a solution to handle concurrent editing of data in a grid. The web application I am working on will run on multiple computers, where more than one person are able to edit the same record...
Answered
4236850
views
13
replies
How to implement remote paging in infragistic ASP.net MVC grid?
I'm reading about igGrid remote paging here : http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=igGrid_Paging.html . As per the link above, it says : "If you are implementing your...
Suggested Answer
881640
views
1
reply
asp.net core not showing Ignite grid
Hi I've been successful loading a datatable in a asp.net core project, But the page doesn't show the grid in the Resource view as in the attachment below. You can right click the page and view the...
Not Answered
759327
views
1
reply
How to add multi column headers dynamically based on the data retrieved?
Hi, I am trying to add a multi column header in my application dynamically based on the data. I am facing an issue where once i add the multi column headers using group options the Header is not visible...