Regarding xamdatagrid
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
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.