Hi Infragistics Team,
While updating a row in grid, numbers are right aligned be default. But is there any way where we can left align numbers?
I have attached the screenshot for reference. I need to do the alignment change in edit pop up dialog .
Hi Team,
any update on the same
Hello Tapas.
Thank you for your patience while I was looking into this matter for you.
What I can suggest for achieving your requirement is setting textAlign property of the numeric editor to "right" in editorOptions collection. For example:
features: [ { name: "Updating", editMode: "dialog", columnSettings: [ { columnKey: "ReorderPoint", editorType: "numeric", editorOptions: { textAlign : "left" } } ] } ]
Attached you will find a small sample illustrating my suggestion. Please test it on your side and let me know if you need any further assistance with this matter.
2844.igGridAlignEditorLeft.zip
Hello,
I am glad that you find my suggestion helpful.
Thank you for using Infragistics components.
Thank you so much Vasya, it worked .