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

Double click user control issue

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
A K
Top achievements
Rank 1
A K asked on 04 Aug 2010, 07:59 PM

I have 3 separate grids on a page on a double click all 3 opens a same user control.

All 3 have <EditFormSettings UserControlName="~/BudgetPages/UserControls/BudgetItem.ascx" EditFormType="WebUserControl" />

All 3 call this function on double click

      function RowDblClick(sender, eventArgs) {

            sender.get_masterTableView().editItem(eventArgs.get_itemIndexHierarchical());

      }

Second and third on the page disappear when I double click.

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 09 Aug 2010, 12:35 PM
Hello,

Please review the following online example which elaborates on edit on double click. If this nit helps, please open a formal support ticket and send us sample runnable application which demonstrates the issue. We will test it locally and advise you further.

Best wishes,
Maria Ilieva
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
A K
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or