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
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
State
Not Answered
Replies
1 reply
Subscribers
7 subscribers
Views
293929 views
Users
0 members are here
WebDataGrid
Share
More
Cancel
4555
Server-side Rowcount Ignores Partially Rendered Rows
[Infragistics] Magued Fahim
posted
over 14 years ago
I am using an UltraWebGrid with AJAX activated to enable partial-rendering. I have RowsRange=50 and a TemplatedColumn containing a checkbox control on each row.
Finally I have a Submit button outside the grid. Clicking this button initiates an onClick event that traverses the grid row collection and processes each row where the checkbox control is checked.
This works fine for the first 50 rows in the grid. If I do scroll past the first 50, the grid control works as expected and brings in the next 50 rows of the grid. However if I check any of the rows past the first 50 and hit Submit, none of them are processed.
Stepping thru the loop tells me that the UltraWebGrid1.Rows always returns the value 50 even though I have scrolled past the first 50 and caused the grid to bring in additional rows.
I am attaching an example that will enable you to duplicate this problem. I would appreciate knowing what I am doing wrong and how I can get this to work as needed.
Had a similar problem earlier (ref.CAS-38537-LXX8W7) when I was using Vol 7 of your library. Have upgraded to Vol. 10 since.
Parents
No Data
Reply
4555
[Infragistics] Magued Fahim
posted
over 14 years ago
1) You can use XmlLoadOnDemand set to accumulative.
2) Use the WebDataGrid or the WebHierarchicalDataGrid.
Cancel
Cancel
Children
No Data