Browse By Tags

  • WebPercentEditor Round Off

    Round off is working fine with infragisitcs V11.1 but it is not working in V21.2?

    Please help me!!

    Thanks in advance!!

  • Ajax Indicator

    How to use ajax indicator for webdatagrid? 

    I'm  using server side to add row in the grid and infragistics V21.

    Please help me!!!

    Thanks in advance!!!

  • Rebind igDataSource with different URL

    I use an igGrid together with a ig.DataSource component.

    The datasource component requests the data over a json URL remote from a server. (ajax)

    When I try to change the URL during runtime and rebind the data to the grid, 

    I can see, that the request URL…

  • WebDropDown and WebDataGrid

    Hi, I have a WebDropDown and WebDataGrid on the page. when selection is changed in WebDropDown I need to repopulate Grid - and do this without full postback I don’t’ want to reload all page,

    I only want to refresh grid control.

    Please suggest…

  • Building Real time application with SignalR – Part 1

    HTTP protocol is the basis for all communication over the web, and it has catered to our needs since the early days. HTTP works in a request and response model, where a request needs to be sent to the server to get any update from there. This creates…
  • Building a Better Web: A Brief History of Web Development

    In this 3 part series, we’ll cover mobile, design, and development trends that matter – and in this post, we take a brief look at the history of web development.

    A full history of web development would take a paper of this length on its own…

  • Multiple grids with ajax enabled - can't update other grids

    Hi everybody, i'm wandering if someone can help me in the following scenario. 

    I have multiple grids within update panel where selection on one grid changes data in other grids. Grids are dynamically populated based on filter built from selection…

  • jQuery Editors: Rich client experience

    jQuery editors for rich client experienceOnce you get to know Infragistics’ set of jQuery Editors you begin to realize they are packed with various options and all sorts of knobs to be tweaked. It’s quite the rich API and it can be put to good use to create awesome client-side experience for…

  • Multiple enabled and disabled checkbox states for the ASP.NET AJAX Data Grid

    ASP.NET AJAX Data Grid with enabled and disabled checkbox statesIs it checked or not quite? Multi-state checkboxes are in the menu today. Which, of course, begs the question “Doesn’t the WebDataGrid already support checkbox columns out-of-the box?”. Why yes, it does support a tri-state CheckBox Field, but there are…

  • Tips on Drag & Drop with the Ignite UI Tree

    Tips on Drag & Drop with the Ignite UI TreeAs promised in the previous blog on Drag & Drop with the Ignite UI Tree – some tips and tricks coming right up. If you haven’t already looked into the control’s features, now’s your chance – overview with main ones listed in the …

  • HTML5 Report Viewer – Taking your Reports further!

    The NetAdvantage Reporting began as a tool that was meant to overcome limitations – namely, such of existing solutions heavily relying on Windows Forms designer and naturally restricting the area of usability among other things. It became the industry…

  • jQuery Editors: Rich client experience (part 2)

    jQuery editors rich client experienceTime for some more fiddling with the elaborate API of the jQuery Editors helping you deliver awesome experiences! Here’s the quick jump list for the previous articles:

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

  • Excel-Style Filtering for the ASP.NET AJAX Grids

    A closer look at our range of grid controls across platforms can reveal a certain trend when it comes to filtering – the Windows Forms Grid, the WPF specific XamDataGrid and the cross-platform XamGrid – they all allow for a number of different filtering…

  • ASP.NET AJAX Hierarchical Data Grid Multi-Column Headers

    A multi-column header feature has been available thus far only for the flat data ASP.NET AJAX grid and I believe there’s barely anyone left wondering what that would do. Call it grouped headers, merged headers - aside from the obvious aesthetics having…

  • PHP Server-side wrapper for the Ignite UI File Upload

    PHP Ignite UI File Upload wrapper

    I’ve been recently having plenty of fun shifting platforms like a mad man and I feel it’s time to share some goodness with you all. Let’s have ourselves some PHP (and even if that’s not your thing you still might want to check out the last part)! While…

  • How to add updating to the Ignite UI Tree’s Drag & Drop

    Ignite UI Tree’s Drag & Drop with Updating and Undo / Redo

    As it turns out the Drag & Drop feature is like the gift that keeps on giving – new year and new enhancement to the functionality! May be because the Ignite UI Tree is flexible enough or maybe because the functionality itself is based on simple…

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

  • jQuery Grid Checkbox Column alternatives

    The checkbox column (introduced with the last release, see this post on Using Checkbox Columns with the Infragistics jQuery Grid) was created to provide a ‘shortcut’ for transforming columns with Boolean values into checkboxes and mostly became reality…

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

  • Financial charting with Ignite UI

    Financial charting with the Ignite UI Data Chart

    Or should I say “How to deliver charts for Technical analysis” and then throw in a little bit of understanding for a good measure. So, we are technical people, no? Then technical analysis shouldn’t sound so distant? Yeah, well, in the field of…

  • WebDataGrid - AJAX Postback vs Full Page Postback

    For the older UltraWebGrid, we were able to use grid.IsXmlHttpRequest to differentiate between the grid's AJAX postback vs a full page postback, where the AJAX postback was initiated by grid.invokeXmlHttpRequest(...).

    In the new WebDataGrid, is there…

  • Handling errors on WHDG with CustomAjaxResponse

    Hello,

    I would like to handle errors like the documentation provided for WDG. I can handle RowAdded/Deleted/Updated events and then modify the EditedEventsArgs.

    I use code like that :

     

    WebHierarchicalDataGrid1.GridView.CustomAJAXResponse.Message…

  • Affect the page during AJAX calls

    Is there a way to affect page during WebDataGrid AJAX calls? For example during grid paging I want to generate JavaScript on the server and emit it to the client to execute. This is possible for old WARP panel partial postbacks as well as Microsoft's UpdatePanel…