EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Opan Mustopah on October 26, 2014, 07:19:43 PM



Title: problem using getChanges in treegrid
Post by: Opan Mustopah on October 26, 2014, 07:19:43 PM
hello all,

i have a problem with getChanges method in treegrid.
in datagrid i can easily get the inserted, updated, or delted row.
but when i use that method in treegrid, i can only get the updated and deleted method, but when i used the inserted like: dg.treegrid('getChanges','inserted') i always get 0 length changes row. in fact i didnt update any row on that treegrid before, but i append/insert a new row into that treegrid.
so its possible using getChanges method in treegrid like in datagrid? or just for now is not supported for treegrid?


sorry for my bad english
any help will appriciate
thanks



Title: Re: problem using getChanges in treegrid
Post by: jarry on October 27, 2014, 08:39:27 AM
The 'getChanges' method does not supported properly in treegrid.