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
I have a regular grid where after I group via the client-side API like:
// add groupvar oNewGroup = new WebGridGroup();oNewGroup.ColumnMember = oColumn.Name;aGroups.Add(oNewGroup);oTable.UpdateUI();
After the grid completes the refresh, the editbox in the filter row is shifted left and down by several pixels. When I reload the page and drag the column to the GroupByBox to group it instead, this shift does not happen. See attachment for a screenshot when it shifts.
What is causing this shift?
Thanks,
Mike
Hi Mike,
Please try to remove these block of code on the top of your aspx page, and see if this issue is still persisted.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
I have tried that and in my end, it seems fine. I hope it helps. Thank you and have a nice day.
Best Regards,
Andi Santoso
Thanks Andi.
However, my page uses the following doctype:
When I remove that doctype, it still shifts the editbox.
I did some more testing. This appears to happen anytime I use the UpdateUI and RefreshAll client-side functions. This shift occurred even without grouping.
I filtered a column, and then later cleared the FilteredColumns collection, then called UpdateUI/RefreshAll, and the shift started again. I can filter and unfilter using the filterrow built in functionality all I want, but the second I use the UpdateUI stuff, it starts shifting.
Any other ideas? Thanks!
Thank you for your detail information. I am able to replicate the issue right now and have forwarded this to our Developer team. I will inform you as soon as I get any news regarding this issue. Thank you and have a nice day.
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