This question is locked. New answers and comments are not allowed.
Hello!
when a grid is filtered and you are using GridEditMode.PopUp the following JavaScript is generated for the PopUp window:
jQuery('#user-gridPopUp').tWindow({onClose:function(e) { e.preventDefault();window.location.href = '/Membership?user-grid-orderBy=~&user-grid-filter=UserName~substringof~'al'&SelectMode=All';}, modal:true, draggable:true, resizable:false});
As you can see this will cause an error because the href is set '...'al'...' to when it should be "...'al'..."
I reckon this error has been introduced in the Q3 release.
Is there hotfix or workaround already available?
when a grid is filtered and you are using GridEditMode.PopUp the following JavaScript is generated for the PopUp window:
jQuery('#user-gridPopUp').tWindow({onClose:function(e) { e.preventDefault();window.location.href = '/Membership?user-grid-orderBy=~&user-grid-filter=UserName~substringof~'al'&SelectMode=All';}, modal:true, draggable:true, resizable:false});
As you can see this will cause an error because the href is set '...'al'...' to when it should be "...'al'..."
I reckon this error has been introduced in the Q3 release.
Is there hotfix or workaround already available?