Browse By Tags

  • Scrolling for grid table is not working in firefox for desktop and in chrome its working fine

    Hi, 

    I have been trying to find some solution for scrolling behavior for grid table in Firefox meanwhile its working fine in chrome. 

    also the mouse wheel scrolling is not working in Firefox. I dont know whats the issue with Grid but when i inspect the…

  • Right-click grid event handler in MVC app

    How do you wire up a right-click event handler for an IgniteUI grid in an MVC app?

    I need the jQuery event.clientX and clientY to open a context menu at the mouse cursor.

    I also need the grid row id and right-clicked-cell.

    Also: this right-click may occur…

  • How to make grid and grid content transparent if disabled?

    In my project i have a grid inside which there are many labels, text-boxes and check boxes, on my grid i have a property IsEnabled, now when i set the property IsEnabled ="false" the grid contents(text-boxes and check boxes) gets disabled, which is working…

  • Fixed Headers Without Vertical Scroll Bar

    Hi,

    I have infragistic grid with fixed column headers but currently it's displaying scroll bar with headers fixed at the top.

    Is there any way to remove vertical scrollbar without hampering fixed header functionality.

    Thanks

  • 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 own remote service (for example in ASP.NET or PHP…

  • Expand/Collapse button in Xamdatagrid header prefix area

    I added a button in Xamdatagrid headerprefix area.

    <Style TargetType="{x:Type igDP:HeaderPrefixArea}">

    <Setter Property="Template">
    <Setter.Value>
    <ControlTemplate TargetType="{x:Type igDP:HeaderPrefixArea}">…

  • Feature Persistence in the Ignite UI jQuery Grid and Hierarchical Grid

    Feature Persistence header imageDo you know what persistence is? Well when it comes to programming persistence means to save the current state of the process. Without this capability, the state will exist as long as the process is alive. This is an important feature when it comes to…

  • Using different template engines with Ignite UI controls

    header imageCreating an application is not only about making it functional it is about how the users will react to it. Did you know that when you create a mobile app for example a user decides in the first 10 seconds whether he likes it or not? So imagine how will…

  • jQuery Grids and Responsive Web Design

    Responsive Web Design and jQuery GridsResponsive Web Design has been abuzz for some time now. In case you just now clash with the term, it’s a web design approach aimed at crafting sites to provide an optimal viewing experience across a wide range of devices. Basically, a CSS3 / JavaScript…

  • Responsive Web Design with jQuery Grids: A closer look

    Responsive Web Design with jQuery GridsI really hope I got you excited about the Responsive Web Design mode for the Ignite UI Grids last time – as it is the kind of an unique feature that truly makes this jQuery control stand out! As previously explained it’s not exactly a simple thing to…

  • jQuery Hierarchical Grid - Load On Demand

    The Hierarchical Grid (a fairly recent addition to our NetAdvatage for jQuery) is a client-side control that can display hierarchical ( or nested data if you will, the kind of stuff you would use an Org chart or a tree of some sorts to visualize). Now…

  • Ignite UI jQuery Grid Column Moving

    Ignite UI jQuery Grid with Column Moving feature. Dropdown menu visible on the shot.The Grid is one of Ignite UI’s bread and butter controls and its feature set just.. keeps growing! I guess that fact that Infragistics has done quite a few grid controls over the years helps. Ome of the latest additions is the The Column Moving feature…

  • jQuery Grid’s GroupBy. Just add a little JavaScript or ASP.NET MVC to taste!

    Have you met the igGrid? It is part of Infragistics’ NetAdvantage for jQuery product, built on top jQuery UI and is pretty much the best way to bring HTML tables and data to life! Now while this amazing widget is sporting some serious speed, that…

  • How to get started with jQuery Grid Unbound Columns

    Ignite UI jQuery Grid's Unbound ColumnsAn all new functionality with the second release for this year comes to bring more flexibility to your grid and the way it handles data. The unbound column is one of the classic grid features throughout Infragistics experience with grids and now user…

  • Column Templates for the jQuery Grids

    In my last blog I mentioned that our jQuery Grids are getting a new column template option that would also be using our new high performance Templating engine and in this blog will try to expand on both templating and what can you do with it in the grids…

  • Live data - starring the jQuery Grid, WebSockets and KnockoutJS

    There are numerous scenarios when from for the sole purpose of having an effective or functional application it seems the only way to go is live – like live data, updating clients in real time. It just feels like that is how things are supposed to be…

  • Merging Cells with the Infragistics jQuery Grids

    Merged Cells is a new addition to the arsenal of features in the jQuery Grids by Infragistics, even though it is introduced as CTP (Community Technology Preview) for the first release of 2012. Like with most features this one is also realized and managed…

  • jQuery Grids with Multi-Column Headers

    jQuery Grids Multi-Column HeadersIf you’ve been reading the latest blog about the Column Moving feature of the Ignite UI Grid I’ve briefly mentioned Multi-column Headers. Well, just in case you missed it – that’s a fairly recent addition too! Through a very simple (and logical…

  • jQuery Grid Checkbox Column alternatives (continue)

    This is the second part covering the topic of jQuery Grid checkbox column alternatives and/or custom implementations. A quick recap: the Checkbox column is a feature that provides default setup to turn Boolean values in the jQuery grid into checkboxes…

  • jQuery Grid Unbound Column: How to make the most of it

    Ignite UI jQuery Grid's Unbound Columns and configuring it to make the most of it.When in need of displaying columns with separate data – be it from a different source or based on the values of others – this new column type will prove truly helpful. Be sure to read the introductory blog on how to get started with jQuery…

  • 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…

  • jQuery Grid - Feature Chooser

    With NetAdvantage for jQuery in your hands, you are dealing with one of the most feature-complete jQuery controls package on the market. All of the components come with an amazing amount of built-in functionality that is just waiting to be tapped in.…

  • Introduction to Column Hiding in jQuery igGrid

    Column Hiding is one of the igGrid features bundled into NetAdvantage for jQuery. It will enable an igGrid user to alter the amount of information he sees by hiding certain columns or revealing ones that might have been hidden. This is quite helpful since…

  • jQuery Grid - Showing Row Selectors & Selection

    In this blog post, we will discuss how to spice up your igGrid widget by adding interaction options. Namely, this means letting your users select data directly by clicking on it. Yeah, this is out-of-the-box functionality that comes with NetAdvantage…

  • Using Column Summaries in the jQuery igGrid

    One of the out-of-the-box features of the igGrid control is Column Summary. These column summaries are not a wall of text that adds extra description to the type of data a column holds. Rather, they represent aggregate functions that you can apply to…