i have the following :
<ext:RecordField Name="ID" />
<ext:RecordField Name="UserName" />
<ext:RecordField Name="FirstName" />
<ext:RecordField Name="LasttName" />
i want use FirstName& LasttName on :
<ext:Column ColumnID="Name" Sortable="false" DataIndex="????"
Resizable="false" MenuDisabled="true"/>
What i need is to use more than data_index on a same Column is that possible, how can i achieve that? thanks in advance!
Try something like this: