Well I am having a very specific requirement in my current project. I need to add path values (as string) in a DataGridView. So the cell must show the path in format PathEllipsis i.e. similar to this -
d:\abcd\efgh\ijkl\mnop\qrst...\test.txt\0F\GHIJ\KLMN\OPQR\STIV\WXYZ\test.txt.
I don't know if I am searching it correctly, but I am unable to find relevant information. Any Idea?
One workaround that I know is to manually edit the path, but for that, I'll have to keep a hidden column or Tag. The process will be tedious and I don't want that...
Help!!!
Later Edited - Yes, the beginning and the end of the path must suit to the length of the cell if path length is wider than the cell.