Browse By Tags

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

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

  • Ultra web grid databinding

    I have a web grid in a usercontrol, to which i have to bind a dataset.

     

     

     

     

     

     

     

     

     

    DataSet

     

    ds = new DataSet();

     

     

    int x = ddlSelectedValue.IndexOf('-');

     

     

    if(x > -1)

    ds =

    Selections.GetUnlinkedAccounts(clientID…

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

  • WebGrid in an UpdatePanel Doesn't fire server event on cell update but does postback

    I have a webgrid (8.2 CLR 3.5) in an update panel which is bound from the server side to a combination of data values and a generated column.  The generated column is a checkbox type.  When the user clicks on the checkbox, I expected the UpdateCell or Update…

  • How to remove Pager Link Underline?

    Dear all,

              I am using web grid in site. I change the Pager link color. i need to change the underline of the link. Help me any one.......

     

     

    Thanks

    SundaraRajan.C

  • WebGrid In FireFox Not Working Properly

    Hello.....

    Can Anyone please help me...

    I am having multilevel grid, its working fine in IE7. But i am having some Design Issues in FireFox 3.0.1. The Row Selector Column not Visible Properly in FF. If i change thge width the the design change in IE…

  • Ultra Web Grid Is not visible at server

    Hi All,

    I am using ultra web grid
    On my local machine ultra grid is working but when I deploy it on staging server grid is not rendering and invisible

    Can anybody please tell me if I am missing any thing?

    Thanks in Advance
    Mahesh

  • How to merge cell and header of of UltraWebGrid?

    I am using UltraWebGrid in my application. Can anyone tell me how to merge cells of a row of UltraWebGrid?

    Is it possible to merge header(one heading for all row) also?

    Also I want to allow user to select only one cell at a time (not whole row). How to…

  • Need best way to have a Headder chkbox on Column Headder and Check on that Headder chk box needs to chk all chk boxes very fast

    HI

    1. I have a ultrawebgrid with 200 rows and 20 columns

    2. All most all the cells are editable

    3.these cells having almost all the client side events

    ex: aftercell update, cell change handler, key up, key down

    Then,,,,,,,,,,,

    Need best , infac…

  • UltraWebGrid v.3 showing "Edit Column"

    I am using the UltraWebGrid from 2004, vol 1 version in a .NET 1.1 framework web application.  I have several instances, some with hidden columns, some are read only and some for data entry.  I know it might help to update the application, but that is not…

  • Ultraweb grid add row event firing twice on save button click

    Hi,

    I am using Infragistics 9.1 ultrawebgrid control. My scenario is as follows.

    I have one grid - say Parent grid, contains 3 columns i.e. ID, Name, Address and for each row we will have User Phone information, this will be multiple rows. I am populating…

  • WebGrid Does not work with WebMask as Editor with InputMask

    Hi,

    I want to use the mask input while editing the cell value that is why I have used the InputMask. I want following mask option should be available when I am in edit mode as well as after edit:

    "___-__-___.____" using WebTextEdit alone not a part…

  • ultrawebgrid 9.2 hangs in IE6 and IE8 on grouping

    was using ultrawebgrid 8.2 with no performance issues

    upgraded to 9.2.20092.2056 and on IE6 and IE8 grouping cause IE to utilize 100% of CPU and take 2+ minutes to perform group even with < 20 rows.

    Any suggestions or thoughts?

    No performance issues…

  • ultrawebgrid heirarchy bands problem

     

    Hello,

    I have an heirarchy of ultrawebgrid with 'n-level' heirarchy

    my heirarchical data as follows..

    1-->  data1

               data2

                   data3

    2--> data4

                data5

                   data6

                        data7

                            data8

    this is heirarchical data…

  • Row filtered records is not retained in the Ultra webgrid after toolbar button clicked

    Hi,

    we have one scenario where ultragrid not retained the data after page postback. here i have listed properties we set for ultraweb grid

    1. AllowRowFilter="Yes"
    2. LoadOnDemand="XML"
    3. AllowPaging="No"

    Scenario: #1

  • Move focus from ultrawebgrid to another control

    Hey Guys,

    My apologies in advance if this has been covered, but I really did search and not find an answer to this.

    Situation: Using ultrawebgrids in ASP.Net 2.0.

    User needs to select from a grid. The name of the person in the selected row populates…

  • In UltraWebGrid assign a Drop Down Valuelist to a Grid Cell.

    In UltraWebGrid, I have Column3 with Multiple values separated by commas for some rows in the grid. If the Column3 contains the multiple values, then i want assign the column3 value to the Column2 as ValueList ( dropdown) and i want to select values from…

  • Adding new rows thru javascript does not display the scrollbar in UltraWebGrid, but on clicking on the grid the scrollbars are vissible

    I am actually getting a XML from my WCF service invoked thru javascript, which returns an XML, and am processing that XML to add new rows in the grid. But the scrollbars are not visible, but as i click anywhere in the grid the scrollbars are visible. I…

  • Multiple summaries in group footer

    Is it possible to have multiple summaries in a group footer using the UltraWebGrid?   For example I want to show both the sum and the average of a column for each group.  Also is it possible to show grand totals as well as group footer totals?

  • Lock First Row of the Grid

    Hi

    I am currently using the NetAdvantage 2009.1 UltraWebGrid.I have a problem that  How i freeze/Lock the First Row of the Grid ,it can Not be change nad cant be Scroll

    My Grid is Bound with data table and i put my specific value in first row. thats why…