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…
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…
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
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…
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…
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…
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…
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…
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…
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="tst.aspx.cs" Inherits="ASSET.Maintain.tst" %>
<%@ Register Assembly="Infragistics4.Web…
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…
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.
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 …
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…
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…
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…
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…
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
<…
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…
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.…
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…
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…
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…
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…
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…