N
ntregillus
Hi,
Ok so i have a datagrid which displays a bunch of rows. I want to get
the visible count of rows the datagrid control is currently displaying.
i was using the VisibleRowCount property, but it will only return the
correct value if the number of rows does not exceed the datagrids size
(by this i mean the scroll bars do not appear)
how do i get this value? If i access the table behind, i might not
actually get what i want because a row could be deleted, and i have not
rebound the control, or accepted the change.
Thanks,
Nathan Tregillus
Ok so i have a datagrid which displays a bunch of rows. I want to get
the visible count of rows the datagrid control is currently displaying.
i was using the VisibleRowCount property, but it will only return the
correct value if the number of rows does not exceed the datagrids size
(by this i mean the scroll bars do not appear)
how do i get this value? If i access the table behind, i might not
actually get what i want because a row could be deleted, and i have not
rebound the control, or accepted the change.
Thanks,
Nathan Tregillus