EasyUI Forum

General Category => Bug Report => Topic started by: Fabrice on September 09, 2014, 01:34:47 AM



Title: selectRow problem with datagrid bufferview
Post by: Fabrice on September 09, 2014, 01:34:47 AM
method selectRow seem not working in datagrids with bufferview mode,

i try sample at address http://jsfiddle.net/sYznv/
and add $('#tt').datagrid('selectRow',4); at end of code and nothing append,
if i remove view:bufferview, row 4 is correctly selected


Title: Re: selectRow problem with datagrid bufferview
Post by: jarry on September 09, 2014, 01:58:47 AM
Please see this updated example http://jsfiddle.net/sYznv/10/. It works fine.


Title: Re: selectRow problem with datagrid bufferview
Post by: Fabrice on September 09, 2014, 04:51:24 AM
thank's a lot, it's working now