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
chandu gummadi
NA
67
73.5k
C#.net DataGridView Control
Oct 1 2012 2:57 AM
Hi Friends...
Iam using windows forms Application i was inserted a combobox column in datagridview. It works properly but it shows empty value in combobox. and iam selecting one value from combobox it shows that value. so why it shows empty valu first?
iam using the below code
DataGridViewComboBoxColumn clnStatus = new DataGridViewComboBoxColumn();
clnStatus.DataPropertyName = "Status";
clnStatus.Name = "Absent - Leave - Present";
clnStatus.DataSource = new string[] { "absent", "present", "leave" };
its working but if iam selecting Absent or Leave from datagridview combobox column it should disply textbox automatically in datagridview another textboxcolumn.
please help me friend...
Reply
Answers (
3
)
C# linq issue
Step in CompareTo() method