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 React
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
Narrow your results
React
IgrDataGrid
React Spreadsheet
grid
header
Search
IgrFinancialChart
menu
styling
Excel Library
Real-Time
ToolTip
Excel Utility
ContextMenu
Excel
donutchart
Live Data
PieChart
IgrDataGridToolbar
Chart
Performance
Spreadsheet
CSS
Most Viewed
Data Grid - How can I get the filtered rows?
Answered
over 2 years ago
IgrDataChart.SyncChannel doesn’t work
Not Answered
over 4 years ago
React Spreadsheet - Unhandled Rejection error when opening an excel file.
Answered
over 1 year ago
Auto wrap multiline text for table cell
Not Answered
over 2 years ago
IgrDataGrid - Hiding a column through the isHidden column prop does not correctly reflect on the column picker button
Answered
over 2 years ago
Tags
More
Cancel
Descending
Ascending
1 - 10 of
10 results
for Ignite UI for React
Not Answered
181
views
3
replies
regarding IgrFinancialChart. I have two data sources (one is old-data or static and other is real-time) how can I manage to merge them ? need help.
hello there, I am working on a project in which i am using this IgrFinancialChart chart. so basically I want to make a real-time candlestick chart that update according to the values that i am receiving...
Not Answered
269
views
2
replies
Facing issue while styling IgrDataGrid and context menu option
Hi I have created a IgrDataGrid and now I'm facing some issues with it's styling and one of its feature. Currently my grid looks like this below image and in this I have 5 major issues which I'm facing...
Not Answered
315
views
3
replies
How to add a menu option in the IgrDataGrid header?
I have created a IgrDataGrid and now in header I want to add a drop-down menu(using vertical ellipsis) and there I want to give some options. If someone can help me with the approach for this issue. ...
Not Answered
954
views
1
reply
React: How to customize the zoom pane on the Financial Stock Chart?
I would like the make the height of the zoom pane that appears on the Financial Stock Chart - IgrFinancialChart Is there a way to customize the styles of the zoom pane? Or are we stuck with the default...
Not Answered
1157
views
4
replies
how to access nested properties of an object while defining columns in grid
I have a data set that looks like this const data = [ { newYork: {id: 3, name: 'newYork', xyz: 123 }, ... ]; I want to access the name property of the nested json object, this is how i am currenlty...
Answered
1229
views
2
replies
whole IgrDataGrid gets re-rendered after an update to the data source. I am using hooks.
I have a big matrix for representing data. After detecting a click event on the cell, a pop-up is opened and data is entered, which is then send to the backend and dataSouce is array is updated. The problem...
Not Answered
960
views
1
reply
Line Chart with Multiple Y Axis
Hi, I'm using the React UI samples as shown in below link. https://www.infragistics.com/products/ignite-ui-react/react/components/charts/types/line-chart However, we have a requirement where we...
Not Answered
1672
views
1
reply
Uncaught TypeError: Cannot read properties of null (reading 'contentType')
Hello, I'm trying to load files into this library via ExcelUtility.load(file), where `file` is an xlsx file. The application crashes and the following error occurs: CachedLoadPackagePart.ts:39 Uncaught...
Not Answered
761
views
1
reply
React Spreadsheet: Searching and highlighting search text capabilities in spreadsheet Viewer
Hi All, I am looking out for a way to implement search text capabilities' under igniteUI react spreadsheets. Also highlighting the matched text after the search. Kindly let me know if there something...
Not Answered
1319
views
5
replies
Pie and Donut Chart Tooltips Not Working
I'm adding a Pie Chart to my application and unable to get the tooltip to display. I've tested using both a Pie and Donut chart, also using the codesandbox demos and cannot get tooltips to work there...