iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
we are using the default style, Elegant, we changed the cell style:
anyway the Alignment is set only for the cell in normal row, the cell in the newRow has the default Alignment Left.
How to set the cell style HorizontalAlign also for newRow?
Thanks,
Vincenzo
I confirm if this is a minor UI issue, the new row alignment won't follow cell alignment.FYI : there is another customer that reported this issue before and we have created bug report regarding this issue. Perhaps while you waiting the hotfix probably you can use this workaround:You can use OnEnterEditMode client side event to manage the horizontal alignment.
function WebGrid1_OnEnterEditMode(controlId, tblName, editObject) { var grid = ISGetObject(controlId); var selectedRow = wgGetRowByElement(editObject.cellElement.parentElement); var columns = grid.RootTable.Columns; var colDiscountinued = columns.GetNamedItem("Discontinued"); if (selectedRow.Type == "NewRow") editObject.cellElement.parentElement.cells[colDiscountinued.Position 1].style.textAlign = "center"; return true; }
Hope this helps.
thanks.
Could you tell us the bug Id in order to track and to be ready to download the hot as soon as it is ready?
Vince
Sure, the bug ID is 359. I'll update you when we have released the hotfix.
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname