fix
This commit is contained in:
parent
d0a11d62bb
commit
7d56e6202e
|
|
@ -35,7 +35,7 @@
|
|||
ShowFilterRow="ShowFilterRow">
|
||||
<Columns>
|
||||
<DxGridCommandColumn Width="135" MinWidth="135" Visible="AcDomain.IsDeveloperVersion" DeleteButtonVisible="AcDomain.IsDeveloperVersion" EditButtonVisible="AcDomain.IsDeveloperVersion" FixedPosition="GridColumnFixedPosition.Left"/>
|
||||
<DxGridDataColumn FieldName="SenderId" Caption="/" Width="30px" ShowInColumnChooser="AcDomain.IsDeveloperVersion" DisplayFormat="N">
|
||||
<DxGridDataColumn FieldName="SenderId" Caption=" " Width="30px" ShowInColumnChooser="AcDomain.IsDeveloperVersion" DisplayFormat="N" AllowSort="false">
|
||||
<CellDisplayTemplate>
|
||||
@{
|
||||
var isOutgoing = ((EmailMessage)context.DataItem).SenderId == myUserId;
|
||||
|
|
|
|||
Loading…
Reference in New Issue