I created a simple dashboard for all our parts all it shows is the PartNum and The Part Description we have over 10K parts , so sometimes it is nice to see what line I am on and the total amount of lines there are to make sure data is reflecting correctly, I setup a transView with my rowCount and currentRow. This all works perfectly but I notice if I use the arrow the data view Row Changed nor the Row Changing events fire off so i was wondering is there any way to know if the user is using the arrow keys in the grid to move from row to row? Also, right now I am putting the values in Textboxes in the Title of the grid is there a way to make a cleaner status strip of some kind right below the grid?
1 Like
Click in a cell, not the selector cell.
It should fire off when you use them now, but sometimes…
1 Like
If I click the cells yes , but not if I use the down / up arrow to move through the items .
1 Like