Currency format in DataGridView in windows application

后端 未结 6 2072
一个人的身影
一个人的身影 2021-01-13 06:55

i am unable to show currency format on DataGridView. Can you people look this code.

private void dataGridView1_DataBindingComplete(object sender,
                    


        
6条回答
  •  半阙折子戏
    2021-01-13 07:35

    Can you check ( breakpoint or something ) that DataBindingComplete event is fired . So at least we know its not that

    ( edited ) So if its fired check this maybe it will help

    http://msdn.microsoft.com/en-us/library/k4sab6f9

    Maybe by creating a new style it will help

提交回复
热议问题