I have a grid in my application. It contains the field value stock. I want to sort the field in descending order. The stock field contains a value with a positive float number and negative float value and hyphen value. I want to always display all hyphen values in last rows. Can anybody tell me how to do this?
e.g
**stock** I want to sort in descending order
45.44 56.56
56.56 56.23
- 45.44
43.25 43.25
-23 -23
- -
56.23 -
Thanks