Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图将 kogrid 中选择的行数限制为 25,因为页面大小超过 25 条记录。我尝试实施 beforechange,但它对我不起作用。
谁能帮我解决这个问题?
一般来说,在用户选择行时限制用户并不是一个好主意。尝试警告用户或阻止后续操作(例如“选择的行太多。选择不超过 25 行。”)。将警告写在一种“状态行”中。并且不要试图阻止选择。