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

[Solved] Suggestion: Remove "mode" flag while changing the page

4 Answers 90 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.
Henry
Top achievements
Rank 1
Henry asked on 16 Aug 2011, 09:51 AM
I'm using 2011.Q2.712~810

Official Example:
Grid - Editing - Server Editing - Edit mode - Pop-up - Apply.
Click "Edit" button of first row to open the "editing window". 
Click "x" to close the window.
Click page "2".
You will see an ugly window only has "x".

So, I suggest to remove the "mode" flag from the GridRouteValues while clicking the page buttons.

Thanks,
Henry

4 Answers, 1 is accepted

Sort by
0
Henry
Top achievements
Rank 1
answered on 19 Aug 2011, 03:10 PM
Hi Telerik,

If the mode flag(mode=edit or mode=insert) is must be included in page links or it is by design, can we have a solution to remove them through jquery?

Thanks
Henry 
0
Henry
Top achievements
Rank 1
answered on 29 Aug 2011, 09:26 AM
Hi Telerik Buddies,

Please response this thread, thanks.

Henry 
0
Henry
Top achievements
Rank 1
answered on 22 Mar 2012, 05:11 AM
Hi,

To work around this issue, add below css code to hide close window button of popup editing window:

.t-close
{
    display:none;    
}

Henry
0
Dadv
Top achievements
Rank 1
answered on 26 Mar 2012, 11:09 AM
Try on Q1 2012 and no problem found (chrome)
Tags
Grid
Asked by
Henry
Top achievements
Rank 1
Answers by
Henry
Top achievements
Rank 1
Dadv
Top achievements
Rank 1
Share this question
or