EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 12:52:48 PM
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
>
Bug Report
>
Datagrid groupview not updating
Pages: [
1
]
« previous
next »
Print
Author
Topic: Datagrid groupview not updating (Read 8386 times)
hande89
Jr. Member
Posts: 56
Datagrid groupview not updating
«
on:
August 15, 2014, 02:54:31 PM »
http://www.jeasyui.com/tutorial/datagrid/datagrid29_demo.html
If I call updateRow method to change the Product ID on some row, the group titles are not updated and row is not moved to new group.
Logged
jarry
Administrator
Hero Member
Posts: 2298
Re: Datagrid groupview not updating
«
Reply #1 on:
August 15, 2014, 07:24:19 PM »
After update rows, please call 'loadData' method to reload the datagrid data.
Code:
var dg = $('#dg');
dg.datagrid('updateRow', ...);
dg.datagrid('loadData', dg.datagrid('getData'));
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...