North American Sales: 1-800-231-8588
Global Contacts
My Account
Menu
North American Sales: 1-800-321-8588
My Account
Sign In/Register
Design & Development
Design & Develop
Best Value
Infragistics Ultimate
The complete toolkit for building high performing web, mobile and desktop apps.
Indigo.Design
Use a unified platform for visual design, UX prototyping, code generation and application development.
Web
Ignite UI for Angular
Ignite UI for JavaScript
Ignite UI for React
Ultimate UI for ASP.NET
Indigo.Design
Desktop
Ultimate UI for Windows Forms
Ultimate UI for WPF
Prototyping
Indigo.Design
Mobile
Ultimate UI for Xamarin
Ultimate UI for iOS
Ultimate UI for Android
Automated Testing Tools
Test Automation for Micro Focus UFT: Windows Forms
Test Automation for Micro Focus UFT: WPF
Test Automation for IBM RFT: Windows Forms
UX
Indigo.Design Desktop
Collaborative prototyping and remote usability testing for UX & usability professionals
Indigo.Design
A Unified Platform for Visual Design, UX Prototyping, Code Generation, and App Development
Business Intelligence
Reveal Embedded
Accelerate your time to market with powerful, beautiful dashboards into your apps
Reveal App
Empower everyone in your organization to use data to make smarter business decisions
Team Productivity
Learn & Support
Support
Help & Support Documents
Blogs
Forums
Product Ideas
Reference Applications
Customer Stories
Webinars
eBook & Whitepapers
Events
Free Trials
Pricing
Product Pricing / Buy Online
Renew Existing License
Contact Us
Forums
Ultimate UI for ASP.NET Web Forms
CREATE NEW POST
Your Privacy Matters
: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use.
Cookie Policy
Close
Selected tags
ObjectDataSource
Narrow your results
WebDataGrid
WebHierarchicalDataGrid
Filtering
WebHierarchicalDataSource
databinding
WebHierarchicalDataGrid paging
Visual Studio 2010
AutoCRUD
TEMPLATE COLUMN
WebDataGride
EnableDataViewState
DataSource
Multiple Bands Hierarchy
WebHierarchicalDataGrid enabledataviewstate
RowIslands
DataSet
TableAdapter
Requested record cannot be found by key
selecting
HierarchicalDataGrid
FormView
Most Viewed
Element is not a known element. This can occur if there is a compilation error in the website or the web.config file is missing
Not Answered
over 9 years ago
404 error (Not found) ScriptResource.axd or WebResource.axd
Suggested Answer
over 11 years ago
VS 2022 version utility
Answered
over 3 years ago
Error 1324. The folder path 'My Documents' contains an invalid character.
Answered
over 11 years ago
WebHierarchicalDataGrid LINQ Object Binding
Answered
over 15 years ago
Tags
More
Cancel
Descending
Ascending
1 - 15 of
15 results
for Ultimate UI for ASP.NET Web Forms
Not Answered
1636965
views
5
replies
WebDataGrid EnableDataViewState with ObjectDataSource
Experts, there is something very basic I'm missing here. I've read literally hundreds of posts of similar questions, and I'm still not understanding. I have a WebDataGrid using an ObjectDataSource for...
Not Answered
854764
views
1
reply
Filtering not working when binding to ObjectDataSource
Hi, In my project I am binding my WebDataGrid to an ObjectDataSource via the DatasourceID. Everything is working good (sorting/paging etc) except when I try to filter the grid. I have also tested it...
Not Answered
1604718
views
10
replies
Webdatagrid Crud Update with ObjectDataSource : Requested record cannot be found by key error
Have seen some posts on this issue but no answer. Am using version 11.1.20111.2064 My WebDataGrid is bound to an asp:ObjectDataSource in the code behind. (Lots of manipulation is required of the data...
Not Answered
3825726
views
10
replies
How to bind to ObjectDataSource Object's Property
Hello, I was trying to bind to a Model that contains objects as it's property. Let's say I have a model that looks like public class Person { public Name Name {get;set;} public int Age...
Not Answered
595295
views
1
reply
Is it possible to have custom columns in a databound grid?
I have my grid databound to an ObjectDataSource--the out of the box functionality of the grid does not cover our needs, so we were looking to extend the grid using client-side code. One problem--how...
Answered
1318198
views
4
replies
WebhierarchicalDataSource - Literal content error
Hi, I'm trying to setup a datarelation and am getting the following error: Literal content ('<igds:DataRelation ParentDataViewID="dvVerificationSummary" ParentColumns="ParentEscalatorID" ChildDataViewID...
Not Answered
565514
views
1
reply
Unbound column in a databound grid
Hi, I'm have a WebHierarchicalDataGrid bound to a HierchicalDatasource. The datasource contains two ObjectDataSources. My main grid also has a button column, so the columns look like this: < ig...
Answered
1278710
views
3
replies
WHDG script error with IE 9
Hello, this is my first post here. I am using infragsitics controls for winforms and asp.net for a while and feel to have a good understanding how to use them now, but this time it doesnt seem I...
Answered
1767557
views
5
replies
Three level deep object as datasource
Hi, I have a data object arranged in the following manner: public class Class1 { public int Value1 { get; set; } public List<Class2> FirstChildSet { get; set; } } public class Class2 { public string...
Answered
1776234
views
11
replies
Can WebHierarchicalDataGrid support AutoCrud =False?
I got pretty good at repeating my preferred pattern w/ WebDataGrid: 1) Crud Stored Procs + 2) .Net DataSets and TableAdapters + 3) ObjectDataSource + 4) WebDataGrid w/ AutoCrud = false. Now I'm...
Not Answered
613044
views
1
reply
WebDataGrid + ObjectDataSource
I am currently working with release 2009.2 for asp.net. WebDataGrid, when bound to an ObjectDataSource, queries all data (which is dangerous in case of large amount of data) in contrary to SqlDataSource...
Answered
949794
views
2
replies
FormView not updating when row changes
I have a master detail situation using a WebDataGrid that is bound to an ObjectDataSource and a FormView that is bound to a seperate ObjectDataSource. When the page first loads, the Grid and FormView...
Answered
2939788
views
5
replies
how to use filter while datasource type is Objectdatasource
Hi, when i try to enable filter in webdatagrid which use an objectdatasource as its datasource, i find it can not work. how can i use filter with objectdatasource? the code is as following: <div style...
Not Answered
1649455
views
7
replies
Webdatagrid, Filtering and ObjectDatasource - Need URGENT help.
I have a webdatagrid which gets bind by the select method of objectdatasource when I click the label. My webdatagrid opens in a panel. Look at the code below for the bind of grid. ViewState...
Not Answered
1649455
views
7
replies
Webdatagrid, Filtering and ObjectDatasource - Need URGENT help.
I have a webdatagrid which gets bind by the select method of objectdatasource when I click the label. My webdatagrid opens in a panel. Look at the code below for the bind of grid. ViewState...