1) How do I display a calculated value in an unbound datagridview column? I know I can make a script to cycle though the rows and do the calculations, but there's hundreds of records and multiple searches and filters the user can perform and doing that calculation evertime sounds like a lot of un-necessary work.
2) How do I set the focus to a specific cell. Not just highlighted, but insert the cursor.
Thanks in advance everyone!
2) How do I set the focus to a specific cell. Not just highlighted, but insert the cursor.
Thanks in advance everyone!