Browse By Tags

  • Facing issue while retrieving the filtered rows.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    When we apply filter on any column then we want to retrieve the rows which are…

  • IgrFinancialChart dataSource structure not clear

    Hi 

    I am trying to integrate the IgrFinancialChart component into an application that I am building however, even after looking through multiple sample codes that you have provided I can't seem to figure the following (the documentation on the website seems…

  • Grid vanishes when using the row filter UI type.

    I am currently using the igniteui-react-grids module and have encountered a bug that is preventing me from progressing.

    When scrolling horizontally through the data grid, the entire grid vanishes once I exceed a certain point. I don't believe it to be…

  • Best Practices for High-Performing Web Apps (Infragistics Podcast, Ep 7)

    Update: The Infragistics podcast has been discontinued.

    On the latest episode of the Infragistics Podcast, Elden Nelson talks with James Bender, product manager for Ignite UI at Infragistics, who shares his three top tips for building web apps.

    Drawing…

  • Connect XamDataGrid to an OData Remote Data Source to Beat Device Resource Limitations

    Having the data available/downloaded to a mobile device with restricted resources may not always be possible. A solution to the device’s limitation is to fetch only as much data from the server as necessary to display at once. We have implemented the…

  • Your Ultimate 17.1 Questions, Answered

    Thanks to everyone who attended our Infragistics Ultimate 17.1 webinar. We’re very excited about all the great new features and updates in this new release and we hope you are as well. Please don’t forget to download a demo of Infragistics…

  • Introducing the New Xamarin & WPF Category Chart Control Configurator

    With Infragistics Control Configurators for Xamarin and WPF, you can choose and implement a preconfigured control in just seconds, without having to know the API or write your own XAML. Our configurators for grids, charts, gauges, and more include a rich…

  • From 1,000-Page Reports to Interactive Risk Models

    Learn How Battelle Uses Infragistics Ultimate to Analyze Vast Volumes of Security Data in Real Time

    Battelle Memorial Labs, the largest non-profit research and development organization in the world, provides data analysis and risk modeling for chemical…

  • 1 Billion Data Values in a Data Chart

    It's no secret that you can provide many XamDataChart series with millions of records and still have smooth interactive panning and zooming. XamDataChart is designed from the ground up to not touch data that it doesn't need for the visual, and to…

  • Introduction to the Infragistics Undo / Redo Framework for XAML applications

    Application with heavy CRUD capabilities for the end user? Would the result be a chaos caused by users insisting for that one thing they just deleted? Turn that around (literally!) by providing some Undo action in your XAML application. That is exactly…

  • New High Performance jQuery Templating Engine

    As an avid reader of our blogs (we are sure you are), you might have noticed some topics regarding templating our controls or parts of them. As part of that came a minor catch – templating required (and as long as we are waiting for 12.1, it still does…

  • What is Continuous Virtualization in the jQuery Grids?

    Get the lowdown on the virtualization that never stops, so to speak… Soon enough the countdown to 12.1 will be over and what you will find named as Continuous Virtualization is an awesome new feature. It is designed specifically for hierarchical data…

  • Changing Reports’ Connection Strings at Run-Time

    Still on the subject of creating awesome reports, after sharing the goodness of using HTML5 Report Viewer, it’s only fair to mention another handy feature that came along with the last release. The NetAdvantage Reporting is designed to be extensible…

  • Combining different data sources in jQuery: Fun with the Infragistics Mashup Data Source

    Reading our blogs often makes it almost guaranteed that you have seen us mention our jQuery data source here and there or even spot it in code snippets. And while it appears alongside other controls on regular basis, its presence is actually much more…

  • Live Data 2: A WebSocket Data Source

    Not so long ago, I showed you how to create a Live data application using the WebSocket protocol and some KnockoutJS magic to make the jQuery Grid come alive!

    jQuery Grid upon receiving an update via WebSocket connection.

    It’s been a busy following months and adding the demo to that blog totally got forgotten. I…

  • jQuery Mobile Controls by Infragistics

    With the jQuery product Infragistics envisioned business intelligence and data visualization across a range of platforms, not just one – more like every single one of them. Built on popular and largely supported HTML5 and jQuery UI and striving to provide…

  • External Sorting / Grouping / Filtering / Aggregation with the WPF XamDataGrid

    Sorting, filtering, grouping and summaries, thus far, have always been performed been performed internally by the Data Presenter – it was designed after all to be the backbone of data-driven controls and it provides a whole armada of automatic functionality…

  • Re: What's the BEST type of Data Source for WebDataGrid and Stored procedures?

    Thanks for the good explanation.  

    It's unbelievable that this information is not in the product's documentation.  I searched for (without quotes) "paging select" and "paging data" and "paging datasource" and "start row", but none of those searches…

  • Databind WebDataGrid Directly to DataReader

    The WebDataGrid appears to be bindable to a SqlDataReader (because it implements IEnumerable). However, after binding and even with EnableViewState and EnableDataViewState set to true, the grid data is lost on a subsequent post back. Currently, I use…

  • Re: OLAP/pivot table grid for ASP.NET?

    Hello contibeef,

    at the moment there is no such control for ASP.NET. If you to see it you can submit a feature request:
    http://devcenter.infragistics.com/Protected/RequestFeature.aspx 

    However you could use Silverlight Pivot Grid, it can be bind to OLAP…

  • Selecting Group By Row

    Hello, 

    In my application I currently have a search functionality that returns a result set. This result set is grouped into rows using the SortedColumns property based on an ID. I wanted to add a checkbox column outside of these grouped rows to allow…

  • Using Color Ranges to Visualize Data Distribution in xamTreemap

    The xamTreemap™ control has a predefined value mapper called ColorMapper, which distributes a color among the mapped nodes. The purpose of this mapper is to help users easily spot the distribution of certain values in their data – so the main thing…

  • Multiline Cell Data

    Hello, I rarely get a response on these forums, but i'm at the end of the line here...

    I have a "simple" problem.  I am currently using the web hierarchical data grid to display some schedule information.  Each row contains 0 to many assignments…

  • No data in igtbl:UltraWebGrid shown

    Hy all

    Im not sure, im here in the right forum. But i try it.

    I have bound a igtbl:UltraWebGrid to a SQL Data Source whit the fields ID(int), ParrentID(int) and a field called Kategorie as nVarChar(50). But i can't see any date in the UltraWebGrid. Just…