shireenrao Posted September 26, 2003 Posted September 26, 2003 Hello I am trying to set focus on a blank cell in a grid. Wouldn't DataGrid([rowindex],[columnindex]).setfocus work? Quote
shireenrao Posted September 26, 2003 Author Posted September 26, 2003 Hi This is how you do it - DataGrid.CurrentCell = New DataGridCell([rownum], [colnum]) Thanks Shireen Quote
krinpit Posted October 30, 2003 Posted October 30, 2003 Thanks for posting the solution Shireen, This proved helpful for me. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.