Browse By Tags

  • Either client/Server side unable to retrieve excel style filter column information

    Hi Team,

    We are using 2015.2 version Infragistics webdatagrid control and applied Excelstylefilter.

    When we checked at server side in DataFiltering event, the eventArg.ColumnFilters  value getting as null

    protected void WebDataGrid1_DataFiltering (object sender…

  • WebDataGrid Default Sort Direction

    Hello

    I have a WebDataGrid bound to a DataView, with sorting enabled. About half of the columns contain strings and the other half contain numbers. Is there a way that would allow that numeric columns to sort in descending order by default (instead of…

  • Error "Invalid JSON primitive: |0|01||" while using moving feature for Date Column in WebData Grid (Infragistics4.Web.v11.1)

    Hi,

    I am using WebDatagrid (Infragistics4.Web.v.11.1) . In my grid I have 3 Date columns I am utilizing

    columnMoving feature. All three Date Coulmns are in TemplateDataField and other are

    bounddatafield. For bounddatafield columnMoving feature work…

  • Fixed line height on a fixed height WebDataGrid

    I have two webdatagrids.  One grid updates another with the drag and drop functionality.  The number of rows in either grid are subject to change from 0 to 100 or more.  For appearances, I have the grids set to a fixed height and when either load up a scrollbar…

  • UltraGrid sorting issue

    I am using Infragistics Ultrawebgrid on my asp page,now I need to sort data based on user clicked columns but every time i don't want to fetch the records from the table.

    I have enabled the in-build sorting property but at certain situations the sorting…

  • WebDataGrid loses page and sort on browser back button

    Is there anyway to have the webdatagrid keep it's page and/or sort when using the back button of the browser?  If you sort or page thru the grid, select a hyperlink and then hit back, the grid goes back to the original state/view from the binding of…

  • Events not firing correctly

    Hello, I just started poking around with the ASP.net controls as a trial and I can't seem to get the active cell changed event to fire. I've gone through the documentation and found an example that should work and i've mimicked it as much as possible but…

  • WebDataGrid 2010.3 Column Filter Bug (visibleDropdownCell Error)

    Hi,

    I've been working with WebDataGrod 2010.3 and have run into a BUG, I think! I have a WebDataGrid that use filtering on a form that is being populated from an Oracle table. In fact I have 4 tabs with each tab page having it's own gid. All grids work…

  • WebDataGrid behaviors are lost after closing & reopening page.

    I have an ASP.NET site with a master page and a web content form that inherits the master form. In that content form, I put a web data grid in the body content section. It binds to data just fine and works great. However, I enable behaviors, save the…

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

  • WebDataGrid - Try to set the "value" of a TemplatedGridColumn such that the Datasource recognizes GetChanges() as having records

    I am using a WebDataGrid (2011v1.2116).  I have a TemplateGridColumn that is a DropDownList Control.  I can get it to load and reload the correct value in the droplist. 

    However, when I post back after a client side change to the dropdown, the datasource…

  • WebDataGrid with MasterPage

    I am following the example from https://www.infragistics.com/community/product_platforms/aspnet/w/aspnet-wiki/49/data-binding-the-webdatagrid-to-common-data-sources to bind to an ObjectDataSource. As it stands, it is working and I am also successful activating…

  • how to implement columnfixing and column resizing for autogenerated columns

    Hi,

    I am using Webdata grid in  a sharepoint application page.

    All my columns are autogenerated(i.e autogeneratecolumns="true" for the webdatagrid)

    I want to know how to implement the column fixing and column resizing for the same.