I have a ComboBox outside Grid dev express. When i select values i need to get that value enter into grid devexpress.
How to do it.
Hi gokuldas,
Refer below link to get the ComboBox selected Text and value.
Get Selected Text and Value of ComboBox in Windows Application using C# and VB.Net
For inserting new row to GridView devexpress refer below links.
https://docs.devexpress.com/WindowsForms/DevExpress.XtraGrid.Views.Grid.GridView.AddNewRow
https://docs.devexpress.com/WindowsForms/752/controls-and-libraries/data-grid/data-editing-and-validation/add-and-remove-rows
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.