Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
...
<e-grid-columns>
<e-grid-column field="ID" headerText="ID" isPrimaryKey="true" isIdentity="true" type="number" textAlign="Right" width="120"></e-grid-column>
<e-grid-column field="UrunKodu" headerText="Kodu" width="150"></e-grid-column>
<e-grid-column field="UrunAdi" headerText="Adi" width="150"></e-grid-column>
<e-grid-column field="Fiyat" headerText="Fiyat" textAlign="Right" format="N2" type="number" width="140"></e-grid-column>
<e-grid-column field="Tarih" textAlign="Right" headerText="Tarih" editType="datepickeredit" width="150"></e-grid-column>
<e-grid-column field="Durum" headerText="Durum" textAlign="Center" editType="booleanedit" displayAsCheckBox="true" type="boolean" width="150"></e-grid-column>
...
</e-grid-columns>
... |