Browse By Tags

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

  • Ultrawebgrid increase time before filterrow triggers the filter event

    How can I increase the time before the filter event of the ultrawebgrid fires. The users complain, that they enter a text in the filter cell and that the search starts too fast. Is there a way to configure this behavior? They want to have 6 or 7 sec. before…

  • Ultrawebgrid edit format error in IE8

    I have a simple ultrawebgrid defined like so...

     <igtbl:UltraWebGrid ID="uwgDistricts" runat="server" Width="100%">
        <
    DisplayLayout ViewType="Flat" >
           
    <FrameStyle Height="470px"/>
        </

  • Infragistics ultrawebgrid V 9.2

    We are developing ASP.NET application using ultrawebgrid V9.2.  In one of the page, we want to accept input from the user.  Each row has 2 columns.  First column will be the description of the data being entered.  Second column will accept the data. 

    My Requirement…

  • UltraWebGrid Footer Cell Style

    Hello,

    Our grid is Infragistics UltraWebGrid 7.1.

    We could not find any way to change each column's footer cell style. Every column has same footer style with each other. 

    Each column has to get a different footer cell style.

    Is there any way to achive…

  • Cascading Dropdown in UltraWebGrid ??

    Hi, 

    I want to implement Cascading dropdown in UltraWebGrid. Please let me know how can I implement the same. Below is the example, in single row:

    Ist Column - Country

    IInd Column - State

    IIIrd Column - City

    Now I want when User chose Country only then…

  • UltraWebGrid with browser compatibility

    Hi,

        I'm using UltraWebGrid v10.3 Also webDataInput and WebDateChooser along with the grid. I'm having a problem with the grid when I open it in Opera, it does not load at all.

    So isn't the browser compatibility supported by UltraWebGrid or any…

  • Print Preview option in UltraWebGrid

    hi

    Just like what we have a Print Preview option in WinForms,I need to open a Print Preview page from UltraWebGird, is it possible ..  

    regards

    winnie

  • How to retrieve (get) the checkbox state value from a list of rows in ultrawebgrid

    Hi all,

     I have a couple of questions in regards to how to retrieve (get) the checkbox state value.

    1. I have a an ultrawebgrid with three columns, col1 = Customer ID, col2 = Customer Name, col3=checkbox. (When the checkbox is clicked, it will determine…

  • Checkbox in Grid Header and Select All functionality

    Hi I need a ultrawebgrid with column(0) as checkbox. When I check the header checkbox i have to check all the checkboxes in the column(0).

    how to do this. early response would be greatly appreciated.

    Thanks,

    ATMY@chevron.com 

     

  • Error during UltraWebGridExcelExporter.Export(<UltraWebGrid>) - need help!!!

    Hi everybody,

    I'm using an instance of UltraWebGridExcelExporter to export an UltraWebGrid which is created dynamically. I don't setting up UltraWebGrid.DataSource, just adding Rows and Cells using C#. But everytime I try to use UltraWebGridExcelExporter…

  • Row Context Menu

    Hi you all

    Is There any tutorial about how to implement Row Context Menu in UltraWebGrid?

    Any help would be appreciated

    Thanks in Advance

  • Hiding footer row when ultrawebgrid is exported as pdf document

    Hi,

    In my application, we are using document exporter to export an ultrawebgrid control in pdf format. This grid is hierarchical grid with 2 bands and footer is displayed only for Band[0]. When the grid is displayed on screen, we want to show footer…

  • Horizontal Scroll Bar issue on column resize in Ultrawebgrid

    I have a ultrawebgrid. In that i have 25columns, so it is displaying the horizontal scroll bar. Now when i resize(increasing the width) any of the column, the horizontal scroll bar is not increasing. Because of this the last columns are hidden. If we…

  • UltraWebGrid error after resizing header of column with relative width

    Hello,

    I would like to ask you if you have resolved this problem?

    http://codecorner.galanter.net/2011/10/11/ultrawebgrid-invalid-argument-error-after-upgrade/

    If I have UltraWebGrid with columns that have relative width and I try to resize the headers…

  • Copy Contents of a WebGrid Column to Another Column

    I would somehow like to copy and paste the contents of an UltraWebGrid column to another column within the same grid. I'm using NetAdvantage 10.2. Can someone point me in the right direction if this is possible to do?

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

  • UltraWebGrid rows content box always in front...

    Hello! My problem is simple. I have UltraWebGrids located inside a WebAsynRefreshPanel with others controls. The WebAsynRefreshPanel has the scrool assigned to Auto, so when the content don't fit in, the scrool bars appears. The nasty isue is that always…

  • Unable to locate license assembly - UltraWebGrid

    Hello people

    I have an application running now on a production server ( deployment with aspx files and  bin folders only) ...it was developed by consultants, but they  only gave us  a Bin folder with a lot of   Infragistics.xxxcontrol.dll  , aspx  and aspx.…

  • Sample Browser

    Where have the sample browsers gone for the ASP.NET classic controls...

     

    I was looking for the UltraWebGrid samples that were previously available

  • RowStyleDefault and RowAlternateStyleDefault stop working when UseFixedHeaders is used

    I am using the UltraWebGrid (NetAdvantage for .Net 2009.1) and I use the RowStyleDefault and RowAlternateStyleDefault to attach a CSS class. The alternating rows have the proper styling displayed until I set the UseFixedHeaders to true. Once this is done…

  • WebGrid sorting/loading time in IE vs. FireFox

    I've noticed a significant performance difference in loading & sorting large data grids (200-500 rows) between the IE 6.0 and Firefox browsers.  I can sort a large webgrid in Firefox within 1 second, whereas it can take 7+ seconds in IE. 

    Why…

  • XML Load-On-Demand child row click event

    I have a 7.3 UltraWebGrid bound to a two-table hierarchical dataset. It loads and works fine, i.e. the parent rows load first and when you click to expand a parent row, it then pulls down and loads the related child rows. Here is my question: When I click…

  • How to add custom events for CustomLabels in UltraWebGrid?

    Hi all,

    I am trying to add next and prev images with CustomLabels in pager.

    I am able to add this using

    Pattern="<li><a href='#' class='icon prev'></a></li> <li>[default]</li> <li><a href='#' class='icon next'></a></li>"…

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