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
x _sanctus
NA
10
0
problem using DataGrid in windows form application (C#)
Oct 22 2005 7:38 AM
I use datagrid to view database, edit and delete record from database;
to delete a record from the database user select a record from datagrid and click a button. I
get the record selected by using current index property
the problem is after the user had sorted the datagrid based on one coulumn (by clicking the coulumn header),
when the user select a record and press a button to delete it the record deleted is not the record viewed but
the record which had been in the row before the datagrid sorted.
How can I solve the problem?Please help...
Reply
Answers (
1
)
Insert child row in child table
DataGrid skip column when user press tab key