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
MVC Helpers
Narrow your results
igGrid
igCombo
Updating
igHierarchicalGrid
Razor
igDataChart
igTextEditor
igDatePicker
Selection
Paging
Filtering
Data Binding
Entity Framework
Templating
igGridUpdating
igNumericEditor
Validation
igUpload
JSON
MVC
CSS
ASP.NET MVC
infragisctics
Column Hiding
igGridExcelExporter
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 13 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 - 15 of
332 results
for Ignite UI for jQuery
Not Answered
0
views
1
reply
Doughnut Chart Tooltip Templates
I'm trying to display a percentage value in the tooltip of a doughnut chart. This is my Tooltip Template that i got from looking at samples and chatgpt queries. .TooltipTemplate(@"<div> <span>${item...
Not Answered
938894
views
1
reply
is it possible to get grid ID that called SaveChanges when handling grid updates in MVC?
Hello - I have a solution using Asp MVC with multiple igGrids on a single page. I am following the documentation and am getting transactions to come into my controller page when the user pushes a button...
Not Answered
1178813
views
1
reply
Datepicker displaying a specific date with 1 hour behind
Dear Infragistics team, This topic is somehow a continuation or extension of the following one: https://www.infragistics.com/community/forums/f/ignite-ui-for-jquery/119144/problem-with-iggridupdating...
Not Answered
2000813
views
4
replies
Uncaught ReferenceError: $ is not defined ... (on $('#igGrid').igGrid ) --- newbie question
My first day with Infragistics. Trying to use a grid in ASP MVC: IN THE CONTROLLER, THIS: [ChildActionOnly] public ActionResult Detail2Grid() { var listeProduitCommande = from s in db.produitCommandes...
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...
Not Answered
1097089
views
2
replies
.net core 3.0 .igHierarchicalGrid('dataBind') generates a System.NullReferenceException
I'm using the latest from IG - v19.2 et al via NuGet This issue also is happening in .net Core 2.2 with v19.1 The igHierarchical grid populates correctly when the data is included with the grid during...
Not Answered
1312643
views
3
replies
16.2 -> 19.1 igGrid date columns now include time formatted as such T00:00:00Z
I tried moving from 16.2 to 19.1 and now the dates all show with time. They used to show MM/dd/yyyy only. I tried using the format property on the date column and it seems to ignore it. It seems to...
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...
Not Answered
2202898
views
5
replies
Collapse other rows if one row is expanded in our Asp.net MVC hierarchical grid
We want collapse other rows if one row is expanded in our hierarchichal grid . I was looking intothis post https://www.infragistics.com/community/forums/f/ignite-ui-for-javascript/94943/collapse-other...
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...
Not Answered
2245354
views
6
replies
I want to add custom Conditions in filter from infragistic mvc razor syntax
I want to add custom Conditions in filter from infragistic mvc razor syntax like this https://www.igniteui.com/help/iggrid-filtering#properties https://jsfiddle.net/gh/get/jquery/1.9.1/IgniteUI/help...
Answered
1669704
views
5
replies
Disable expansion of Mvc.GridModel ColumnLayout if child data rows would be blank
I'm using the Mvc.GridModel and showing sales order line item information (including a batch number if it has one) in the main grid and then using a GridColumnLayoutModel added to the main grid's ColumnLayouts...
Answered
1221134
views
1
reply
igCurrencyEditor without decimals
Hi, I am using igCurrencyEditor and observed that always two decimal values are added by default.Is there any way I can no decimal values to igCurrencyEditor
Suggested Answer
1364740
views
2
replies
igCurrency Editor on mouse hover disappears the text
Hi, I am using igCurrencyEditor through MVC Helper and observed that when I hover my mouse the text disappears and when clicked on the field it appears back again . As shown below there is actually...
Not Answered
1545454
views
3
replies
Cannot read property 'format' of null MVC Iggrid
@(Html.Infragistics() .Grid(Model.HtmlOrderItems) .ID("grid") //.Height("120%") .Width("100%") .AutoGenerateColumns(false) .AutoGenerateLayouts(false) .RenderCheckboxes(true) .LocalSchemaTransform(true...
Loading...
Load More