Hi ,
In UltraGrid , while editing the cell I am getting the under score
for example , i have 1.234
while editing this cell I am getting 1._34 . I just want to remove teh under score while editing the cell
Thanks,
Isu
Hello Isu,
I am wondering when you are getting this underscore? Could you please provide your settings or a small sample project reproducing your scenario and the behavior you are getting, I will be happy to take a look at it.
Hi Boris,
I did attached a screen shot for the underscore issue while editing teh column.
Is their any property that i can set to remove the underscore while editing teh cell.I am getting the same forall the cell that are editable.
Thanks
Hello,
You could override this behavior by setting the 'PromptChar' property of the column, like this:
e.Layout.Bands[0].Columns[0].PromptChar = ' ';
Please do not hesitate to ask if something comes up.
I wanted to know if you were able to solve your issue based on these suggestions or you still need help. Please let me know.
This problem is fixed.
Thank you .