Question : Pass more then 1 value to ConverterParameter\Binding<wbr />Item

Hello,

I've created grid cell template like

                               
                                    CellTemplate>
                                       
                                           
                                               
                                           
                                               
                                       

                                    .CellTemplate>
                                >

I've tried to use Converter, but have no idea how to pass more then one ConverterParameter in there as well

Hyperlink should be build as  "downloadfile.aspx?dictionaryid={0}&itemid={1}&id={2}", where parameter {2} is property of enumerated item, and {0}, {1} is common properties.

Is there a way to build link such this one preferably markup only, but code solutions also accepted.

Thanks in advance.

Answer : Pass more then 1 value to ConverterParameter\Binding<wbr />Item

Did you try passing the BindingItem itself an ArrayList Property which will have { 0 } to { 1 } and return the string at the end.

Else in the code behind, you can use Loading_row event , get the data context(e.Row.DataContext) and manipulate the URL.
Random Solutions  
 
programming4us programming4us