English 中文(简体)
删除显示dev表达式弹出时的焦点
原标题:Remove focus on showing devexpress popup

我在我的 ASP.Net 工程中使用 Dev表达式 用户控制软件,用于显示、编辑和删除数据行。

在我的一个页面上,我有两个控件,一个是 < code> DevExpress great 和一个 ASP.Net 按钮 。当我想编辑一行时,我点击该行的编辑按钮,然后显示该行的详细内容。我可以编辑这些细节,然后采取行动。Tthis 弹出按钮有按钮 Cancel Save ,当我按下 Enter Enter 键时,我要引用 Save 的动作。然而,当我按 Enter Enter 键时,它被指向主页而不是对话框吗?

有人知道如何在对话框上启动 Enter 动作, 以激活 save 动作吗?

问题回答

审查以下实例,以更多地了解如何处理文件事件和应对特定最终用户行动:

"http://www.devadroad.com/example=E352" rel="no follow" >E352

"http://www.devadroad.com/example=E3845" rel="no follow" >E3845





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!