Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
120
xamdatagrid column swapping values
posted

Hi,

I am using "Xamdatagrid" in that i have two columns which are getting data from database.

Example :

Firstname        Ename

---                      Def

Lmn                 Lmn

Xyz                   ------

-----                  Ghi

 

if i have Ename i won't display the "FristName" it should blank.

in the above grid i ihave Ename "Lmn" but in the "FirstName" also it is displaying. i need to show firstname as blank.
how to do this in xaml(by datatrigger or converters)

thanks in advacnce.