Hi,
The datagrid in my application has multiple Summarydefinitions as row summaries for the same field.
They are placed one below the other. I want to right align the value part of the summary definitions. I am
finding difficult to implement a custom template targeting the rowsummary. Is there a way by which we
make use of the grid in the custom template placing header and value in seperate columns so that we
can align the items appropriatly?
ex: Stringformat = "Amount: {}{0:C}" placing Amount in one column and the value in other.
Please do send me a code snippet if this is possible.
Thanks in advance.
Toreador,
I don't see a Mask property for the Texbblock so using the xamTextEditor, I believe you would have to bind the xamTextEditor's Value property to the value of the SummaryResultPresenter's SummaryResult.Value Path.
Hello Aaron,
Thanks for the info, i think i just overlooked the item. It works great.
Thanks