Questions tagged [webdatagrid]

WebDataGrid™ is a grid control with native AJAX capabilities. It is built on top of the Infragistics ASP.NET AJAX framework.

72 questions
0
votes
2 answers

Remove the partial check behavior of Infragistics webDataGrid BoundCheckBoxField

I used Infragistics WebDataGrid , I have BoundCheckBoxField column, I want remove partial check behavior. only check and uncheck I wrote following class , public class BooleanConverter : IBooleanConverter { public BooleanConverter() { …
0
votes
1 answer

How to get a WebDataGrid cell value in DropDownList_SelectedIndexChanged event?

I have GRIDVIEW in ASP.NET Page and I am converting it into infragistics webdata grid. Now my grid has functionalities of opening file, copy file, edit description of file, emailing file and deleting file. It is based on documents. Now suppose if I…
Bebu
  • 65
  • 3
  • 14
0
votes
1 answer

Infragistics WebDataGrid column layout not maintained on Insert and Delete

I've come across this weird issue with the Infragistics WebDataGrid control. When the grid starts, it appears ok, headers on the header row. There are no entries, so the only row displayed below is the "add" row. I then load data into the grid from…
Chris Butcher
  • 485
  • 5
  • 15
0
votes
1 answer

ValueChanging event on Infragistics WebDataGrid

Does anyone have an idea why this doesn't work or a workaround? I'm trying to use the ValueChanging event from inside an EditorProvider I have defined an EditProvider
Chris Butcher
  • 485
  • 5
  • 15
0
votes
1 answer

Applying CssStyle to Infragistics WebDataGrid column, when loading dynamically

I'm trying to right-align a column in my WDG. I've been through the Infragistics tutorials, so I know that I need to added a new CSS style as such... tbody > tr > td.ColumnRight { text-align: right; } Then on my column apply…
Chris Butcher
  • 485
  • 5
  • 15
0
votes
0 answers

How to enter a value in webdatagrid (Infragistics) using Selenium?

I have a Infragistics webdatagrid on one of the web pages I am working. It shows like a table and when we click on any of the cell, it will become like an input box. I am trying to enter a value into one of the cells using selenium. The cell…
Subbu
  • 217
  • 2
  • 11
0
votes
1 answer

Infragistics columnfilter

In my application i have used WebDataGrid Infragistics control. I have total 5 columns(Status,CandidateName,WorkOrderId,VenderName,Rate) in this grid. I needed to apply filter on 2 columns only i.e; Status and CandidateName. I have explicitly write…
nisha
  • 1
  • 1
  • 3
0
votes
0 answers

How to get if an Infragistic unboundDataCheckbox is checked in WebGridData WebForms ASP.Net

I can't believe that after more than 3 hours of searching I haven't found any clear reference to how to obtain and modify the status of an Infragistic checkbox in a WebForms WebGridData, ASP.NET, I have tried everything, but it doesn't work, it…
0
votes
1 answer

Hierarchial data in silverlight datagrid

I am trying to create a Datagrid where the first column contains '+' sign and next columns contain the data. When the user clicks the '+' sign the data is taken from the current row and the corresponding hierarchial data from different table is…
0
votes
1 answer

Selenium sendkeys for vb.net app with gridcell

I have following html page generated dyamically in vb.net app 0.00 I am using C# with Selenium WebDriver to sendkeys in this field using…
Sudhir Jangam
  • 646
  • 2
  • 13
  • 20
0
votes
1 answer

Extract a string from a webpage

i need to have a label where its text comes from a web page, but for somting it doesnt work out, it appearce to me that the webpae returned null, but the location is correct. WebBrowser JOJO = new WebBrowser(); string Tesla = ""; …
0
votes
1 answer

Add an onClick to an Infragistics WebDataGrid

I have an Infragistics WebDataGrid and I want to fire a server side event every time a cell is clicked on. I know that I can make a button and add an onclick to that, but I want some or all the data cells to be clickable. I also saw…
Peter Chikov
  • 172
  • 3
  • 16
0
votes
1 answer

Infragistics WebExcelExporter set max number of rows to export

I use the infragistics WebDataGrid to show a number of elements in an ASP.NET application. Now I use the WebExcelExporter class to create a excel file for the all paged rows. In the WebExcelExporter I can use the DataExportMode Property to set the…
user2644964
  • 763
  • 2
  • 10
  • 28
0
votes
2 answers

Populate DropDownList from WebDataGrid

I have a WebDataGrid linked to a SqlDataSource to display data. When a row is selected, I want to populate some textboxes and dropdownlists with the data from that row, for editing purposes. The textboxes work fine; I use the following code to…
dj18
  • 384
  • 3
  • 7
  • 19
0
votes
1 answer

Adding Dropdown inside Row Edit Template using Infragistics WebDataGrid

I have a WebDataGrid which includes a WebDropDown in the Row Edit template The webDropdown is linked to one of the columns as shown