Browse By Tags

  • igxGrid selectedRows scope type change function to property?

    Hi

    This code:

    this.gridRecursosUtilizados.selectedRows()[0] or 
    this.gridRecursosUtilizados.selectedRows().length
    its does not work anymore
    I try the track changes on version documentation or breaking changes but i dont find about any changes on this…
  • Why Kids Should Learn to Code

    Learning code can be similar to anything else we would like to enlighten our children with. The same way we teach our kids to read sheet music and play an instrument, they can also be taught how to code and program a computer. In schools or in an after…

  • How to set series from code

    I'm doing a simple query that for each security principal (A), n values ​​are recovered side. (A1, A2, A3 .... An)

    This data comes from a dataset (a query from database)

    By assigning the data from the dataset to the DataSource control displays…

  • Border appears on mouseover and won't clear

    I am setting up a couple of buttons that have custom images for default, mouse over and click.   The buttons appear fine when the ASPX page loads but as soon as the mouse goes over it a border appears and won't clear unless the page is refreshed.

    The…

  • Kinda new to this sorry if this is the wrong section.

    Okay, I'm working on a little practice program, and I have a button, but I'm trying to make it so when you click the button it redirects you to "aboutbox1.vb" (a information pop-up.)

    How do I do this?

    do I need a code? if so what…

  • printing an UltraGridView, problems with bounds etc.

    Hi

    I have several problems with printing an ultragridview.

    1. isn't it possible to select which pages I'd like to print from the PreviewDialog (all I can do is

    printing every page)?

    2. I'm trying to set the bounds of my pages (per default…

  • How to Change Series Column Text

    We have a graph with 6 series each series has 2 columns. The value for series column 1 needs to sometimes display the value and an astrick "*".

    The code we are using to set the format to add the "*" seems to set it for all series column 1.…

  • Error Message in 3D Pie Chart

    i want to set  my own error message in the place of

    "Data Not Available

    Please call

    UltraChart.Data.DataBind() after setting valid Data.DataSource"

    in a 3D Pie Chart for SHAREPOINT WEBPART.how can i do that??

     

    thanks in advance

  • Re: How to change display of zero value in 3D chart?

    It turns out that I'm able to use the Infragistics.UltraChart.Core.Primitives.Path object.
    The IntelliSense indicates this is for 2D but it does work for the ChartType.CylinderColumnChart3D.

    /// <summary>
    /// Change the chart based upon the data…

  • Handling WebChart Postback events

    Hello all,

    I've been searching around online and have yet to find a good solution to handling the post-back event for a page containing an UltraWebChart control. I would appreciate any suggestions or advice on how to efficiently handle this.

    Currently…

  • Composite Chart with 3D Charts

    Is it possible to use 3D charts in a composite chart? I would see no problem with this but I was modifying a 3DLineChart class I put together so that the legend and chart would load in seperate chart areas and I had some bugs. So I attempted to recreate…