I need to hide the last row with some text (say click to insert new row) and when user clicks the text will dissaper and row will be added. and the text will apper move down to add another row.
it basically text block is overlapping on last row of Datagridview.
I need to hide the last row with some text (say click to insert
Share
See the following link, it does exactly that
http://blogs.msdn.com/b/vinsibal/archive/2008/11/05/wpf-datagrid-new-item-template-sample.aspx
Update 2
Modified the
ControlTemplatea bit and uploaded my sample project here:http://www.mediafire.com/download.php?ea519xwbc53i91i
Update
Adding the necessary steps from the link
Xaml
Code behind
DataGridHelper