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

[Solved] Edit only works once

3 Answers 75 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Emmet
Top achievements
Rank 1
Emmet asked on 04 Mar 2008, 11:03 AM
I have a grid with an edit column

<telerik:GridEditCommandColumn ButtonType="ImageButton" >
<HeaderStyle Width="10%" />
</telerik:GridEditCommandColumn>

When the user clicks on it, they are send to a different window to edit the item

protected void gridGroups_ItemCommand1(object source, GridCommandEventArgs e)
{
    if (e.CommandName == "Edit")
    {
        Response.Redirect(...);
    }
}

When the user returns to the page with the grid on it and clicks on edit again nothing happens. It doesn't go into the ItemCommand event handler at all?

Anyone seen this behaviour before?

Thanks

Emmet

3 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 07 Mar 2008, 09:27 AM
Hello Emmet,

I was not able to reproduce this issue. Is there AJAX involved? Can you provide more details? I have attached a sample that works fine for me, can you modify it so that the issue is reproduced? Thanks.

Kind regards,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Emmet
Top achievements
Rank 1
answered on 07 Mar 2008, 02:57 PM
I'll give it a try.

BTW how do you upload a project to a post?

Thanks

Emmet
0
Vlad
Telerik team
answered on 07 Mar 2008, 04:13 PM
Hi Emmet,

Uploads can be performed only in support tickets.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Grid
Asked by
Emmet
Top achievements
Rank 1
Answers by
Ves
Telerik team
Emmet
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or