User Profile & Activity

sigma sigma Member

Hi hans ,

Thank you for your replay .

Now it works very well.

Thank you .

Regards ,

Sigma team

Hi hans ,

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

Sigma team

Hi hans,

Thanks for your suggestion, I have no java script error but i don't retrieve my Expanded Grouped rows  also.

thank you

Regards

Sigma

we have the same problem , is ther any solution ?

All times are GMT -5. The time now is 4:41 AM.
Previous Next