Spl Characters in Grid Link how to use 'encodeURI Component'

Hi All,

Friends i am facing a problem as my link column in the grid is comprising the link as follows where the accname paramater is containing a value “Firdos & S.Cambatta” ,due to the & i am losing paramater value how can i use ‘encodeURIComponent’ like to overcome this issue…

http://localhost:8080/IR_PORTAL/editAccountProfile.jsp?accName=Firdos & S.Cambatta&accLoc=Ahmedabad&existsin=SCOD

Thanks and Regards
Tirupathi Rao.P

Do you have problem during data loading or during value saving?

Normally, if you want to show value which contains special html chars you can

a) escape values on server side before loading data in the grid
or
b) use text-only column types, such as rotxt, edtxt, txttxt, cotxt

Actullay i kept the column as link type and the coloumn is displaying the “Firdos & S.Cambatta” properly…But the issue the link mapped to this value is “http://localhost:8080/IR_PORTAL/editAccountProfile.jsp?accName=Firdos & S.Cambatta&accLoc=Ahmedabad&existsin=SCOD” but when i clicked this link as the URL consistsing & in’ Firdos & S.Cambatta’ it is treating the accName is ’ Firdos’ only …Onre more Problem is if the accName is having “Firdo’s and Combata” the URL is truncating to up to " ’ ".