This is a migrated thread and some comments may be shown as answers.

[Solved] Unexpteced string in PopUp Window when Grid is filtered

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Stefan
Top achievements
Rank 1
Stefan asked on 20 Nov 2011, 05:52 PM
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?

1 Answer, 1 is accepted

Sort by
0
Accepted
Rosen
Telerik team
answered on 21 Nov 2011, 10:52 AM
Hello Stefan,

Indeed, your observation is correct. However, we managed to address the error you have described and I have attached an internal build which should resolve this issue. I have also updated your telerik points.

Regards,
Rosen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
Stefan
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Share this question
or