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…

  • TemplatedColumn dropdownlist not accessible from code behind

    Hi,

    I have created a templated column. Here is the code snippet:

          <igtbl:ultrawebgrid><Bands><igtbl:UltraGridBand key="ugb">
                                              <Columns>
                                                 <igtbl:TemplatedColumn Key="action">
                                                     <CellTemplate>


                                                        <asp…

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

  • Exporting WebDataGrid V10.2 using WebExcelExporter V10.2 using Infragistic2 for Excel2007 format

    Actually I am trying to export webdatagrid using WebExcelExporter in Infragistic2 .  I am using following code for that.

    -------------------------------------------------------------------------------------------------------------

    Me.UltraWebGridExcelExporter1…

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

  • UltraWebGrid group error...

    Hello, I use the group functions as follows ..

    <GroupByRowStyleDefault BackColor="Control" BorderColor="Window">
                     </ GroupByRowStyleDefault>
                     <GroupByBox>
                         <BoxStyle BackColor="ActiveBorder" BorderColor="Window"> …
  • Ultragridview on a Search Page

    Hi ,

    I am trying to use ultrawebgrid on a search page with different textbox and different butons. I plan to call different stored procedure for different buttons to bind the grid.

    If i am binding the data on Button click event i am not able to have…

  • Differentiate between webgrid scrolling and new listbar selection?

    Hi, hopefully an easy question for someone. I'm trying to set up a statement that chooses whether or not to create a new binding. So InitializeDataSource would have something like this:

    If <new report selected> Then
    webgrid.Rows.Clear()
    webgrid…

  • Server event for templated column not being triggered?

    I have a templated columns with a radibutton control in a webgrid.

     <igtbl:TemplatedColumn>                          
     <CellTemplate><asp:RadioButton ID="chkDel" runat="server" OnClick="SelectSingleRow(this);" OnCheckedChanged="RadioButton1_CheckedChanged"/></CellTemplate…

  • UltraWebGrid column headers misaligned

    Hi all.

    I am using UltraWebGrid v6.3, and i am generating columns and data at runtime

    I have fixed a column in this grid by setting the property UseFixedHeaders="true"

    when i manually adjust the column width and then do any server operation…

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

  • Filter setting of UtraWebGrid-Can it has multiple selections?

    Dear Sir/Madam,

    I am using the UtraWebGrid and set the AllowRowFiltering OnClient. I love this function. However, is there any way that I can set the filter to accept multiple selections on the filter?

    Thank you,

    May

  • How to get the cell value on the button that inside the UtraWebGrid column template

    Hi, Dear Sir/Madam,

    I used UltraWebGrid. In the Grid, I have a column that using Column Template. In the Template, I used the AjaxControl ( AsyncFileUpload). So, I can click the button in the column template to browse and upload a file and get the data…

  • WebGrid not working in FireFox3.6 Issue

    Hi ,

              I Have WebGrid i am adding the rows for it with a javascript function, This works fine untill FireFox3.5, When the users started using the FireFox3.6 my 2009(9.2V) Control WebGrid is no more adding the new rows, So i tested with a sample application…

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

  • Loosing row selection after postback(when we do scrolling.) scoll szie is not correct.

    Hi All,

    In UltraWebGrid, We are loosing rows selection after postback(when we do vertical scrolling).

    After too much googing i found this code to  solve my issue.

     

     

    protected override void OnInit(EventArgs e){

    UltraWebGridName.DisplayLayout…

  • WebGrid rows disappear after choosing filter

    When I apply a filter on my grid, all of the rows disappear, including the items filtered in.  If I then click on the header to sort it, the filtered in rows show up.  It looks like something is happening after the filter is applied.

    I have tried several…

  • Update Data in Database using RowEditTempate

    Hi,

    I am using Infragistics WebGrid in my one of the project. I just trying to create one sample using WebGrid.I used a RowEditTempate for edit a Row Data.

    My Problem is , When i Edit a data using RowEdit Template and press the ok button. then changies…

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

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

  • ultraweb grid

    hi

    i have a need to display a child band in the web grid.The column types to be a textbox,listbox and submit button.How can i do it.

  • Webgrid row number issue

    Hello All,

    I'm having problem in displaying serial number in web grid.First time it works well but when i click on any column which are sortable then serial number is getting disorder. my requirement is to have serial number unchanged even if user click…

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