1/23/2013 10:28:48 AM
at
http://stackoverflow.com/questions/2414879/rowdetailstemplate-doesnt-autosize-back-silverlight-datagrid
it writes:
"set the DataGrid row height to 0, force a re-render and then set the row height back to its default or auto. This way I was able to force the rows to shrink back down."
So maybe at end edit event of datagrid row it could set the row height to 0, force a re-render, then set the height back to auto for that row. That would cause a small flashing maybe there. Will try it
alternative is to export/reimport the captions, or save/reload the Captions component, or save/reload the whole activity to remove the blank space
This content has not been rated yet.