J
jamie
I'm looking for a way to be able to edit data in the datagrid similar to how
it works in the full framework. My current thought is when I select a cell
in a datagrid place a textbox in the exact location and focus on the text
box, when done save the value in the datagrid and move the textbox.
Is there a way to get the location and size of the current sell on the
screen?
I'm thinking that on the currentcellchanged event find the currentcell
position on screen.
Set the textbox exactly to that size and position.
Then change the focus to the textbox.
Anyone see any issues with this?
Anyone have a better recommendation?
Jamie
it works in the full framework. My current thought is when I select a cell
in a datagrid place a textbox in the exact location and focus on the text
box, when done save the value in the datagrid and move the textbox.
Is there a way to get the location and size of the current sell on the
screen?
I'm thinking that on the currentcellchanged event find the currentcell
position on screen.
Set the textbox exactly to that size and position.
Then change the focus to the textbox.
Anyone see any issues with this?
Anyone have a better recommendation?
Jamie