Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
1526 | Nov 8,2002 04:44 AM UTC | Nov 8,2002 08:13 AM UTC | WinForms | 1 |
![]() |
Tags: GridControl |
private void gridDataBoundGrid1_PrepareViewStyleInfo(object sender, Syncfusion.Windows.Forms.Grid.GridPrepareViewStyleInfoEventArgs e) { //password column if(e.RowIndex > 0 && e.ColIndex == 2 && e.Style.Text.Length > 0) { string s = new String('*', e.Style.Text.Length); e.Style.Text = s; e.Style.CellType = "Static"; } }
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.