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
0
votes
1 answer
Need help to work with Infragistics webdatagrid
am first time working in the Infragistics webdatagrid.
So far ,I installed the trail version and binded the data(datatable) to the webdatagrid successfully . Now i got the requirement to edit the data in that webdatagrid.
I googled it , but i …

Karthik Elumalai
- 1,574
- 1
- 11
- 12
0
votes
1 answer
Adding 'row adding behavior to webdatagrid programatically
Can anyone help me adding row adding behavior to webdatagrid programmatically:
Dim RowAdditions As RowAdding =
webDataGrid1.Behaviors.EditingCore.Behaviors.CreateBehavior(Of RowAdding)()
This is giving me the object null exception.

Grasshopper
- 1,778
- 6
- 27
- 48
0
votes
1 answer
Accessing Infragistics WebDataGrid in document.ready
I'm trying to add some JQuery to an existing ASP.NET app. There is a WebDataGrid contained within a div that is usually hidden, and a button which will display the grid.
The grid may or may not have any data. I'd like to be able to change the style…

Dan Shield
- 1,358
- 7
- 14
0
votes
1 answer
How do I commit changes of a webdatagrid to session?
I'm trying to set the datasource of the grid to a session variable and bind it, which is working. Then I want to add a row(s) to the datagrid and persist the inserted row back to session. Using the code below, after editing.commit(), I get an AJAX…

kyle
- 527
- 6
- 21
0
votes
1 answer
Infragistics webdatagrid
how to write the following code into server side.that is aspx.cs page.
I am just beginner.
I wrote all the grid definitions into server side.I am trying to insert the checkbox column into infragistics webdatagrid.

BAGAVATH
- 23
- 2
- 6
0
votes
1 answer
Session Parameter does not pass until reloaded
I have a sessions parameter that gets the cell data from webgridview1 and uses it to pass information into webgridview2,
The session is being updated properly but the second webgridview is not being populated until I manually click the reload…

Dman
- 553
- 1
- 11
- 33
0
votes
1 answer
update panel not binding data
I have a gridview that when you click on a cell it populates another gridview with a sessions parameter passed from gridview1 to gridview2
I placed an update panel that gets the parameter from gridview1 then updates to rebind gridview2
However the…

Dman
- 553
- 1
- 11
- 33
0
votes
1 answer
Set focus to a column filter in an Infragistics WebDataGrid
I am using an Infragistics NetAdvantage WebDataGrid with filtering set.
On page load, I would like to open the first filter’s textbox, and set the focus there, so that it is ready for the user to start typing the text with which to filter.
I…

Lill Lansey
- 4,775
- 13
- 55
- 77
0
votes
1 answer
Infragistics WebDataGrid RowAdding: Are there no CheckBox editor providers?
In my ig:WebDataGrid there are two columns that hold boolean values coming from a database; the column is defined via
Every editing option (be it RowEditing or…

InvisiblePanda
- 1,589
- 2
- 16
- 39
0
votes
0 answers
Webdatagrid 'C:\inetpub\wwwroot\Images' is not a valid virtual path
Iam using webdatagrid,
when i try to export the datagrid contents to pdf i got this error
[HttpException (0x80004005): 'C:\inetpub\wwwroot\Images' is not a valid virtual path.]
System.Web.VirtualPath.Create(String virtualPath,…

Omar Hassan
- 727
- 1
- 11
- 24
0
votes
0 answers
Webdatagrid infragistics cant get the user control inside the cell
I have got a infragistics webdatagrid in my page, and on top of that page, i have got a webdatamenu with 2 buttons, one for refreshing the page, and the other for save the data from the grid.
What i am doing is a day scheduler.
here is my…

Hugo Silva
- 352
- 8
- 26
0
votes
1 answer
Dynamicaly input values into webdatagrid rowadding
I'm attempting to input some values into the grid's new row template from outside the grid since selecting this particular input would be more than impractical to get done from inside de webdatagrid.
How can I reach the to be added row via…

codingTornado
- 113
- 1
- 5
0
votes
1 answer
Editing control inside Row Edit Template
Hello, I'm currently trying to load data into one of the RowEditTemplate's controls.
I have a regular ASP.NET DropDownList inside said template. This list should be loaded with data from a List, where MyObject has an Id and a Name.
I've been…

codingTornado
- 113
- 1
- 5
0
votes
1 answer
loading header for infragistics grid
i have a infragistics grid that gets populated with selected dropdown .the stored proc that brings column names and data in a result set with 2 tables.
how can i load header info?

user2167089
- 151
- 6
- 20
0
votes
0 answers
How to create and use new CSS at run time in asp.net
I am making a configuration entry in web.config that will be used to set background color of cell in Infragistics WebDataGrid at runtime.
The infragistic grid only supports css to set colors, so we need to create new CSS class for that color at…

Romil Kumar Jain
- 20,239
- 9
- 63
- 92