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
Please see attached file.
Why is vertical line (between Ref an ID Column) not visible?
Why is Filter-Icon not on the right side ("Bezeichnung" Column)? Columnwidth is set to 100 Percent.
Checkbox is not centered (same like New Row).
WebGridColumn eID = grd.RootTable.Columns[0]; eID.Caption = "ID"; eID.Width = Unit.Pixel(250); eID.EditType = EditType.NoEdit; eID.IsAutoIncrement = true; WebGridColumn eName = grd.RootTable.Columns[1]; eName.Caption = "Bezeichnung"; eName.Width = Unit.Percentage(100); WebGridColumn eHide = grd.RootTable.Columns[2]; eHide.Caption = "Ausblenden"; eHide.Width = Unit.Pixel(80); eHide.CellStyle.HorizontalAlign = ISNet.WebUI.HorizontalAlign.Center; eHide.ColumnType = ColumnType.CheckBox; eHide.EditType = EditType.Checkbox; WebGridColumn eDependencies = new WebGridColumn("Dependencies", "Ref"); eDependencies.ColumnType = ColumnType.Image; eDependencies.EditType = EditType.NoEdit; eDependencies.Width = Unit.Pixel(30); grd.RootTable.Columns.Insert(0, eDependencies);
Hi,
I followed your settings and scenario but I could not see 'vertical line' issue. Please see my attached sample. I recommend you not to set ColumnWidth with '%' value since our WebGridColumn is not designed with that value. That's why you faced the layout issue.Please try to set IsAutoWidth=true at column level AutoFitColumns=true. AutoWidth is needed if you want to achieve 100% effect size on that column.About Checkbox is not centered, it is a minor issue. I have reported with WI #401 to our developer.
Regards,Handy
'Vertical line' issue is only visible on DefaultStyleMode = DefaultStyleKind.Elegant
Ok, I can replicate it now. Thank you for your help.
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