Hi,

I have a databound DataGridView with RightToLeft set to true (hebrew).
Problem is that all negative numbers displayed with minus sign after the number and not before it, for example :(1,545-).
How can I display the numbers correctly (-1,545)?

Thanks,
Udi

if you get the numbers in your DGV from a text box (or a masked one for that matter) check if it's Right to left property is set to yes, cuz if it is then that's your problem.
hope it helps...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.