asp.net - ComponentArt: How do I DataFromat a ComponentArtGrid -


hi trying make datafield, routingnumber, can formated string. each row of grid has

http://myurl.com/handleincomingcall.ashx?call=123, 123 routing number , " http://myurl.com/handleincomingcall.ashx?call=" string/

so far have code not seem work.

<componentart:gridcolumn formatstring="http://twilio.liquidus.net/handleincomingcall.ashx?call={0}",datafield="routingnumber"  headingtext="url"   />  

i have tried displaying routing number without url in front , works fine. there can make work?


Comments

Popular posts from this blog

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -