TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
RobertoCarlos Melgar
1.6k
159
10.2k
Using of datagridviewcomboboxcolumn c#
Jul 4 2020 4:00 PM
Hello good afternoon.
I have a problem with a DataGridViewComboBoxColumn that I have added to my datagriview, it already has data that I bring from the database.
When I select an item and when passing to the next cell, the value that it had, for example, I select Sales instead of leaving Sales in the cell, it changes to its ID. This happens when I move to the next cell.
Please what should I change or what would be my mistake.
please help me solve my problem thank you very much.
this is the code with which I load the data
private
void
CargarGrupo()
{
GrupoId.DataSource = tblGrupoComprasGasto.ListaGrupoComprasEgresos();
GrupoId.ValueMember =
"Id"
;
GrupoId.DisplayMember =
"NombreGrupo"
;
}
Thank you very much for your collaboration
R.M.
Reply
Answers (
1
)
How do i convert rgb image to numpy array
How to get printer page size list