WebDataGrid™ is a grid control with native AJAX capabilities. It is built on top of the Infragistics ASP.NET AJAX framework.
Questions tagged [webdatagrid]
72 questions
4
votes
0 answers
Infragistics v15.2 webdatagrid - Unable to find control in Template column
Recently I have upgraded my app from infragistics v12.2 to 15.2
I am using 'TemplateDataField' of webdatagrid in many places.
After upgrading to 15.2, my controls & pages were unable to find controls of Template column
foreach (GridRecord row in…

Surya
- 61
- 5
4
votes
2 answers
Efficient way to measure longest cell in table column
I am trying to determine the widest content in HTML table cells of fixed width. Currently I am using an external sizer DIV:
in this code
var iColWidth =…

Yuriy Galanter
- 38,833
- 15
- 69
- 136
3
votes
1 answer
Infragistics grid row selection of one page is mimicking to next pages
I have an Infragistics grid where the first column is Checkbox column to select the row. Multiple row selection is enabled. Now, the issue is that, the checkbox checked state of one page is persisting to next pages too. For example, if I checked 3rd…

user1197114
- 63
- 1
- 3
- 9
2
votes
1 answer
How to uncheck the header checkbox in WebDataGrid in C#
I have a WebDataGrid and an UnboundCheckBoxField column. I want to be able to check and uncheck the check box in the header from the code behind, thereby selecting or unselecting all the items.
There is WebDataGrid1.Columns["IsActive"].Header but…

Peter Chikov
- 172
- 3
- 16
2
votes
2 answers
FindControl in Infragistics webDataGrid
I have ig:TemplateDataField that contains label.
In InitializeRow event handler I try to find that label with e.Row.FindControl but I get null.
I was not able to find another way to find my label.
How to look for controls in WebDataGrid rows during…
IgorB
2
votes
1 answer
WebHierarchicalDatagrid Shows No Data on Initial PageLoad
I have a WebHierarchicalDatagrid where I manually create the columns in my PageLoad() event. None of my columns shows on initial page load, even though the datasource has data that matches the columns. (I DO set and bind after the columns are…

Barry Solomon
- 33
- 2
2
votes
1 answer
how to clear filtering, sorting and paging on a webdatagrid on client side?
I have a webdatagrid which retains data on searching in text box. I have noticed when I filter/page/sort the data and before clearing any of these I make a new search then the new search results retains previous filter/page/sort condition. I am not…

jdag
- 149
- 3
- 11
2
votes
1 answer
Lose dynamic data binding on postback
I have a webdata grid that is being populated during runtime (each time a user clicks on a different button, it loads different information)
The problem is that on selected row change the grid is not getting the right row because it does a post…

Dman
- 553
- 1
- 11
- 33
2
votes
1 answer
Infragistics Grid Selection
I am using Infragistics Grid in my web application. I have checkbox inside a template field. My grid has a paging too. when I do selection of some rows and go to next page my selection is not persisting. Is there any property which we need to set?.…

Rahul
- 156
- 2
- 21
2
votes
1 answer
Assign Tooltip to cell of selected row in Infragistics WebDataGrid
I have an Infragistics WebDataGrid of group names. I would like to add a tooltip to the group cell that lists the doctors associated with this group when the user selects it.
I created a row selected event that gets the doctor's names when the group…

Gloria Santin
- 2,066
- 3
- 51
- 124
2
votes
0 answers
Infragistics WebDataGrid in SharePoint - Async Request HTTPException on code blocks
I am getting an error when using the Infragistics WebDataGrid on my SharePoint site with using only dynamic columns.
The error is: [HttpException]: The controls collection cannot be modified because the control contains code blocks (i.e. <% ...…

billsecond
- 612
- 3
- 21
- 50
2
votes
0 answers
Firefox needs two clicks to set validators correct
I have a strange problem, but I can't get a solution:
We use the Infragistics WebDataGrid, in which I set a dropdown and a textbox.
For both of them I set a requiredfieldvalidator:
…

Matthias Müller
- 3,336
- 3
- 33
- 65
2
votes
1 answer
Infragistics web datagrid header checkbox Event issue
ISSUE
I am new to infragistics, I am using the webdatagrid in my page. My grid has a check box as one of the fields. The header field is also a check box .
In the server side event( i need this in the server event no client side events:) ) of the…

user1787462
- 21
- 1
- 2
1
vote
1 answer
Force URL to open in tab in IE7
I have a link in my webdatagrid as follows:
I open the link using following:
var PageURL = "XYZ.aspx?XYZID=" + rows.get_cell(8).get_value();
window.open(PageURL, "", "menubar=1,resizable=1,location=1,scrollbars=1");
Now…

Bebu
- 65
- 3
- 14
1
vote
1 answer
Infragistics WebDataGrid in Sharepoint webpart
I put the WebDataGrid (Infragistics) in a webpart using Visual Studio 2010 and deployed it to a Sharepoint portal.
The grid displays the data, however I am unable to use the Excel-like filters usually present in the headers.
Is there a specific…

Perplexed
- 877
- 2
- 19
- 32