IgrNumericColumnのテキストを左寄せにするには、horizontalAlignmentアクセサに”left”を指定してください。
<IgrDataGrid autoGenerateColumns="false" ...>
<IgrNumericColumn field="Age" headerText="Age" horizontalAlignment="left" ... />
</IgrDataGrid>
実行結果

サンプル
APIリファレンス
- horizontalalignment