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 hans ,
Thank you for your replay .
Now it works very well.
Thank you .
Regards ,
Sigma team
I made a small modification in the fonction and it works partiely
var WebGrid1 = ISGetObject(controlId);
if (actionName == "Refresh" || actionName == "ColumnSort") {
if (expandedGroupNodes != null) {
var splitResult = expandedGroupNodes.split(";");
intervalObj = setInterval(
function() {
if (!WebGrid1.IsInProgress) {
if (i < splitResult.length - 1) {
var gridAndPosition = splitResult[i].split(":");
WebGrid1.RootTable.GetRowByGroup(0, gridAndPosition[1]).ExpandGroupRow();
i++;
}
if (i >= splitResult.length - 1) {
clearInterval(intervalObj);
intervalObj = null;
i = 0;}}}, 5);}
I retiriev Expanded Grouped rows if rowindex < the VirtualPageSize(in my case 32) else the group is collapsed.
thank you
Best regards
Hi hans,
Thanks for your suggestion, I have no java script error but i don't retrieve my Expanded Grouped rows also.
Regards
Sigma
we have the same problem , is ther any solution ?
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