Hallo,
I have problem with spaces in url path.
I have Rad Grid with columns like this:
I would like to open directory from shared file system in Windows Explorer after click on link in RadGrid, but it doesn't work.
Right path to directory is file://SomeServer/Some Directory With Spaces/
but rendered path is file://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 url 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 directory from shared file system in Windows Explorer after click on link in RadGrid, but it doesn't work.
Right path to directory is file://SomeServer/Some Directory With Spaces/
but rendered path is file://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