Browse By Tags

  • Old Product Install Fails with New Key

    We purchased a few licenses of your NetAdvantage for .NET product some years ago. I’m part of a team that was tasked with doing some minor upgrades to a project that was developed with these tools. As such, I’ve had one of the licenses transferred to…

  • Scrolling Performance

    I've got a grid with 26 column all are TextColumn, most are grouped in a different GroupColumns and with a couple hundred rows. I've stripped all my conditional format rules and just have a vanilla XamGrid and scrolling is terrible and barely tolerable…

  • Xamdatachart cropping when multiple series

    Hi,

      This is related to  the case CAS-158629-F3J0W8. I have two line series with data for one series from last 3 months and the data for second series from last 1 month. When I try to plot the two series using one CategoryXAxis the series with more data…

  • XamDataChar Axes and Series

    I cannot add Axes and Series to the XamDataChart through the Design/Properties window of Visual Studio for a Windows Store App 8.1 (WinRT)

    When I select Properties/Axes/Collection the Axis Collection Editor window is empty and the Add button is disabled…

  • change the inner hot track border color

    How can I change the color of the hot track border displayed when the mouse if over a menu item ?

  • Get count of Grouped Rows when/after a filter is applied

    How can I get the count of grouped rows when a filter is being applied in the XAMGrid? I am getting the count of filtered records with xamGrid.RecordManager.GetFilteredInDataRecords().Count() , now I just need to know how many groups there are.  I am able…

  • Change font color of "Aa" next to filtered rows.

    How do I change the font color of "Aa" which is displayed next to every filter row in XamDataGrid? I want to change it to white instead of the default black color.

  • Filtering records on selecting item from dropdown

    I am using filters in XamDataGrid. Some of them are using dropdown where the user can select a value. This is enabled by specifying:

    FilterOperandUIType = FilterOperandUIType.Combo

    How do I trigger filtering when the user selects the item from dropdown…

  • StackedColumnSeries - AutoGenerateColumns

    I would like to create a stacked column by I do not have the data in named properties. 

    The sample code for Stacked Column Series uses a class with named properties.  E.g. Coal, Hydro, Nuclear

    What I have is a dynamic list of values.  These values are…

  • XamGrid Error when adding DateTimeColumn

    I get a strange exception when I add a bound column of this type to my app.

    (I just used the wizard to create a sample app from VS2013 then added the grid)

    Interestingly, from the debugger if I tell it to re-run the highlighted line that threw the error…

  • Missing Column Chooser Icon

    If I set the filtering settings to allowfiltering="FilterMenu"  I do not see an icon for the column chooser.

    I can click the space to the right of the filter icon and I get a column chooser menu, but there is no icon where I am supposed to click…

  • XamGridExcelExporter does not call value converter

    I have a XamGrid with a number of UnboundColumn columns, each with a value converter.  The correct values are being displayed on screen.

    When I use XamGridExcelExporter to export to an excel file, the value converter is not called, and the "ToString" function…

  • Windows 8.1 Support

    Does the XamDateTimeInput control and more generally the Windows UI controls work in a Windows 8.1 targeted project?

  • XamCalendar throws XamlParseException

    I recently upgraded a store app to target 8.1 and the XamCalendar no longer works. I am using the v2013.2 with the latest service update. I also tried creating a blank new project targeting 8.1 and I get the same exception.

    EXCEPTION

    XamlParseException…

  • X Axis show differently with multiple series

    The intent that I have is to show a bell curve behind a bar chart.

    When you have just the single series, the spline area displays edge to edge.  This is what I want to achieve.

    When I add the BarChart series, the x-axis of the spline chart moves to the…

  • Bind Dynamic Object to Grid.

    Hi,

    Is it possible to bind a dynamic object to the WinUI Html grid?  If so can you modify the Bind to JSON example.

    Something like this in javascript?

    var parsedValue = JsonValue.Parse({\"name\":\"Willem\"}");

    var parsedObject…

  • Gantt Chart

    Any support for Gantt Chart in the near future?

    Thanks

  • Conditional Formatting with ValueConverter

    I've got a TextColumn that has both a Conditional Format and ValueConverter on it. The Conditional Format is simply if the Value is Y then background is gray and foreground is black but if the ValueConverter changes the value to Y it's not changing the…

  • igHierarchicalGrid Child Tables

    hello sir/madam,

      I want to implement an igHierarchialGrid, within its expand row,i want to show two different tables as its children. these two tables r fron same JSON object data. I am newbie to ignite ui. Its been great if u suggest some solution…

  • DataSource for

    Hi

    .

    I am looking at the app store samples for the grid control.  Specifically IListEnumerableBinding.  Can you tell me how I would get the Visual Studio solution or a least the data source.

    Thanks

    Rich

  • DoubleClick vs. DoubleTapped

    Hallo @all,

    using the XamGrid we observed the following problem: We have a XamGrid dynamically filled in the loaded event and use a DoubleClickCell-Event to get the information of the row the user double clicks on. This works fine. But when running…

  • XamDatachart - SplineArea chart border issue

    Hi,

    I am using xamDatachart splineareaseries chart in Windows 8(Win UI) using xaml, in this i am not able to remove the border. plz let me know which property i need to set. plz send some sample code ASAP. plz find the attached image for your reference…

  • XamDataGrid Group By numeric fields aggregation

    How can I add aggregated numeric values into Group-By records so that they would be displayed like:

    + Accepted (2 items)   Sum(Quantity) 237

    + Rejected (7 items) Sum (Quantity) 123

    where "Accepted" and "Rejected" - hypothetical values of a field, say…

  • dynamically populate xamgrid

    Hi There

    I'm new to windows store apps and using netAdvantage.

    I want to dynamically populate a xamgrid from code behind, the information gets pulled from a webservice that i have created and need to populate the grid with this data that is from…

  • examples of this component in c # xaml.

    Anyone have a download link for examples of this component in c # xaml.