Browse By Tags

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

  • 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

  • Webdatagrid column disabling and change it color

    hi , 

    how can i disable a column from code behind and change it color to yellow

    thank you.

  • Button inside WebdataGrid data Column and in each row

    hello , how can i add button inside a column rows from code behind (and with autogeneratecolumns) alongside with the row data like the picture mentioned, please help .
    thank you .

     

  • Add button inside webdatagrid columns from code behind

    Hi , how can i add a button inside webdatagrid column from code behind ?

  • WebDataGrid Printing

    Hi,

    How can i can Print  many columns displayed in Webdatagrid directly via browser printer ?

  • NumericEditorProvider limit decimal to have only one whole integer

    I'm working with a WebDataGrid and I need to be able to add values to a database that has a datatype of Decima(4,3). In other words, the values must be something like 1.234, 0.128, 9.001, etc. If I try to add something like 11.120 or 32.15, I get an exception…

  • Unable to get the UnboundValues on click event of Radio Button

    In WebDataGrid control am having UnboundCheckBoxField. I want to get the unboundValues for checked UnboundCheckBoxField in WebDataGrid.

    In code behind am having two server control one is radio button and another one is normal button. And having the…

  • Virtual Scrolling

    I just downloaded the 2011 vol 1 trial to determine if we can take advantage of your controls and i am having a tough time getting it working right.

    I am currently tryint to do virtual scrolling and it seems it only allows me to scroll to the visible…

  • Retrieving checked rows from code behind

    Hi,

    I am new to using infragistics webgrid in asp .net. I have two webgrids, the first one binds a list of users from the database. It has a checkbox as the first column. A user can select the checkbox and hit add button on the bottom. Then, the bottom…

  • Error in WebDataGrid

    I tried the ultrawebgrid in IE9.0 but I just got errors in the Javascript.

    I'm trying the webdatagrid instead and getting further errors:

    "Unable to set value of the property 'height': object is null or undefined"

    This is with…

  • Grid Cell Dynamically disabled or value changed based on change in another field in that row

    I saw this post (https://www.infragistics.com/community/forums/f/retired-products-and-controls/53503/enabling-individual-checkbox-cell-s-in-webgrid/276918#276918) about checkboxes, however, the example that is mentioned to be attached, does not appear…

  • Displaying Image in Column instead of data

    We are using 2011v1.2116.

    I  want to be able to display an image in column in place of some data.  Two examples:

    1) Bit field where we have 0 or 1 instead of checkboxes we want to show no image at all OR a Comment Image.

    2) Image of a Status ID/Code…

  • WebDataGrid equivalent UltraWebGrid Cell Selection

    Hi, how are you? 

     

    In asp.net 9.2 ig for select a current cell in selected row we used:

    UWG.DisplayLayout.ActiveRow.Cells[0].Value.ToString();

    UWG.DisplayLayout.ActiveRow.Cells.FromKey("Codigo").ToString();

     

    But in asp.net 10.2…

  • getting alert "Server does not respond" whenever i add record to WebDataGrid.

    Hi Experts,

               I am getting an error saying "Server does not respond" while loading a form which i am not able to track the same, can some one help me in this.

    ============================================================================
    here…

  • How to create create a webprogressbar as template column in a webdatagrid

    Hi there,

    I am trying to create a several columns in a webdatagrid but in runtime, I have created the normal columns as felds, but when i try to assign the progress bar to the template column i am getting an error like the following.  "You cannot convert…

  • Infragistics 7.1 and Windows 7

    I'm developing in a Windows XP 64 bit environment and using Infragistics 7.1 (7.1.20071.1045) web tools, like webgrid and ultrawebtab.  they work fine in my environment but do not work in a Windows 7 environment.  the buttons are unresponsive, the dropdown…

  • When will the old UltraWebGrid fade out?

    I read from a post in the blog said Infragistics is now developing controls in Aikido framework in full power and the development of non-Aikido controls is almost stopped.

    I'm thinking of when will the old controls (for example my favorite UltraWebGrid…

  • Download webdatagrid data as a zip file

    Hi

    I use Webdatagrid and WebExcelExport tools for some tactical reporting. I have huge data of about 12 MB to fill in the grid and download the same using WEbExcelExporter.

    Is there any was we can zip the content before we download.

     

    Many Thanks

  • error on click button in webdatagrid

     The problem is don't call my fuction btnCalcular_Click when I enter the button click and my WebDataGrid.DataSource is null. Please, help me! 

    My code:

    <ig:WebDataGrid ID="WDG_Articulos" runat="server" AutoGenerateColumns="False…

  • Webdatagrid - automatic field setup - sometimes it doesn't work?

    Sometimes (about 20% of the time)  when I drop a webdatagrid on a webform using VS2010 and then use the CHOOSE DATA SOURCE for the webdatagrid,  the columns do not get configured.   The column names are not from the data source but are Databound col0, Databound…

  • Adding " row adding " behavior to webdatagrid programatically

    Can any one help me adding row adding behavior  to webdatagrid programatically

      Dim RowAdditions As RowAdding = webDataGrid1.Behaviors.EditingCore.Behaviors.CreateBehavior(Of RowAdding)()

    is giving me the object null exception
    
    
    Thanks in Advance

  • Sorting on WebDataGrid with Editor Provider

    Hi,

    I'm having problem on sorting a column in WebDataGrid which having an Editor Prodivder as DropDown.

    As one facing this?

    The column currently sort by ValueField instead of TextField.

  • How to set height of webdatagrid for uniformity in all resolution

    Hello All,

    Please tell me "How to set hieight of webdatagrid for uniformity in all resolution".

    I have put my grid in a table. I tried setting height of table,body, to 100% but it doesn't work.

    i have placed webdatagrid in first row of…

  • Webgridview without InitializeLayout??

    Hi, i currently use ultrawebgrid, i began to develop wiht webdatagrid but i can´t  find the InitializeLayout.  How to initilize a webdatagrid??  if I use datatable How to save a new row in webdatagrid??

     

    Thanks

     

    Johan