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
281
How to add a row to UltraGrid via code
posted

 

 This is what I am using and it doesnt seem to work. Am I missing something? UltraGrid is attached to a BindingSource.

 

Dim invRow As Infragistics.Win.UltraWinGrid.UltraGridRow = UltraGrid1.DisplayLayout.Bands(0).AddNew

invRow.Cells("Project").Value = "test"

invRow.Cells("TransNum").Value = "tran  num"

Parents
No Data
Reply Children
No Data