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
Retired Products and Controls
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
See Verified Answer
Replies
2 replies
Subscribers
4 subscribers
Views
1037172 views
Users
0 members are here
CellExitingEditMode
xamWebGrid Row
CellControl
row
Silverlight
dynamic data
totals
XamWebGrid
XamGrid
Share
More
Cancel
703
Crash while adding new row in xamWebGrid
Amit Ranjan
posted
over 14 years ago
Hi my application is crashing while adding new row to the xamWebgrid. in xaml for add new row: -igGrid:XamWebGrid.AddNewRowSettings- -igGrid:AddNewRowSettings AllowAddNewRow="Bottom" IsEnterKeyEditingEnabled="True"- -igGrid:XamWebGrid.AddNewRowSettings- * html tags are replaced by dash. in vb i am doing some calculation in cells where calculation begins from index 0 of loop. below is vb code CellExitingEditing Eevent: If (e.Cell.Column.Key = "SunHrs" Or e.Cell.Column.Key = "MonHrs" Or e.Cell.Column.Key = "TueHrs" Or _ e.Cell.Column.Key = "WedHrs" Or e.Cell.Column.Key = "ThuHrs" Or _ e.Cell.Column.Key = "FriHrs" Or e.Cell.Column.Key = "SatHrs") And e.Cell.Row.Index <> -1 And Integer.TryParse(e.NewValue.ToString(), True) Then _cellNewtValue = e.NewValue If _cellInitialValue <> _cellNewtValue Then e.Cell.Style = TryCast(Me.Resources("InvestoryLowStyle"), Style) Else e.Cell.Style = TryCast(Me.Resources(String.Empty), Style) End If End If
Parents
21382
Darrell Kress
posted
over 14 years ago
What is the exception message?
Cancel
Reply
Verify Answer
Cancel
Reply
703
Verified Answer
Amit Ranjan
posted
over 14 years ago
in reply to
Darrell Kress
Thanks for the reply. Any ways issue has been fixed. It was due to , added row has index -1 and my counting started from 0
Cancel
Reply
Reject Answer
Cancel
Children
No Data