Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
26018 | Mar 11,2005 03:43 PM UTC | Mar 11,2005 08:45 PM UTC | WinForms | 1 |
![]() |
Tags: Grouping |
private void gridGroupingControl1_TableControlCurrentCellInitializeControlText(object sender, Syncfusion.Windows.Forms.Grid.Grouping.GridTableControlCurrentCellInitializeControlTextEventArgs e) { if(e.Inner.CellValue is double) { e.Inner.ControlText = string.Format("{0:F2}", e.Inner.CellValue); } }
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.