Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
3262 | Mar 11,2003 10:55 AM UTC | Mar 11,2003 05:37 PM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
grdLst.Grid.PrepareViewStyleInfo += new GridPrepareViewStyleInfoEventHandler(PVSI); //.... private void PVSI(object sender, GridPrepareViewStyleInfoEventArgs e) { if( e.ColIndex == 2 && e.RowIndex > 0) e.Style.Format = "C"; }
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.