Browse By Tags

  • Getting started with the ASPNET Showcase Source

    I've downloaded the Infragistics_ASPNET_Showcase_Source.zip from the website today. Additionally, I've downloaded  Infragistics_ASPNET_20231_WithSamples.zip and done an install of Infragistics_DevTools_20231.exe which i've ticked ASP.NET.

    When…

  • How to add tooltip for entire gridview

    i am trying to set the title of the entire row in grid view on mouse over, am not able to find any property to set entire row.

    am trying like e.Row.Title="my tooltip msg"

  • issue with the Infragistics WebDataGrid

    Hello Flocks,

    When I apply formatting to an editable cell using the DataFormatString property inside the HTML markup and make a change to that cell during run-time, the row does not get marked as dirty. This prevents the RowUpdating event from firing…

  • Tree List for Cross Platform Development and C#

    This is an important business requirement.

    I don't know how many times that your company keeps replying on posts that have no inherited solution when company brands using logos are tested using your Infragistics controls just doesn't meet sufficient qualifications…

  • Tab Localization and Branding from ASP.NET and Windows Forms

    The client is requesting a localization solution to using Tabs in the Infragistics Ultimate UI for WPF controls.

    Previously they have released the layouts Tab using your controls from ASP.NET and Windows Forms.

    Depending on local data would have a different…

  • igGrid not working properly with package IgniteUI v23.1

    Dear all,

    I'm working on an application ASP.MVC that has been migrated on Framework 4.8 (initially on 4.5.2) and globally working fine.

    But i've encoutred three major problems with igGrids :

    - the command EnableAddRow(true) never show the button…

  • Hierarchical Data Grid with custom summaries

    Hi!

    Context: I am currently working on a project that is using WebHierarchicalDataGrid (ig v18.1), I was asked to add the summary "sum" for TimeSpan dataType Columns. This columns are added dynamically.

    Now, yes, I currently know that sum only…

  • Checkbox of one record is changed to another record by using Infragistics.WebUI.UltraWebGrid.UltraGridRow

    There is a grid in a webpage where user has to select some rows as their wish with the help of check boxes. After checking a row the user clicks save but and it should save the dat that corresponds to the selected row. But when user selects a row and…

  • seeks an advice for version upgrade from Netadvantage 2011.2 to a higher version relevant to VS2019

    I have  recently installed Visual Studio 2019 in my machine where I previously installed Visual Studio 2011 with infragistics version 11.2.2011.2.1019 in .net framework 4

    Please advice me about the most appropriate Infragistics version to be purchased…

  • WebExplorerBar binding to WebHierarchicalDataSource and ObjectDataSource

    I am having a problem binding WebExplorerBar to WebHierarchicalDataSource and ObjectDataSource, below follow the html code.

    I have 2 tables related with each other. Curso table with 3 records and Serie table with some records related to table Curso by…

  • WebDataGrid UnboundDataField filtering

    Hi,

    I have a simple datawebgrid that contains an UnboundDataField, this unbound field gets the data based on another Columns value on Initializing the rows. My issue that I can't filter this unboundDtatField , whatever I filter is gives me 0 records.…

  • Hide WebDialogWindow close using JavaScript

    hellow,

    I have an issue with closing a WebDialogWindow using a JS code.

    so for showing the dialog, I'm using the following vb.net code:

    WebDialogWindow9.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal

    the above code works…

  • Upload multiple files into SQL - vb.net and Asp.net

    Hola,

    I need to upload a multiple files into SQL database as Varbinary, with the ASP.net Upload file, I'm using the following code, how can I do it with the Infragistics upload file?

                    Dim img As FileUpload = CType(ASPFileUpload,…
  • How to use Infragistics CSS in new ASP.NET Web Forms app

    I created a new ASP.NET Web Forms app and placed an Infragistics web control onto the Site.Master page, but do not know how to use Infragistics CSS to style the control.

    How do I use Infragistics css styles in a WebForms app?  (Not MVC)

    Stupid newbie…

  • Migrate ASP.Net web application that is uisng infragistics version 11 to infragistics latest version

    Hi,

    We have ASP.Net Web application that is using infragistics version 11 controls. This application is not browser independent and works only on internet explorer. Is there a smooth way to migrate this application to use latest or any ingrafistics version…

  • Major and minor tickmarks label in Gantt chart

    Hi,

    I'm plotting Gantt Charts.

    In my use case I want to dynamically set the Format of major tickmarks and minor tickmarks seperatly and also the number of minor ticks between two major tickmarks on X axis.

    Is it possible to implement?

    Thanks in a…

  • set the thickness of bar in gantt chart when vertical scroll is enabled

    I'm using UltraWebChart for plotting Gantt chart

    For y axis I have set the

    RangeType="Custom"

    RangeMin="0"

    RangeMax="5"

    using this thickness of each bar is fixed  even if I'm plotting only one Gantt Item.

    But the above…

  • Custom label in tooltip

    Hi,
    I'm using UltraWebChart for plotting gantt charts.

    Is is possible to define a custom label keyword for Tooltip format.
    For example, in tooltip I want to display data that will provide me detailed information about a particular Task timeslot which…
  • User interaction in Gantt charts

    I'm using UltraWebCharts to plot Gantt chart in my Web form.

    1.I want to give user interactions in Gantt chart where user can select a time range on x-axis just like we do in outlook. Is it possible?

    2. Able to give scroll bar on x axis but its not…

  • https://www.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/122000/infragistics-documents-reports-pdf-does-not-display-full-detail-content/538341#538341

  • WebHierarchicalDataGrid disable/enable sorting issue

    We are using WebHierarchicalDataGrid to display user information.We want to disable/enable sorting based on a checkbox.

    I have tried disabling the sorting using below ways:

    1. By calling 

    WebHierarchicalDataGrid.GridView.Behaviours.Sorting.Enabled = false…

  • Dynamically adding BoundField to WebHierarchialDataGrid, unable to see the column in browser

    I have a WebHierarchialDataGrid 'G1' in usercontrol page .ascx page with 20 columns existing. I'm getting data from .ascx page to .aspx page in ON_INIT() method adding controls to div 'Results'. After adding the controls, Through FindControls method I…

  • Excel Hyperlink "A function in the formula has no closing parenthesis" error

    Hi,

    I'm referring to following article to add hyperlink to excel, https://www.infragistics.com/help/aspnet/18.2/excelengine-adding-a-hyperlink-to-a-cell-in-an-excel-file, but i keep hit "A function in the formula has no closing parenthesis.
    Portion…

  • Excel Hyperlink "A function in the formula has no closing parenthesis" error

    Hi,

    I'm referring to following article to add hyperlink to excel, https://www.infragistics.com/help/aspnet/18.2/excelengine-adding-a-hyperlink-to-a-cell-in-an-excel-file, but i keep hit "A function in the formula has no closing parenthesis.
    Portion…

  • Is there a spreadsheet control in Ultimate for ASP NET?

    Does anybody knows if there is a spreadsheet control for ASP?

    I use  UltraSpreadsheet for winform and know there is a similar control for WPF but I need to add a excel like control for a ASP app.

    Thanks in advance

    Alejandro Castrejon