Browse By Tags

  • Adding 2 DatePickerProvider to Single Column in WebDataGrid

    I have a requirement to filter results in a WebDataGrid by applying filter on Column CreateDate(DateTime) using 2 DateTimePickers i.e:

    -There should be a DateTimePicker to select the starting date and there should be another DateTimePicker to select the Ending…

  • Including the RowAdding behaviour making the row header smaller than usual

    Hi ,

         It would be much appreciated if you could help me to resolve this issue,

         Whenever I include the RowAdding behaviour in the webdatagrid (11.1.20111.2178), the row headers are becoming smaller than usual.

      

    Thanks & Regards

    Jai

  • Set MaxLength of input cells in webdatagrid

    I am trying to limit the length of text entry fields in a simple webdatagrid. I have tried using a texteditorprovider.

            nameEditor = New TextEditorProvider()
            nameEditor.EditorControl.ID = "Name"
            nameEditor.EditorControl.MaxLength = 10
                Dim editCo…
  • update rows in webdatagrid

    Hello,

    I have really some problems using the webdatagrid in order to make simple CRUD with a database.

    I have my grid with some data and outside of my grid, I have "new row" button, "edit" button, "delete" button and "save" and "cancel" button.…

  • Editable WebDataGrid with DropDownEditor Position Issue

    Hi,

    I have a WebDataGrid where the columns are editable. The Editor used is the DropDownProvider.

    When we click on the cell, we show a dropdown as the editor to select items from the dropdown. If the cell text is small then the dropdown shows correctly…

  • Defaulting selected index of a EditorControl dropdown based on the selection of another editor control dropdown

    Hi

    I'm implementing dropdown list defaulting based on selection while editing/adding a row on a webdatagrid. I have the events firing for selected index changed and data bound, but can't seem to set the selected index, i've tried      

              ddlUnitID…

  • How can I get RowAdding to work with BoundCheckBoxField?

    Hello!

     

    In my DataSource, there is a boolean property that I'm representing via a BoundCheckBoxField in my grid (whick works fine). CellEditing with the CheckBox also works, but I want to be using RowAdding, and I just can't get it work with BoundCheckBoxField…

  • WebDataGrid - Batch Updating AND Sorting

    We are a few versions behind, but we hope to update to 2013.1 (or whatever the latest version is at the time) as soon as we can.  One of the things we are interested in are the improvements to the WebDataGrid.  Wondering how batch updating interacts with…

  • WebDataGrid Edit column: Can you display a button there or something?

    When the WebDataGrid is displayed, I know if you double-click in the first column displayed (which contains all blanks) it will bring up the Edit Record template.  Is there any way to put a button or an image or something in that cell so that it's more…

  • WebDataGrid custom pager with batch edit

    We are using WebDataGrid from NetAdvantage 2011.2 for Asp.Net –bundle and embedded the custom pager described on page:

    http://www.infragistics.com/products/aspnet/sample/data-grid/paging-custom-pager-template

     

    The custom pager works fine when…

  • Finding if a cell is read only from javascript

    I have dynamically generated columns, at runtime on the client side I need to determine if the column (or the cell) is ReadOnly. This value was set on the EditingColumnSetting in the code behind as all columns are generated on the server. (none in markup…

  • Table doesn't have a primary key after updated data

    hi,

    I'm getting error "[MissingPrimaryKeyException]: Table doesn't have a primary key." after updated a cell in webdatagrid.

    For your information the data has been updated into database and after re-populate the grid i'm getting "…

  • 'Requested record cannot be found by key' with custom DDL pager

    Hello,

    I am using the v12.1 of WebDataGrid and I create a custom pager with a drop down list (for page numbers) and 4 buttons (first, prev, next, last).

    The grid has two editable columns (a textbox and a drop down). The problem appears when I open the…

  • webdatagrid not updated

    Hello,

    i use WebDataGrid Version 11.1.20111.2064 with Asp.Net 4.x. The grid is bound to a SqlDataSource, AutoCRUD is enabled and if i change a value in a cell, the update is working correct.

    But if i try to set the set the value of a cell via a javascript…

  • WebDataGrid - set_value on cell causes CellValueChanging event to refire

    With the old UltraWebGrid, we can update a cell in the grid like this:

    cell.getRow(i).getCellFromKey(

     

    'Included').setValue(false, false);

    The second false parameter stopped the change event from refiring.

    With the new grid, I do…

  • Async Request Failed - Data Reader - Manual CRUD

    I fill the webdatagrid successfully with a sqldatareader.

    I have the webdatagrid set to AutoCRUD = False

    I want to capture the rowupdated event and do my own thing with updating the record.

    I edit one of the cells in the grid and it is and it is throwing…

  • Checkedbox columns loosing their value on page index changed

    Hi team,

                     I am using webdatagrid in an application.In the webdatagrid i have enabled paging.I have also enabled cell editing for check/uncheck of unboundcheck box field.The problem is that the checkbox fields/column is loosing its value whenever i change…

  • Format / Style Individual cells of WebDataGrid

    I need to control access to individual cells of a WebDataGrid based on a external datatable Used to build the grid column and rows.   The grid is being used to place orders based on Product availablitiy.   Basically controlled by two values (one drives columns…

  • Postback following WebDataGrid RowUpdated event on server side

    Environment  - Asp.NET    CLR 3.5    Infragistics 2010 Vol 2    VB.NET    
    WebDataGrid Version=10.2.20102.2101

    After I update a row on the webdatagrid I want to update a label on the web page. 
    After I perform an update on a row in the grid and I either tab to a new row…

  • WebDataGrid1_RowUpdated

    Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …

  • DataKeyField and Column Issues with Infragistics UltraWebGrid

    Hi,

    We are upgrading our Infragistics UltraWebGrids from NetAdvantage 1.1(old .net 1.1 code) to NetAdvantage 2011 Vol 1. In many of our old pages which use the grid, we set the datakeyfield in the Initialize Layout to an ID column from the dataset (lets…

  • Web Data grid edit issue ( dataSerialization faliure , invalid response)

    Hi

    I am using web datagrid 10.3 .

    I have to do edit some field in Webdatagrid and edited filed i have to save on save button click.

    when i am editing any row then its throw Dataserialization failure, invalid response.

    below is my grid

    <

  • CellValueChanging client side error

     

    I have a grid that I setup using the GUI. I added one client side handler

    WebDataGrid1_Editing_CellValueChanging

    after adding the event, I get an error:

    The "WebDataGrid1_Editing_CellValueChanging" for "CellValueChanging" should be a function, function…

  • WebDataGrid not firing rowupdating event

    In my application there is going to be only one row in grid and I need to perform UI logics based on when mover clicks between cells(colimns) after changing cell values. For simplicity, I have kep all fields databound fields(not template fields). I have…

  • Problem with Batch Update and Activation

    I tried to implement batch update (AutoCRUD=false) with activation, but my implementation works for normal update but I got a problem when edit the same row for TWICE.

    protected void WebDataGrid1_RowUpdating(object sender, RowUpdatingEventArgs e)
    {

        //Add…