Hi All,
I'm trying to make a list using DataGridView with BindingNavigator control using .Net2005 beta. I'm able to work out everything except when i add a new data using the underlying data table and try to change the current Position to a certain value, it always sets it to the last record. The reason i need to do this is because i sorted the datagridview and whenever i added a new data in the underlying data table, it gets sorted right away, hence i need to set the position of BindingNavigator to the new record which always not the last record.
Please help!!!
Thanks in advance!
hw
I'm trying to make a list using DataGridView with BindingNavigator control using .Net2005 beta. I'm able to work out everything except when i add a new data using the underlying data table and try to change the current Position to a certain value, it always sets it to the last record. The reason i need to do this is because i sorted the datagridview and whenever i added a new data in the underlying data table, it gets sorted right away, hence i need to set the position of BindingNavigator to the new record which always not the last record.
Please help!!!
Thanks in advance!
hw