Browse By Tags

  • Unbound checkbox losing state after second postback

    Hi,

    We have found the following behavior with Web Grid, and want to confirm if the same is a bug.

    Created an Unbound column of CheckBox Type, and placed a 'Test Postback' on the page (outside the WebGrid).

    1. Check one or more Check Boxes

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

  • Make cell checkbox

    Is there a way to make a cell a checkbox cell without making the entire column of type checkbox? I'm converting a winforms dialog to the web and this functionality is possible with the UltraWinGrid...but I can't figure it out in the UltraWebGrid. thanks…

  • Ultrawebgrid Filter on Checkbox Column

    Hi,  I have a grid with all text columns but one.  I have filtering enabled and it works for all of the text columns, but it does not work for the checkbox column.  The checkbox column is of type boolean.  How can I get the checkbox column filter to work…

  • Any Sample for Checkbox Selection with Select All option

    Hi,

    I am a using the new WebDataGrid. I checked the samples installed with the 2010 bundle and there is no example of this simple scenario: Checkbox selection for the rows in the grid and a checkbox on the header to do "select all".

    Please…

  • Checkbox Column always FALSE

    Version:  Infragistics2.WebUI.UltraWebGrid.v8.1

    I am using the grid in a web part (currently just in an asp.net page)

    Currently, I am doing the following:

    1.  If the page is a post back (grid data modified) - I check the first colum data type, and if…

  • Webgrid checkbox only fires UpdateCell when checked not when unchecked

    Hi,

    The first column in my grid is a checkbox.  In Javascript, when I check the checkbox, AfterCellUpdateHandler excutes correctly.  Then the server-side UpdateCell fires correctly.  I now click the checkbox again (without leaving the row) to uncheck it…

  • CheckBox lost state with WebGrid paging

    Hi

     I am using infragistics 2008 ultrawebGrid in my page and i in one of the pages i want to add a checkbox column to the grid. Ok, ths was fine, the problem its when y use paging and i want the user to check any rows he want; when he want to change the…

  • HOWTO: Hierarchical checkbox selection with an Infragistics UltraWebGrid

    I couldn't find any guide on how to enable hierarchical checkbox selection in the UltraWebGrid (checking a checkbox in a parent row checks the boxes in its children rows), so I made a blog post about it when I was done.  Check it out if you need the…

  • Enable or disable a checkbox based on data value

    I am trying to enable and disable the checkbox depending on the dataset. If the value is true or 1 then

    i want the checkbox disable other wise it should be enable.

    Is there any idea ? Please help me out.

    Thanks in advance.

    Saro

     

  • WebGrid - Check All, Uncheck All

    Hi,
     

    Normal 0 false false false MicrosoftInternetExplorer4

    I have a webgrid with 2 columns. The first column is a bound field and the second is an unbound…

  • Need help with cleint and server side code (ultrawebgrid)

    I am planning to display a grid as shown below...group the grid by default with a column in the code (but don't want to display the column name there...it's displaying "Role" here in the image). Here for each group, there may be several rows(funds). The…

  • Getting row of second band in Hierarchical Grid

    I have a hierachical grid to which I have added a column of check boxes in both bands.  I need to be able to get/change the value of a check box in the second band but have no way to get which row in which the check box resides.

    How do I get the row/cell…

  • CheckBox column

    I have a DataTable bound to an UltraWebGird;  the DataTable has a column which contains either a Y or N value that I would like to represent as a checkbox.  How do I go about doing this? In the WinForms world with an individual checkbox I would typically…

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

  • Value Returned by ColumnType.CheckBox

    What are the reasons that the value returns false (boolean) when a check box is not checked, but returns "true" (string) when the check box is checked?

  • Checkbox selections getting lost?

    I have an UltraWebGrid bound to a data source.  I have a Checkbox column (Type = CheckBox, Datatype = System.Boolean) in the grid that is not data-bound.  Users select the checkboxes for the rows they want to do a report on, then click the "Report" button…

  • WebGrid - stop or do postback from client

    I want do postback if had changed some cell with checkbox and quantity of pages > 1.

    How I can do this from client side? What are an event handler on server (ActiveCellChange)?

    ---aspx

    <ClientSideEvents CellChangeHandler="OnGridCustomerContactsCellClicked…
  • Accessing CheckBox in webgrid

    Hi,

     I have a template filed containg checkbox in it. how i can access that checkbox value from code.

    As I have tried with

    ((CheckBox)(UltraWebGrid1.RowsIdea.Cells.FromKey("CheckBox1"))).Checked;

    But it is not working...gives error "Cannot convert…
  • delete operation in ultrawebgrid using c#

     hello viewer,

    i am very beginner of infragistics.I had been surfing for the answer for my question more than a day. Plz help me.

    My doubt is i have a webgrid, with two template column,one contains the checkbox..When i click delete button  i have to delete…

  • Set checkbox value programatically

    I am trying to replace an existing datagrid with an Ultrawebgrid, but need to be able to check a checkbox from the server side.  I can't do it in Javascript as it relies on only checking specific rows.  I have tried setting the value of the cell to be…

  • WebGrid checkbox event

    Ok, so I searched the forums and kb and haven't been able to find a good answer yet. I'm sure I just missed it so forgive me! :)

    I have a webgrid with a templated column using a checkbox as the control. I want to capture the click event. I've tried…

  • Copy of webgrid row with checkbox column not working

    Hi, I've edited my original message to make it easier to read and updated it to my current situation so please ignore my 2 subsequent posts.

     

    I've added a checkbox column with select all checkbox header to my webgrid as per this forum post http://forums…