Browse By Tags

  • 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…
  • Does WebGrid allow displaying/hiding only through CSS styles display and visibility?

    Does WebGrid allow displaying/hiding through CSS styles display and visibility? I dont want to use WebGrid property Visible but want to display/hide only by setting style attributes display and visibility.

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

  • UltraWebGrid (with Async Callbacks involved) - Adds (or deletes) more rows when you're not looking!

    Hi,

    I have a situation where I have an UltraWebGrid that resides on an UltraWebTab control.  I have client-side buttons for adding/deleting rows from the grid.  This grid behaves pefectly normal when I don't include any AJAX functionality.  However…

  • Paging, sorting and databinding

    Hey guys,

         Using an ultrawebgrid. No ajax or master pages, etc. The grid is set up to allow paging.

    Scenario - we have a panel with a menu of image buttons.  Each button allows the user to see a different set of data, so the page is being told what mode…

  • Allow Leading spaces in the UltraWebGrid cell

    HI All,

    I am trying to allow leading spaces in the cell for UltraWebGrid 3.1, After the edit cell, i m not able to see the leading spaces in the cell, its implicitly trims out the cell without spaces.

    Please let me know, how to allow the leading spaces…

  • Fixed header in UltraWebGrid

    How do you set the title row to fixed in the UltraWebgrid.

    I thought that  :

                   grid.displayLayout.UseFixedHeaders =

    True

    HowWould do it, but it has no effect.

    I have set the controls property as well as used the code above.

    Thanks,

  • 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

  • Contents which is in Textbox cannot be selected

    Hello,

    I am having UltrawebGrid and I am populating this grid in client side using javascript.  I have a textbox in one of the columns. I am having two problems with it

    1) when i type in some text, if i make a mistake, i am not able select the contents…

  • Ultrawebgrid with hyperlink column

    Hi,

    I am using a ultrawebgrid with one of the columns as hyperlink. On InitiazieRow i have created a hyperlink column & have set TargetURL to

    string.Format("@[_blank]Page.aspx);

     

    But I want to open this page.aspx with focus on it & at the…

  • UltraWebGrid Select row issue on IE 7 & IE 8

    I am using UltraWebGrid of NetAdvantage version 9.1. I am getting selection problem in the grid on IE 7 and IE 8. When i select any one row then it is fine. But when i select any other row i get the following error: 'igtbl_StateChange.base.init' is null…

  • How to Bind WebdateChooser to webgrid column in client side?

    Hi guys,

    I want to bind a web date chooser to a column in a web grid in the client side using javascript, i.e when i click on the cell, a web date chooser should pop up.

    If u guys have any idea,plz help?

  • Alignment Problem in UltraWebGrid when css class is used

    Hi,

    I have a Ultrawebgrid control in which some columns are aligned to "center" in design time.

    I have associated a css class to this control. In runtime if I see the columns, then all the columns are

    aligned to left. I'm not sure why this…

  • Ultrawebgrid Header of Grouped Rows Problem in Firefox

     hi,

    I am having two issues

    1) i ve a page which allows user to enable\disable paging. when user disable paging all records[around 500] are displayed.I am using             UltraWebGrid1.Browser = BrowserLevel.Xml;
    e.Layout.LoadOnDemand = LoadOnDemand.Xml;

    now when i…

  • Add New Row: Populate columns based on a selected column

    Hi evryone,

     I am facing this problem from quite some time Please help me out.

     I have a Page with a webgrid i have 5 columns 2 uneditable and 3 are populated with dropdowns on selection of an employee from the first dropdown i have to populate his name…

  • Sample Application For Web Grid Insert,Edit,Delete

    Sample application for webgrid insert,update,delete using dynamic controls How is it possible?

  • Webcombo in WebGrid doesn't show when using cell.beginEdit() in FireFox

     Hi All,

     I have come across a problem in firefox. I have a webgrid with webcombo on a page, (ajax enabled and uses update panel) I have also added the webgrid CellClickHandler on client.

    Basically, if a user first click on a cell, another webgrid on the…

  • WebCombo in WebGrid trigger by double click instead of single click

     Hi all,

     I am wondering whether is possible to have a webcombo in webgrid that trigger by double click instead?

    Because, I would like to single click a webgrid cell to create / display another webgrid on page with additional information regarding the cell…

  • UltraWebGrid with checkboxes and dropdowns as columns

    Hi,

     

    I want to display a scrollabe ultrawebgrid with some columns as dropdownlist or most probably webcombo ( which will be populated from database ) and checkboxes. Also I want to perform some functionality if checkboxes are selected on server side.

  • Custom 'No Data to Display' message

    Hi,

    Under some circumstances it may be possible for my Webgrid not to have any data and consequentially to display
    the 'No Data to Display' message.

    My question is: where can this message be changed? I would like to display my own custom message…

  • Get edited item in ultragrid cell

    Hi

     

    I am using a UltraWebGrid, in which I want to get value of UltraGridCell only if its value is edited.

     

    How can I check at server side if value of UltraGrid cell is edited or not ?

    Please help me

  • Problem with ultrawebgrid buttontype column

    Hi all,

     i have an ultrawebgrid inside a webasyncrefreshpanel. the code created inside the load event, create a column in the ultrawebgrid.

    the vb.net code that i have used is: 

                         Dim colonna2 As UltraGridColumn = New UltraGridColumn(True)
                        colonna2.Type…

  • Unbound Ultrawebgrid

    Hi

     I am using ultrawebgrid with unbound & multiheader columns to populate data. Data is getting populated correctly . But when the page is postbacked grid is refreshed without maintainng its state even though I am maintaining state while creating columns…

  • How to Ultrawebgrid : get only updated values

    Hi All,

    I having a scenario that i need to get only the updated values in the UltraWebGrid and update the DB with only the changes/Modified Records inside the grid.

    How to get only the updated rows and columns values in UltraWebGrid.

     Is there anyway to…

  • Paging "out of the box"

    Please forgive me- I'm an Infragistics newb.

    Does the UltraWebGrid (for .NET 3.5) support paging of a single bound DataSet?

     That is, I want to bind a DataSet to the grid, and then have the grid page itself (either totally on the client side or via…