Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
10136 | Jan 22,2004 08:23 PM UTC | Jan 22,2004 09:29 PM UTC | WinForms | 2 |
![]() |
Tags: GridControl |
GridStyleInfo style = this.gridDataBoundGrid1.Binder.InternalColumns[2].StyleInfo;
style.CellValueType = typeof(double);
style.Format = "0.000";
style.Format = "0.###";
1.200000 is shown as 1.2
1.1234567 is shown as 1.123 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.