Browse By Tags

  • How to add list,textbox and dropdown controls dynamically in web data grid in asp.net

    Please share solution or code if any available

    I have data in data table ....On Intial page load how to add controls like list,textbox and search controls in grid view columns dynamically along with data using asp.net  c# code

  • Run custom javascript after webdatagrid finishes loading (afterloading event)

    Is there an event on the webdatagrid that we can subscribe to, that fires AFTER the grid has finished loading and rendering?

    Could you provide an example of this?

    BTW, checking the document.readystate = "complete" does not work as it is triggered too…

  • WebDataGrid and WebDialogBox doesnt seem to work together

    I'm working on modifying pages that were initially coded and working with the use of asp:GridView and ig:WebDialogWindow

    When I switch to using ig:WebDataGrid the WebDialogWindow now doesn't show up when the WebDialogWindow.WindowState is set to…

  • In a WebDataGrid with an UnboundCheckBoxField, how to hook a callback to the "checkbox clicked" event programmatically?

    I have a WebDataGrid to which I added an UnboundCheckBoxField.

    Now I want to handle the "checkbox clicked" event on he client side. How to configure that programmatically?

    I saw the example at "https://www.infragistics.com/help/aspnet/webdatagrid…

  • How to navigate the Infragistics' WebDataGrid control in the back end looking for the values of an UnboundCheckBoxField column?

    This is a fragment of my WebDataGrid:

    <ig:WebDataGrid ID="WebDataGrid1" runat="server" >
        <Columns>
            <ig:UnboundCheckBoxField Key="SelectedId" >
            </ig:UnboundCheckBoxField>
        </…
  • Query related to arranging columns order in WebDataGrid

    hi Team,

    I am using WebDataGrid in my Asp.Net project for displaying backend database records on UI grid.

    this WebDataGrid commes under Namespace - > Infragistics.Web.UI.GridControls WeDataGrid

    Version - > 19.1.20191.115

    To arranging the columns…

  • What was working in 2017.2 no longer works in 2022.2 WebDataGrid setting Unbound Checkbox value (specified cast not valid)

    Recently updated my project with v2022.2 from v2017.2 components.  In the past, no issues, simple upgrade and publish.  However, something changed and I can't seem to put my finger on it.  It may just be staring me in the face. 

    To isolate if it's something…

  • Hidden input box with null object in Hierarchy grid

    <ig:WebHierarchicalDataGrid ID="WebHierarchicalDataGrid1" runat="server" AutoGenerateColumns="false"
    AutoGenerateBands="false" DataKeyFields="ProcId" Width="100%">
    <Columns>
    <ig:TemplateDataField…

  • dropdown provider

    Hi, I have a webdatagrid (Product, Color_type) the products is text field, and the Color_type is Dropdown Provider cell.

    my DB is is like:

    Product Color_type
    Car

    Red

    Car Yellow
    Car Orange
    Iphone 128GB
    Iphone 256GB

    so what I need is when…

  • Add new row into WebDataGrid using Javascript deleteing the first row

    Hi,

    I have a strange issue, I have a bottom that adds a new records into WebDataGrid using Java script, the issue that after I add the first new row, and trying to add second row it deletes the first row , after that it works fin, only with the first…

  • multi column dropdown provider in webdatagrid

    Pretty new to infragistics.  i am using asp.net web forms

    i have a wdg that is editable.  For one of the columns, i would like to have a dropdown list.

    i have tried both templates and providers, with limited success.  Which is best for my application ?

  • 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.…

  • Working with multi-column WebDataGrid - dynamic column labels

    I am converting a WinForms datagrid to Web and have had a few issues with this.  I am displaying a range of dates as columns and then jobs on those dates.  In this case I have set up 3 groups :- General, Week 1 and Week 2.  Under Week 1 and Week 2 I have…

  • WedDataGrid - Windows 11 shows no overlay scrollbars in Firefox

    The WebDataGrid does not show the overlay scrollbars.

    I can adjust Windows 11 settings to show the toolbars always, and then there is no problem.

    Same in Firefox (after firefox restart that is) by setting 'Widget.windows.overlay-scrollbars.enabled' to…

  • C# Example - How to SET a column in as updatable in a WebHeirarchicalDataGrid?

    I have some old code from UltraWebGrid that sets a column as being updatable.  I am curious if there is any sample code out there that shows how to update a column on a WebHeirarchicalDataGrid or a WebDataGrid as being UPDATEABLE?

    Thanks,

    Wayne 

  • Why my column in webdatagrid didn't hide after databind method?

    I confirmed the app run this dglist_initializeRow event before bind the data into the datagrid.

    Protected Sub dgList_InitializeRow(sender As Object, e As Infragistics.Web.UI.GridControls.RowEventArgs) Handles dgList.InitializeRow

    e.Row.Items.FindItemByKey…

  • WebForms verses MVC

    Which technology do you recommend for responsive partial-page updates: WebForms or MVC?

    I am using Infragistics ASP.NET on WebForms now. But I experience endless problems making pages responsive without full page postbacks. E.g. partial page updates with…

  • Custom Text in Group Row

    I am using a WebHierarchicalDataGrid to group data.  I have the columns and bands configured and they are displaying the data as they should.   

    I would like to customize the text in the group row copied and pasted the following code to thee GroupedRowInitialized…

  • Get the value of two WHDG columns and then set value of progress bar

    I am new to Infragistics and web programming,  I have a ASP.NET WHDG that has two columns that i want to use to set the value of a progress bar that is in the same row as the other two columns.

    Column #1 contains what will be the max value of the progress…

  • Webdatagrid column styling

    How to change style for specific column in webdatagrid?

    Please help me!!

    Thanks in advance!!

  • Infragistics Default Style

    How to remove infragistics style for specific page not for all pages?

    Please help me!!!

    Thanks in Advance!!!

  • How to add new row in webdatagrid?

    How to add a new row to webdatagrid in infragisitcs V21.2?

    Please help me!!!

    Thanks in advance!!

  • Infragistics Tool Box

    I have installed infragistics V21.2 but it is not showing the controls in Visual Studio 2019.

    Please help me!!

    Thanks in advance!!!

  • WebPercentEditor Round Off

    Round off is working fine with infragisitcs V11.1 but it is not working in V21.2?

    Please help me!!

    Thanks in advance!!

  • Webdatagrid Pagination

    How to use pagination in infragistics V21 for webdatagrid?

    Please help me!!

    Thanks in advance!!