This is a migrated thread and some comments may be shown as answers.

Item Binding Expressions add another example

1 Answer 347 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jafin
Top achievements
Rank 2
Jafin asked on 25 May 2007, 06:11 AM
Dear Telerik,

Could you consider adding another examplke to your Item Binding Expressions help page in regard to showing how to utilise Member access with parameters. ie.

I expected this to work:
textbox.Value = "=Price.ToString(\"$0.\")";  
but received a cannot interpret token """ at position 19.

Refining the query to
textbox.Value = "=Price.ToString('$0.')";  
fixed the error and produced the required outcome.


1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 25 May 2007, 09:11 AM
Hello Jafin,

We will add that example to the help right away. Thank you for pointing that out. Your points have been updated.

Best wishes,
Rossen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Jafin
Top achievements
Rank 2
Answers by
Rossen Hristov
Telerik team
Share this question
or