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 Core
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
.net Core
Narrow your results
igGrid
ASP Net MVC
Excel
Site
Razor
Stream
xlsm
XamDataGrid
igniteUI
Most Viewed
.NET Core razor pages (not controller) Igrid binding
Not Answered
over 2 years ago
Grid last column width auto adjustment issue
Answered
over 1 year ago
Unable to load .xlsm file in .Net Standard 2.0 Project with Exception - Invalid or unrecognized file format. (Parameter 'stream')
Not Answered
over 2 years ago
Site Migration Issue
Not Answered
over 1 year ago
Editing DataGrid Paging Data Type
Not Answered
over 2 years ago
Tags
More
Cancel
Descending
Ascending
1 - 13 of
13 results
for Ignite UI for ASP.NET Core
Answered
156
views
7
replies
Unable to create grid using Html.Infragistics().Grid() and get error "Unexpected token '<'
Hi, I recently create a new .NET 6 web app project and want to use igGrid in my project. I was used to the C# MVC way (Html.Infragistics().Loader() $ Html.Infragistics().Grid()) to create the grid ...
Not Answered
245
views
7
replies
Custom Prev and Next for Paging
Hi, I need custom paging for prev and next button. If I click next button it should goto api and fetch next 10 records. Anything available? Thanks Ravi
Answered
1946
views
3
replies
Tooltips for Jquery grid headers
Is there a way to get tooltips for the grid headers and not the data cells?
Not Answered
1965
views
2
replies
Min Length for any textbox value
Hi, I want to implement the min and max length. I could able to do it for Maxlength .ColumnSettings(cs => { cs.ColumnSetting().ColumnKey("RateIdentification1").TextEditorOptions(options => { options...
Not Answered
2230
views
9
replies
Custom Delete Issue
Hi, I had to implement custom delete using Delete button. But I am getting an error, can anyone help me on this. Here is the code. @using Infragistics.Web.Mvc @using Microsoft.AspNetCore.Http @model...
Not Answered
2283
views
13
replies
IgGrid parent child row | IGGrid row tree
Hi All, Actually i am trying to develop a grid which will show name and id on top and under it will to multiple records for same name and id i want to develop a grid like this. Note: i am fetching all...
Not Answered
3216
views
9
replies
TotalRecordsCount
Hello Converted igGrid from Asp .net MVC to Asp .net Core. Earlier there used to be a TotalRecordsCount member in the GridPaging feature. Mentioned here https://www.infragistics.com/community/forums...
Not Answered
3140
views
10
replies
iggrid fixed header not aligned with row data
Hi, I am setting height of iggrid to set fixed header with vertical scrolling, it is fixed the header, but its not aligned with row data, please refer to this snap. Below is the code: $...
Not Answered
3366
views
14
replies
Site Migration Issue
Hello Everyone I am a newcomer to this group. Basically, I want my site best ERP partner in Kolkata to migrate to any CMS Platform or on ASP.NET. So can anyone tell me what is the exact process to do...
Answered
3914
views
3
replies
Grid last column width auto adjustment issue
Hi, I have ignite grid with width as 100%. SInce for fixed column settings (% is not supported), am setting width in px for each column. When i give columns width in Pixcel , last column is occupys...
Not Answered
2732
views
3
replies
Binding a FieldLayout to a XamComboEditor
I created a fieldlayout in the backend and I am trying to display it in a XamDataGrid , but the fields I created won't display. As a matter of fact, nothing appears on the grid. What seems to be my problem...
Not Answered
3811
views
8
replies
Unable to load .xlsm file in .Net Standard 2.0 Project with Exception - Invalid or unrecognized file format. (Parameter 'stream')
Trying to load a xlsm file in the workbook using --> Workbook.Load(fileStream); Getting an exception - Invalid or unrecognized file format. (Parameter 'stream') This is a dot net standard 2.0 project...
Not Answered
4831
views
12
replies
.NET Core razor pages (not controller) Igrid binding
Hi, I have created application .NET Core 3.x using razor pages. I am not sure how to binding works for the Igrid. Could you help me with binding works on this. It's my cshtml.cs [ActionName( ...