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

Unwanted refresh

1 Answer 58 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Willem
Top achievements
Rank 1
Willem asked on 23 Sep 2008, 08:34 AM
I defined my own editbutton in the grid but when clicked it is causing an unwanted refresh before any action can be taken. Does anyone know why?
<Columns>
    <telerik:GridButtonColumn
        ButtonType="LinkButton"
        CommandArgument="{1},{2}" 
        CommandName="MyEdit"
        HeaderText=""
        Text="Edit"
        UniqueName="colEdit">
    </telerik:GridButtonColumn>

Is it because the CommandArguments?

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 06 Oct 2008, 06:53 PM
Willem-

I'd expect you could easily rule-out the CommandArgs as being the cause of the problem by simply running a test without them. :)

That said, CommandArgs shouldn't be causing this issue. I expect it's related to some other configuration on your page. If you're still struggling with this problem, please post the full markup for your RadGrid. That will help reveal if everything appears to be configured correctly.

I'd also suggest posting questions about RadGrid in the RadGrid forums in the future for a much faster response. The "General Discusssions" threads don't get the same product attention as the product specific forums.

Let me know if I can provide more help.

-Todd
Tags
General Discussions
Asked by
Willem
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or