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

BUG in MVC Demo of Grid->Editing->Server Editing

2 Answers 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.
Da_Wolf
Top achievements
Rank 1
Da_Wolf asked on 05 May 2011, 10:02 AM
Hi there I'd like to report a bug and furthermore get an answer to a topic i was searching for, while encountering the bug in your demos.

As mentioned in the Title of this thread the bug comes up in the Telerik Extensions for ASP.NET MVC Grid demo. So select Grid -> Editing -> Server Editing. 
The bug is fully reproducable (at least on iPad Safari browser and IE8)
  1. Select the edit mode to be "Pop-up"
  2. Klick on apply changes
  3. Klick on the "Edit" button of some row in the table
  4. Close the "Edit Pop-up" window
  5. Navigate to some other page in the table

 => A "Edit Pop-up" window seems to appear but it is empty and just big enough to show the close (X) button

Now to my question:
I'd like to set the databinding serverside selection property to navigate to a certain controller action something like this

.DataBinding(
    dataBinding =>
        dataBinding
            .Server()
            .Select("Details", "Tool")
    )
but if I do that the paging-number selection also navigates to that controller action what I don't want to.

Isn't there a simple possibility to implement a redirect to some controller action on rowselection?
Something like:
...Gridinitialization...
.Selectable(OnRowSelect("myAction", "myController"))

kind regards
Woldemar

2 Answers, 1 is accepted

Sort by
0
Henry
Top achievements
Rank 1
answered on 19 Mar 2012, 06:37 AM
I met same change page issue as top. Is there any work around solution?
0
Dadv
Top achievements
Rank 1
answered on 26 Mar 2012, 11:12 AM
try on Q1 2012 and no problem found (chrome, IE8 and IE9)
Tags
Grid
Asked by
Da_Wolf
Top achievements
Rank 1
Answers by
Henry
Top achievements
Rank 1
Dadv
Top achievements
Rank 1
Share this question
or