G
Guest
I have 2 methods activated through a context menu that insert and delete rows
from the dataTable linked to a datagrid.
I can delete rows the selected row with no problems, but when I try to use
the insertat method of the dataTable class the row is inserted at the bottom
of the datagrid. I read that it is still inserted into the datatable at the
right spot. is there a way to make it so the datagrid also displays the
correct location of the new row without shifting all the data? Thanks.
from the dataTable linked to a datagrid.
I can delete rows the selected row with no problems, but when I try to use
the insertat method of the dataTable class the row is inserted at the bottom
of the datagrid. I read that it is still inserted into the datatable at the
right spot. is there a way to make it so the datagrid also displays the
correct location of the new row without shifting all the data? Thanks.