EasyUI Forum

General Category => Bug Report => Topic started by: juancitop on September 13, 2018, 12:59:06 PM



Title: bug ? in datagrid with checkbox selection
Post by: juancitop on September 13, 2018, 12:59:06 PM
Hi, I have this problem with a datagrid with checkbox selection...

https://jsfiddle.net/martin_tinchi/0yLgwx1m/4/ (https://jsfiddle.net/martin_tinchi/0yLgwx1m/4/)

1) Select some data and click button to display selected records - OK
2) Select all data by checking top checkbox
3) Click button to display selected records - NOT OK. Elements selected in step 1 repeated.



Title: Re: bug ? in datagrid with checkbox selection
Post by: stworthy on September 13, 2018, 05:33:03 PM
You set a wrong 'idField' value, please set it with 'id' instead of 'cli_ID'. This example works fine.
https://jsfiddle.net/0yLgwx1m/6/


Title: Re: bug ? in datagrid with checkbox selection
Post by: juancitop on September 14, 2018, 07:06:20 AM
Upss.

Thanks sworthy