Browse By Tags

  • How to set the selection when using filtering?

    I'm using the webdatagrid from Infragistics45.Web.v16.1, Version=16.1.20161.2117. The grid has filtering enabled.

    The problem with this is when the user select Filter. The WebDataGrid.Behaviors.Selection.SelectedRows.Count has the right count of selected…

  • WebDataGrid - Custom Row Editing

    Hi,

            I have opened up a case # below but also thought of posting my questions here for the benefit of others.

          CAS-195239-H4D4V6

    WebDataGrid and i have posted my html code base which you can leverage

    I am looking for the below functionality.

    1. When…

  • Hyperlink in WebdataGrid

    Hi

    How to set hyperlink in webdatagrid and once user click on any link i need to pass some data in querystring to another page ,

    One more question is how to get selected row changed severside event for WebDataGrid

  • access EnableCrossPageSelection with javascript

    hi,

    I am using WebDataGrid with paging and selection with the EnableCrossPageSelection set to true.

    I am trying to get the selected rows on the client side. With the get_selectedRows() method i get the right number of selections, but when trying to get…

  • Impact of changing CellSelectType to None

    I have a WebDataGrid in 15.2 verison of Infragistics where the style of select row in grid used to be retained when user tabs (using the keyboard tab key) across the columns. With an upgrade to 16.2 version of the Infragistics control this behavior changed…

  • WebDataGrid - Change selection behavior of single row in dynamically created grid

    Dear Infragistics Support

    I have a question concerning the WebDataGrid in ASP.NET. Since the number of columns of my grid is not known beforehand, I Need to create the grid dynamically in the Page_Load(..) Event of the Code-Behind file. Now what I…

  • How to use Unbound check box in Webdatagrid to collect the data of the rows which are checked by the user of the webpage

    Hi,

    I want to implement a functionality where i have a webdatagrid populated using a SQL datasource and the datagrid will be having a check box column to select the rows in the grid on the webpage. The user of the web page will select few rows from the…

  • WebDataGrid-How to select one row

    I am exchanging the data of two rows,realizing that,when the user select one row and click the "down" button,he can exchange that row of data with the next one.

    Now,I have got the step that,the exchanging makes sense,but,I'm puzzled with the row…

  • RowSelectionChanged gives inaccurate result on multiple selection

    Hi. I am using a WebDataGrid control with multiple rows selection. i have noticed that when i drag the mouse to select multiple rows the selection changed server event is being fired way before the mouse button is release.

    Is that the expected behavior…

  • Not able to have rows selected on "..DataFiltered" function

    <%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true"
        CodeBehind="tst.aspx.cs" Inherits="ASSET.Maintain.tst" %>

    <%@ Register Assembly="Infragistics4.Web…

  • How can I remove persisted selected row pointer on webdatagrid from client side?

    I am causing a post back of the webdatagrid (with new control parameters from my object data source) ... from the client side.

    I need the first row of the new grid to be the selected row.

    Using the following code, I am able to programmatically remove…

  • AutoCrud not functioning correctly.

    I have a webdatagrid that I am binding a datasource to..

    I have crud enabled...

    When I change text in a cell then leave the cell/row. and click on a update button on the page, I look at the dataset and the rows are getting updated with new values.

  • WebDataGrid1_RowUpdated

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

  • How to get the selection when using filtering, paging and sorting

    I'm using the webdatagrid from version 2010 vol 3. The grid has filtering, sorting and paging enabled. When the page is postback, I always set the grid datasource from the Page_load with the data just in case any of the 3 features were used from the…

  • Problem with EnableCrossPageSelection

    Hi,

    I'm using infragistics version 10.3.
    I have a problem with the EnableCrossPageSelection property of webDataGrid.
    This is my webdatagrid:

    <

     

    ig:WebDataGrid ID="WebDataGrid1" runat="server" Width="100%"    EnableDat…

  • UltraWeb controls not working properly in IE9

    I am using UltraWebGrid and WebCombo in my web application these controls are not working properly in IE9. If i run my web site through the Microsoft Visual Studio then While selection change the WebCombo or select any row in the UltraWebGrid i am getting…

  • changing selected row.. server side

    Using the 10.3 datagrid..

    On the server, I want to deselect the current row, which i can do.. SelectedRows.clear

     

    however, I want to select another row, all I have is  a row index.

    How in the code behind could I do that?  using vb.net

    mygrid.behaviors…

  • WebDataGrid rowselectionchanged event not firing during postback

    I have two webdatgrids on a page, the first one the rowselectionchanged event fires and the second one it doesn't.  They are both set up the same.  Below is the 2nd one which is hte one where the event doesn't fire.  Any suggestions? Thanks

    <…

  • RowSelectionChanged Returns Null?

    I have an interesting issue here.

    I am intercepting the auto postback flag for RowSelectionChanged for a WebDataGrid with Virtual Scrolling enabled, EnableAjax false (require notification of autopostback flags), and EnableDataViewState false.  The Grid…

  • Handling *SelectionChanged-events in JavaScript through the CSOM

    HI all,

     

    I'm wondering what's the "correct" way to handle the Row-/Column-/CellSelectionChanged-events in the browser. ASP.NET AJAX already provides an event framework, the WebDataGrid, however, seems to roll its own implementation here.…

  • JSON Error using Response.Redirect in CellSelectionChanged event

    Using NetAdvantage 9.2 AJAX CLR3.5

    Exact Error: Microsoft JScript runtime error: Sys.ArgumentException: Cannot deserialize. The data does not correspond to valid JSON.
    Parameter name: data

    When I try to redirect to a different page in the event code…

  • Need to capture webdatagrid activecellchanged or cellselectionchanged in vb.net code behind

    II would like to capture a click on a TemplateDataField with a vb sub, not in a javascript function. My vb function handles a number of things & I'm not good with javascript. I have enabled the Activation and Selection behaviors on my webDataGrid (v9…

  • CellSelectionChanged event problem

    I'm having a problem with the results of the cellselectionchanged event when working with a grid the has column filters applied.  Examples use this site:  http://test.medicalmethods.net/jobboard.aspx

    If I click "Add+" (Add to Cart) in row 1 of the…

  • Restoring Selection after filter is cleared/changed.

    Hello.  I have an interesting task and I'm not sure whether or not it can be done with the WDG.

    Right now, I have a WDG linked to a data source with virtual scrolling and single row selection enabled.  This data needs to be filterable/searchable, so…

  • Why does this WebDataGrid cause a PostBack on arrow key navigation to new cell?

    All of the other WebDataGrids on my site work correctly, with deferred update and Autocrud = False.

    The WebDataGrid below correctly updates the database value by calling "WebDataGrid1_RowUpdating" in the code behind.  But it's incorrectly causing…