慢速键入/慢速焦点在表格内的文本框中 [英] Slow typing/Slow focus out in Textboxes inside table

查看:87
本文介绍了慢速键入/慢速焦点在表格内的文本框中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有ASP.NET / MVC / Jquery web项目。在其中一个页面中,只需单击主页面中的按钮即可呈现局部视图。这个部分页面有一个超过1000行的表格,每行一列有一个文本框。



当我输入时,我遇到了一种性能问题文本框。在下面找出因素。



1.当我输入表格中的任何文本框时,输入的字符很慢。

2.当焦点偏离该文本框时,焦点转移需要更多时间。对于Eg。当我从文本框中单击选项卡转到另一个文本框时,我可以等待大约3-6秒将焦点放在下一个文本框上。



我很感激有人帮忙!

I have ASP.NET/MVC/Jquery web project. In One of the pages, a partial view will be rendered on a click of a button in the main page. This partial page have a table with more than 1000 rows with a text box in one column in each row.

I have a kind of performance issue when I type in the text box. Find below the factors.

1. When I type in any of the textbox inside the table, the rendering of the typed in character is very slow.
2. When the focus shift from that text box, the focus shift is taking more time. For Eg. when I click tab from a text box to go to another text box, I can literally wait for about 3-6 secs to get the focus on the next text box.

I appreciate someones help on this!

推荐答案

选项:



1.不再检索和显示一次超过50行,以提高性能,并允许用户单击下一步查看更多。



2.允许用户导航到一部分数据通过搜索,然后只检索和显示符合选择标准的行。



3.显示文件夹或树结构,并允许用户选择一个节点显示属于该节点的行。
Options:

1. Retrieve and Display no more than 50 rows at a time to improve performance and allow the user to click "Next" to view more.

2. Allow the user to navigate to a section of the data via a search and then retrieve and display only rows that meet the selection criteria.

3. Display a folder or tree structure and allow the user to select a node to display the rows that belong to that node.






我的vb.net项目有同样的问题。当我点击一个文本框时,它没有立即聚焦,它需要很长时间才能获得焦点,当点击下一个文本框时也是如此。我不明白这个问题。如果有人知道问题和解决方案请帮助。





先谢谢。
Hi,

I have same problem in my vb.net project. when I am clicking on a text box it is not getting focused immediately, its taking long time to get focus and same when clicking on next text box. I am not understanding the problem. If anybody knows the issue and solution please help.


Thanks in Advance.


这篇关于慢速键入/慢速焦点在表格内的文本框中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆