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
hadoop hadoop
NA
159
50.7k
make the datagrid view to extend to buttom of the form
Jul 11 2015 10:45 AM
I've a form name "ReceiptReport". This form one has one panel "search" and below this panel is the grid view "grdReceiver".
The form is in maximized state. My datagrid is not covering the whole region of the form in the bottom. My datagrid is in the middle of the form, it is covering whole space from left to right.
How can I make my datagrid to cover the whole space till the bottom of the form
.
Please see the image attached (gridView.PNG). I want my gridview to cover the area till the bottom of the form.
Also when I click in the region inside or at the border of the datagrid "grdReceiver", the code behind shows
private void grdReceiver_CellContentClick(object sender, DataGridViewCellEventArgs e)
{
}
how can I get the method grdReceiver.
private void grdReceiver(object sender, DataGridViewCellEventArgs e)
{
}
Reply
Answers (
2
)
how to print data grid view values in c#
search using multiple fields on search button click in a dat