Browse By Tags

  • Export CSV & PDF

    Hi,
    We are using jQuery data grid in our web page to load data and trying to embed export csv and pdf option in it.

    We couldn't this it in jQuery. But this options are available in the Angular data grid.

    And also in angular and react JS has nice feature…

  • igDataChart stackedBar animation

    Hello.

    I have an igDataChart with the same data structure than this one:

    I've tried many different things but I just can't get the animations to work. I'm not sure if I have to use isTransitionInEnabled: true in the outer series or the inner…

  • igx-carousel animated slides

    Hello,

    Is it possible to have a transition animation when the slides change in the igx-carousel?

    If yes, where can I find the documentation or even better, an example?

    Thanks in advance,

    Robbe

  • Creating & Customizing Prototype Screenparts with Indigo Studio

    In this video we're going to take a look at Screenparts - one of Indigo Studio's newer features that lets you reuse design elements across screens in your project. Specifically, you'll learn how to create and customize those Screenparts. Let's take a…

  • How to Share Prototypes on IndigoDesigned.com

    In this video, we'll show you how to share prototypes on indigodesign.com, which is a free service for hosting an unlimited number of prototypes for all Indigo Studio users. When you share, you get a unique URL to act as a prototype in the web browser…

  • Getting Started with IndigoDesigned.com

    In this video, we'll take a quick look at Indigodesigned.com which is our free prototype hosting service available to all Indigo Studio users. If you have the latest version of Indigo Studio installed, then you already have access to Indigo Designed.…

  • Animating ASP.NET controls

    Hello,

    Is it possible to use animations in ASP.NET controls? More specifically I want a bubble chart to animate from time A to time B. In between I want the bubbles to fluently increase/decrease and move along the axis.

    I searched for information about…

  • Re: Animation to Display During Excel Exporting on UltraWebGrid

    Alex,

    I am having the exact same issue. The problem is "identifying" when the "export" is complete. The only way to determine the excel export has been completed in the "Download" mode is at the "EndExport" server-side event. And this server-side event…

  • DataRecord Animation

    Hi! I'm trying to animate with blinking incoming datarecord (from background thread).

    I'm extending DataRecordCellArea style  in my control:

     

    <Style x:Key="aniDataRecordPresenter" TargetType="{x:Type igDP:DataRecordCellArea}"…
  • Re: Adding a WPF user control to an UltraWinGrid

    use a winform control, host your wpf control in it. and then host your winform control in the ultraControlContainerEditor1. that's way how i do it.

    unfortunately, if you have animation features in wpf, they would not appear right in wingrids. you…

  • Adding Animation to the User Experience

    Animation - if used correctly - can boost the users experience and help draw attention to certain areas of you application. It can also inhibit a user’s experience if used incorrectly. The key to good animations is to barely notice them; that is not to…
  • The Transition Effect – Animations in our UI

    Essential to the process of creating and developing engaging interfaces for our users are thoughtful animations. In conjunction with wireframe testing and validation, we also need to be considering the overall design language and aesthetics. There are…

  • Border between the images

    Hello,

    i use VS2010 Prof. SP1, NetAdvantage 11.1 in an ASP.Net 4.0 Application.

    With the following code i try to realize a slidshow.

    <ig:WebImageViewer ID="wiv_Galerie" runat="server"
     DataSourceID="sql_DS_Galerie" Header-Visible…

  • Re: Can Page Size be set for WebImageViewer

    Hello,

    For a SlideShow like animation, you can refer this thread:

    http://community.infragistics.com/forums/p/29233/125712.aspx#125712

    In my last reply I have attached a sample SlideShow web site, built using WebImageViewer.

    As it comes for the page…

  • Re: Area Chart

    If the chart doesn’t support a vertical animation, then you can animate the data to which the chart is bound to achieve a vertical animating effect. Separate animations per point or animating a time scale and doing calculations could achieve an effect…
  • Highlight the selected row xamDatagrid

    Hello everyone,

    i select row in xamdatagrid through code but the problem that the selected row doesn't get highlighted(or animated).Im using Office2k7Black theme so when i select a grid row through mouse it highlights the row with somewhat orange…

  • Re: Disabling or changing the speed of the record expansion effect.

    Hello,

    Yes. This is controlled by a storyboard in the ExpandableFieldRecordPresenter's Resources called sbDisplayNested. You can find the full style in the DefaultStyles directory or as an attachment of this post. You can adjust the KeyTimes of the…

  • Animation when data value changes

    I can't figure out how to flash the background colour of a cell when it's underlying data item changes.

    Is it even possible?

    I have a xamdatagrid, bound to an

    ObservableCollection<MyType> where MyType:IPropertyChanged

    I'd like to play…