Browse By Tags

  • Ultra web grid paging at client side

    Hi,

    I want to use the paging feature of asp.net ultra web grid.But I don't find any client side paging.When I use paging on grid for each new page click it makes server event/ajax event.Which is very expensive in my application.Can you tell me do I have…

  • Checkbox column and checkbox in column header in ultrawebgrid

    Hi,

    I have created a templated column and a templated column header. Here is the code snippet:

       <igtbl:ultrawebgrid>
       <Bands>
        <igtbl:UltraGridBand key="ugb1">
         <Columns>
          <igtbl:TemplatedColumn Key="check" Type="CheckBox…

  • Column Header Caption: Text Orientation in Degrees?

    I found a post from last year (January 2008) that helped with setting the text orientation within the header caption to be verticle (90 degrees).

    This is how it can be done within the initialize layout sub, where oCol is my UltraWebGrid.UltraGridColumn…

  • Excel export feature in Ultrawebgrid limits to 65000 records

    I am using 'NetAdvantage2004_Volume_2" in Infragistics.The export to excel feature provided with Ultrawebgrid is supporting MSoffice2003,i.e it just allows 65000 rows of data at a time,The current requirement is to accomodate more than 65000 records.…

  • Ultrawebgrid Column Filter : Error System.NullReferenceException

    Hi

    My application developed using .net framework 4.0 and NetAdvantage for .NET 2008 Vol. 2 CLR 2.0.Im having a ultrawebgrid.In that Im having one template column which is check box column as below

    <Columns>
    <igtbl:TemplatedColumn Width="15%" BaseColumnName…

  • UltraWebGrid upgrade from V7 to V11 - IE8 presentation

    This is just some information about things we found in our environment.

    If you had UltraWebGrid1.DisplayLayout.UseFixedHeaders = True 

    and used

            UltraWebGrid1.Columns(iCol).Header.Caption = "Customer"
            UltraWebGrid1.Columns(iCol).Header.Fixed…

  • Disable cell border in UltraWebGrid

    I have an UltraGrid with only row borders, no cell borders.

    Is there a way to disable the cell borders that show up when clicking on a cell in UltraWebGrid, while retaining the ability to set row borders? I tried setting border:none on the td element…

  • Net Advantage 2011 vol 2 - ultrawebgrid control - update is not working in some web pages

    Hi,

    I am using NetAdvantage 2011 vol 2 - version free dlls in our web base application.

    Dlls version is 11.1.20111.2020. And my web base application is in VS 2010 with .net framework 4.0.

    All web pages are having functionality of create, update, read…

  • Can i add more than two bands in Ultrawebgird?

    Hi... Am new to Infragistics control....I have an issue that I have added band 0 and band 1..Its working fine now.. but i need to add multiple bands..ie band 2,band 3 etc..

    code example: ulwg.DisplayLayout.Bands[1].ExpandAll(true);

     

     

     

     

    If i try…

  • How to manually fire 2011.1 grid?

    We have recently upgraded to 2011.1 from 2006.3 to resolve the IE9 incompatibility issue.  Most everything works except for one major feature.  We often reload grids based on a change in drop down box or other input.  Before, we would use the following BLOCKED…

  • Enable sort for custom data objects with objectdatasource

    I am trying to enable sorting for custom data objects bound to ultrawebgrid via an objectdatasource.

    I tried to disable client side sorting, and set it to only serverside sort, but all that seems to happen is that the client side sort attempts to run…

  • ultrawebgrid : Browser compatibility

    Hi ,

    I am using ultrawebgrid , in this if am doing
    "Drag a column header here to group by that column" works fine with Mozilla but not with IE9.

    Can you please let me know how to overcome this browser compatibility?

    Thanks

  • Cell Text Overlap in Google Chrome and Safari

    Hi,

    We are using UltraWebGrid in our project and we are facing a wierd issue when we run our application in Google Chrome and Safari browsers.

    Text of few columns is more than the width of the cell. In Chrome and Safari the text overlaps the text of…

  • Fixed scrollbar shown underneath grid - probably because of incorectly nesting of HTML tags

    In an UltraWebGrid with fixed header and first columns the grid appears unstable in IE8. The vertical and horizontal scrollbars inside the grid are shown underneath the cells until the user scrolls with his mouse wheel or og resizes the window. The grid…

  • WebGrid

    My WebGrid getting populated with the date and paging is also done..

    lets say my webgrid has 6 pages, now if i navigate to the 6 page and reload the page, instead of grid showing the first page it still shows the 6 page.. ne idea how to counter this

  • change ultrawebgrid header filter icon

    How do I change the filter icons in the UltraWebGrid? I have looked all over and tried different style properties, and have looked through the intellisense properties. I can't figure out how to use my own filter icon. It appears to be built into infragistics…

  • WebAsyncRefreshPanel with ultrawebgrid

    Hi All,

    I am using WebAsyncRefreshPanel panel inside which I have added ultrawebgrid.

    I have used refreshcontent event of WebAsyncRefreshPanel to bind ultraweb grid

    When this asynchronous request goes to server I am getting small spnning image as a…

  • Issue with UltraWebGrid filters on date time column in en-GB culture i.e. date format DD/MM/YYYY

    Normal 0 false false false EN-IN X-NONE X-NONE …

  • How I can change the Text of cell?

    I bind a boolean field to a column,

    row.Cells[2].Text="True" and row.Cells[2].Value=true.Than I change the Text like this:row.Cells[2].Text="是".When I debug the page,the error message is "The value 是 could not be conveted to a boolean value".But I don…

  • Small Decimal Value in UltraWebGrid

    Hi,

    I have a UltraWebGrid where its values can be modified through the grid's Row Edit Template.

    I have few columns in UltraWebGrid where each them has the DataType "System.Decimal".  If the decimal values in these columns are too small…

  • UnHide the column in UltraWebGrid

    Is there any possiblity to set the template column visible from javascript in any event like button click?

  • WebDateChooser in UltraWebGrid not working in IE 9, Date Retrieved as Null in Firefox and Chrome

    Hi All,
    I am using Infragistics Version=8.1.20081.1000. I have 3 columns in UltraWebGrid. In the first column UltraGrid column i have Date, in second Time and in Third Activity Hours. When Clicking Add New row button, new row gets added and the previous…

  • Ultrawebgrid 10.3 Performance issue with IE8

    We are currently using Infragistics ultrawebgrid 10.3 version with IE8 .The problem is , The grid loading and rendering is very slow . But the same code is working fine in IE7  and the performance is better than IE8.
     
    For ex,
    If I am selecting all…
  • strange thing after delete a row in the client side

    we have a ultrawebgrid, which have a column band to a webcombo,  webcombo has DataValueField(ID), and DataTextField(Content), during update/add the row to the ultrawebgrid by selecting the data from  webcombo, it is ok( the grid column will show the DataTextField…

  • Problem with UltraWebGrid after version change

    Hi,

    We are using a ultrawebgrid to show some data.

    One of the columns is of Date type and a WebDateChooser is also applied to that column.

    Recently we migrated from version 8.2 to 9.2. And we are facing some trouble with this date column. Whenever…