Nov 29, 2005 #1 geedubcpa Programmer Oct 5, 2005 19 US I wonder how do i know the cell/row that i am on in a datagrid. As each cell/row changes i want to add some code warning if a "save to data" is needed. Thanks in advance for your help
I wonder how do i know the cell/row that i am on in a datagrid. As each cell/row changes i want to add some code warning if a "save to data" is needed. Thanks in advance for your help
Nov 29, 2005 #2 NoCoolHandle Programmer Apr 10, 2003 2,321 US I suspect this is 2 questions... but the first quesion can be answered here http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q788q I suspect you will find that if you poke around there you will also find the answer to the second.. Rob Upvote 0 Downvote
I suspect this is 2 questions... but the first quesion can be answered here http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx#q788q I suspect you will find that if you poke around there you will also find the answer to the second.. Rob
Nov 30, 2005 Thread starter #3 geedubcpa Programmer Oct 5, 2005 19 US Thanks Thats a great link - answers a lot of questions. I ended up using mousemove to detect movement on the datagrid, and followed up with my save coding. Upvote 0 Downvote
Thanks Thats a great link - answers a lot of questions. I ended up using mousemove to detect movement on the datagrid, and followed up with my save coding.