Questions tagged [ultrawebgrid]

UltraWebGrid is an ASP.NET data grid UI component developed by Infragistics.

UltraWebGrid is an ASP.NET data grid UI component developed by Infragistics.

49 questions
0
votes
1 answer

Populating an Ultrawebgrid ValueList based on another column's value at runtime

I have an Ultrawebgrid with a valuelist column called WorkCategory (statically loaded with values at Page_Load). When the user selects a value for WorkCategory (captured at AfterCellUpdated event), a second ValueList called WorkSubCategory is…
user1012598
  • 417
  • 1
  • 8
  • 18
0
votes
1 answer

Bind Infragistics UltraWebGrid with Hierachical view to collection of objects

I have a list of entities that i want to bind to my UltraWebGrid. The Class definition of the entity has the following structure public class Parent { public Guid Id { get; set; } public String Name { get; set; } public IList Children {…
Wim Soetens
0
votes
1 answer

ultrawebgrid paging using LoadOnDemand as XML

I have an ultrawebgrid with the paging enabled in it. As the data to be displayed is around 10K rows, pagination is carried out by setting the LoadOnDemand="XML" property. The issue I'm facing is when I navigate through the pages, I could see an…
0
votes
1 answer

DropDown in ultrawebgrid is getting enabled after clicking on cell

I am binding the data from codebehind to the ultrawebgrid and the data is coming properly also, but the cell for the dropdown is coming as text field unless we click on it. Once the cell for the dropdown is clicked the dropdown is getting visible. I…
1 2 3
4