Browse By Tags

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

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

  • ultrawebgrid templated column check box.

    i have added a templated cloumn(checkbox) in ultra webgrind. how can i check whether the check box is checked or not in clientside, im adding rows dynamically in through javascript.. and im using net advantage 10.3

     

     

     

     

     

     

     

     

     

    <igtbl

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

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

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

  • 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

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

  • Checkbox in the header how to keep values on sort and how to make it not moving

    I am trying to implement ultrawebgrid and I have problem. I have checkbox at the last column in the datagrid. First I would like all the columns in the grid to be able to move, sort and filter, but I want to prevent that checkbox column from moving, I…

  • Have page load run everytime modal window is opened.

    Hey Guys,

         I have an ultrawebgrid on an aspx page.  I've tried this with a link column and with a templated column with link buttons. Here's the situation:

    The links or buttons (whichever) has a ClientScript.RegisterStartupScript statement that…

  • Get Filtered rows

    hello,

    how i can get only the filtered rows of a webgrid?

  • How to get the value of a cell in a webgrid using javascript?

    I have a web grid with radio button as a template column.

    On the click or CheckChange of the radio button, i need to get the value of a cell in the particular row in the web grid and populate a hidden field with the value. How can this be done using…