arunglobal
Programmer
Hi Guys,
Iam Filling a datagrid with dataTable. Data Table has Numeric Values. I Just want to format my Numeric Values with comma.
i.e dr(rowindex) = Format(prdtsum, "###,###,###,###,###,###,##0")
Its working Fine. Numeric values are formatted bu comma delimeter.
But Data Grid Sorting is not happening.i.e After formatting
the numeric values become string.
So when the coloum Header is clicked the datagrid values are not getting sorted based on numeric values.
Thanks in Advance.
Iam Filling a datagrid with dataTable. Data Table has Numeric Values. I Just want to format my Numeric Values with comma.
i.e dr(rowindex) = Format(prdtsum, "###,###,###,###,###,###,##0")
Its working Fine. Numeric values are formatted bu comma delimeter.
But Data Grid Sorting is not happening.i.e After formatting
the numeric values become string.
So when the coloum Header is clicked the datagrid values are not getting sorted based on numeric values.
Thanks in Advance.