Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
8973 | Dec 1,2003 04:01 PM UTC | Dec 1,2003 04:49 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
this.grdAppointments.Binder.InternalColumns[1].StyleInfo.CellType
as Jim mentioned, you can also set the Format property and the CellValueTyle property.
this.grdAppointments.Binder.InternalColumns[1].StyleInfo.Format = "#.####"; //or "F4" or ???
this.grdAppointments.Binder.InternalColumns[1].StyleInfo.CellValueType = typeof(double)
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.