Hallo,
I have problem with spaces in urlI path.
I have Rad Grid with columns like this:
I would like to open file from shared file system in Windows Explorer after click on link in RadGrid, but it doesn't work.
Right path to directory is //SomeServer/Some Directory With Spaces/
but rendered path is //SomeServer/Some%20Directory%20With%20Spaces/
and this path is for Windows Explorer unknown. I tried to replace spaces in path ( in DataNavigateUrlFormatString property) with some mark entity but without success.
Can anyone help me please?
Thanks
I have problem with spaces in urlI path.
I have Rad Grid with columns like this:
<telerik:GridHyperLinkColumn DataTextFormatString="Adres" ItemStyle-ForeColor="Orange" DataNavigateUrlFields="s_adresar" UniqueName="s_adresar" DataNavigateUrlFormatString="file://///SomeServer/Some Directory With Spaces/{0}" Target="_blank" HeaderText="Adres" DataTextField="s_adresar"> </telerik:GridHyperLinkColumn> I would like to open file from shared file system in Windows Explorer after click on link in RadGrid, but it doesn't work.
Right path to directory is //SomeServer/Some Directory With Spaces/
but rendered path is //SomeServer/Some%20Directory%20With%20Spaces/
and this path is for Windows Explorer unknown. I tried to replace spaces in path ( in DataNavigateUrlFormatString property) with some mark entity but without success.
Can anyone help me please?
Thanks