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

RadGrid GridButtonColumn Click Event not firing on first click

1 Answer 200 Views
Grid
This is a migrated thread and some comments may be shown as answers.
john
Top achievements
Rank 1
john asked on 10 May 2019, 11:49 AM

Hi 

I have a radgrid with the following column

  <telerik:GridButtonColumn ButtonType="ImageButton" UniqueName="delete" CommandName="Detete"  ImageUrl="../../Images/MatchIt/TrashCan_Blue.png" ItemStyle-Width="10%"></telerik:GridButtonColumn>

The delete command works perfectly, but the Post-back only fires on the second click. Is there any new known issues that may have caused this?

Thanks,

John E

1 Answer, 1 is accepted

Sort by
0
Accepted
Attila Antal
Telerik team
answered on 16 May 2019, 05:08 PM
Hi john,

In case it's present, could you please try to turn off AJAX temporarily by following the instructions from Get more descriptive errors by disabling AJAX? Once done, test the application while monitoring the console tab of the browser's Developer Tools described in the Improve Your Debugging Skills with Chrome DevTools article and see if there are any JavaScript errors.

Eventually, it would be very helpful if you could share the Grid markup and code behind logic that configures the grid. This would help us understand the combination of properties used and be able to replicate the problem. 

I look forward to your reply.

Kind regards,
Attila Antal
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
john
Top achievements
Rank 1
Answers by
Attila Antal
Telerik team
Share this question
or