Browse By Tags

  • Inconsistent styling of spaces in UltraGrid cells

    I have a report where the first column of each row is indented by a certain amount.

    Here are two screenshots.  They're different views of the same report.  The indenting is done the same (it's the addition of space characters before the row header…

  • WebPercentEditor Min and Max Value

    In the latest version of infragistics the webpercenteditor i have assigned max=100, min=0 and maxlength=3. But the control accepts the value greater than the specified range. Please help me to find the solution.

    Thanks in advance!!

  • Formatting XamDataGrid values

    Hello,

    I am using Infragistics XamDataGrid to display data and exporting to excel.

    How should I set up so it will display Percentage from my Stored Procedure to the XamDataGrid?

    Also, when I used style = XamCurrencyEditor, it displayed amounts in the…

  • xamDataGrid and Snoop out of sync

    Still trying to get red negative values sorted in the datagrid...

    I have tried the technique in Patrick's post here , but it has some undesirable consequences... so, I went for implementing the solution straight from the help guide... using Conditional…

  • Conditional TD background formatting based on data

    Setup:

    I'm dynamically creating multiple grids on a single page based on some table definition criteria passed into the page via an MVC template.

    There are common columns that are easily defined, and then there are additional column values that vary…

  • Documents.Excel: include "cell border lines" in TableStyles

    Hi,

    in Documents.Excel, TableStyles can  be used to simplify formatting of named tables. In MS Excel itself, these styles can contain borders (incl. lines, colours) for cells, see the image in the forum link below. Documents.Excel, does offer access to…

  • Cell formatted as F2.

    Hi

    I am seeing some odd behaviour. I have two cells which are of the Decimal data type. I can confirm this to be true because when do the following:

    ?this.ultraGridMain.DisplayLayout.Bands[0].Columns[col.Name].DataType

    they both are decimals, as they…

  • igGrid Summaries display as percent

    We are displaying a grid with some fake data in it and we want to show the summary column as a percentage with a precision of 2 decimals places.  We have the value showing up but how do I format the value to read:

    -67.68%

    Right now it omits the percent…

  • UltraWebGauge number format

    Hi, I've been searching with no recents results, what is the way to set the Locale to numbers in an ultrawebgauge?

    Thanks in advance

  • Problem with data entry in a column that is formatted as percent.

    I have a column in my grid for which the underlying database column definition is decimal(18,5). In the grid I have set the Format property to P (also tried p with no difference). When the data is displayed it is correct, so a value of .35 displays as…

  • Formatting a decimal type column with commas

    Hi,

     

    I need to put commas in my decimal type column which actually has currency data in it. I understand that I cannot append dollar sign without changing it to string datatype but is there any way I can format it with commas and It would still sort as…

  • How to have different currency formats on different rows in a column

    I have several numeric columns in my grid where the values could be in different currencies.
    They therefore need different formatting at cell level.

    At present I am keeping a collection with one UltraCurrencyEditor for each currency:

    UltraCurrencyEditor editor…

  • How to read one Excel and output to another Excel keeping partial formatting?

    Hi,

    Is there a way to read from one Excel with Infragistics and output the same data to another Excel, while keeping the exact same formatting as the original? For example, if part of the text has strikethrough (see above, circle added by me) or some…

  • Formatting measure values

    Hi all,

    I've managed to connect UltraPivotGrid and MDXDataSelecor to my SSAS cube, and it works like a charm. Thanks for this great tool. :)

    Yet a small issue is bugging me: how can I format the cell values of measures, e.g. 1.000.000 instead of…

  • Decimal Column formatting upto 2 digits and tooltip

    I have a Hiearchical datagrid like this.Here I want to format the decimal columns upto 2 digits like 7.54, 7.72 such as PF Return 3M and Benchmark Return 3M. But in the tooltip of specific cell show the exact value like this 7.5492867281471 and 7.72473154714779…

  • Extracting styling along with text

    I am attempting to grab all of the content out of a xamRichTextEditor (either through xamRichTextEditor.Selection.Range.Text or xamRichTextEditor.Document.GetTextInSpan(<span>), including the styling.  For instance, if I have the following text:

  • How to use Mask property when cell style is set to DoublePositiveWithSpin ?

    In my application, there is a an ultragrid, in which I have used the following code in InitializeLayout method of the grid:

     e.Row.Cells[COLUMN_NAME].Style = Infragistics.Win.UltraWinGrid.ColumnStyle.DoublePositiveWithSpin; 

    This is working fine as required…

  • AlternateRow colors

    I need to style the xamGrid with alternate row colors of black and light gray, plus columns could have their own background color.  Currently, I am using TextColumn and adding a CellControl style to set the background color or if no background override…

  • XamNumericEditor Double only takes 9 digits - always

    Good afternoon,

    I've a problem with a XamNumericEditor. Even if I set the digits on the mask to something bigger than 9 it only takes 9 digits. However if I set it to something smaller than 9 it works. It seems like there is a limit of "9" when the editing…

  • Plotting Vectors using Ultrachart

    Hi All,

           I'm currently trying to plot a list of vectors on a 2D chart. What I mean by 'vectors', is just a simple lines which start on an specific X-Y coordinate and ends on another one.

     

    For this purposes I was trying to use the composite…

  • How to set up series in stacked column chart

    Hi

    I'm having some problem configuring a stacked column chart.  The chart displays credit and debit for each of three offices - Cologne, London, Madrid for a three month period.  I have attached the a screenshot of the chart as currently formatted…

  • Formatting of bar-charts

    Dear Sirs,

    is it possible in ReportPlus to change widths of bars in bar charts?

    Is it possible on charts to format text lines? I.e. I have different names for different bars, but they are too long and instead of smth like "Assets for sale" i see only…

  • Re: Wrong edit format for decimal BoundDataField on webDataGrid

    Hi! I have the same problem...

    With a NumericEditProvider in a WebGridColumn wich has a source column with 6 decimals (EJ: 49,123456). We use Culture="es-UY", wich use the "," as decimal separator simbol.

    I have an unexpected behavior…

  • WebDataGrid Misaligned Column Headers (only in Chrome)

    I'm using Virtual Scrolling on the WebDataGrid in Infragistics ASP.Net 2011 Vol 2

    This is only effecting Chrome (Version 36.0.1985.125 m). Is working fine in latest version of Firefox, Safari, IE 7, 8, 9 & 10

    Here you can see the headings…

  • Re: DataFormatString on dynamic WebDataGrid in VB.Net

    Hi Denis,

    I am also having this problem.

    The link you provided results in 404 error, while the sample I downloaded does *not* show how to use FormatFieldMethod function.

    Specifically all samples from Infragistics show how to return 'hello', but do…