G
Guest
I wrote this
Binding b=new Binding("DataSource", dataset1, "TableName")
b.Format+=new ConvertEventHandler(FormatFunction)
dataGrid1.DataBindings.Add(b)
But it didn't work. I mean, the function "FormatFunction" was neve
called. Please do me a favor
Thanks a lot!!
Binding b=new Binding("DataSource", dataset1, "TableName")
b.Format+=new ConvertEventHandler(FormatFunction)
dataGrid1.DataBindings.Add(b)
But it didn't work. I mean, the function "FormatFunction" was neve
called. Please do me a favor
Thanks a lot!!