Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have add new row in gridview devexpress using below code

gridView.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top;
           gridView.OptionsBehavior.Editable = true;

and above code work fine. my issue is that when I enter text in newly added row it can't hold the values when I click on next column. I am not familiar with devexpress. Please help me if any one knows how to show it.

Thanks in advance

Regards
Mahesh
Posted
Updated 5-Mar-15 18:59pm
v4

1 solution

Use binding list to add data in xtragrid..
 
Share this answer
 
Comments
Member 11060218 6-Mar-15 1:24am    
How to binding list to new added row. I have bind list to show the records in grid.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900