EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
November 06, 2025, 04:37:55 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
datagrid - How can I scoll to a specific column
Pages: [
1
]
« previous
next »
Print
Author
Topic: datagrid - How can I scoll to a specific column (Read 9048 times)
Stefan B.
Full Member
Posts: 152
Software Architekt
datagrid - How can I scoll to a specific column
«
on:
November 14, 2014, 07:28:34 AM »
We have an big datagrid with many rows. But only 2 Rows are editable.
When the user double click on the row we will scroll to the first editable cell to show the user what he can edit.
How can we scoll to a specific cell in an row?
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: datagrid - How can I scoll to a specific column
«
Reply #1 on:
November 14, 2014, 08:55:53 AM »
Focusing the editor will make the datagrid auto scroll to that column. After enter the editing mode, please focus on the specified editor.
Logged
Stefan B.
Full Member
Posts: 152
Software Architekt
Re: datagrid - How can I scoll to a specific column
«
Reply #2 on:
November 17, 2014, 12:59:27 AM »
THX its working.
Code:
var ed = $(this).edatagrid('getEditor',{index:index, field:'testfield'});
$(ed.target).focus(); }
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...