aspx_professional thread: Datagrid : new column type
Hello,
I would like to be able to use the following method :
DataTable newDt = new DataTable();
newDt.Columns.Add(new DataColumn("Display",typeof(QuasiNumber)));
So, i have to define my new data type QuasiNumber.
QuasiNumber is a string value that can be cast to number.
First, is it possible ?
Is there a sample or what does I have to implement ?
Thanks.
|





