In UltraWinGrid one column should be in the below format.
Input string should be in range Like below
User can enter the range as 1,000-1,999
or they can enter the range as $1,000-$1,999
Number ranges from 500 to 50,000
Can anybody help me how can I achieve this.
I'm not entirely sure that I understand what you are asking. Which part of this is giving you trouble? What's the datatype of this column? Or is this two different columns?
If this is a single column and you want to allow the user to enter commas and dollar-signs optionally, then you will probably need to use a DataFitler and convert the string the user types into a value that the column's data type can handle and vice versa.