Hello Guys,
I have a problem where i cannot see 4 decimal points in one of the column.
Well in-fact it displays with two decimal points when data is loaded in grid however as soon as you click on the cell that cell is in editable state and i am able to see 4 decimal points.
The code is as follows
Me.DisplayLayout.Bands(0).Columns("ColumnName").MaskInput = "-nnnnnn.nnnn"Me.DisplayLayout.Bands(0).Columns("ColumnName").PromptChar = Microsoft.VisualBasic.ChrW(32)Me.DisplayLayout.Bands(0).Columns("ColumnName").Format = "$###,##0.00##;($###,##0.00##);$0.00"
Can anyone help me how am i fix this problem?
Hello,
I tried this and it works fine for me with the exact same code. What is the value you are using? Is it happening with every value in your column?
Could you please post a small sample project which reproduces the issue, so I can take a look at it?
I am checking about the progress of this issue. Please let me know If you need any further assistance on this.
Thanks for rechecking on me.
It works fine now as i included DisplayInput property with column.
Thanks,
Mayank