EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Naresh Mehta on October 29, 2019, 01:42:58 AM



Title: How to create more than one checkbox in datagrid and how to know it is checked??
Post by: Naresh Mehta on October 29, 2019, 01:42:58 AM
how to create more than one checkbox field in datagrid, and how to get it's value checked or unchecked?


Title: Re: How to create more than one checkbox in datagrid and how to know it is checked??
Post by: stworthy on October 31, 2019, 07:24:08 AM
You can define the 'formatter' function for a column to render a checkbox column. Please refer to http://code.reloado.com/avipiz/edit#preview


Title: Re: How to create more than one checkbox in datagrid and how to know it is checked??
Post by: Naresh Mehta on November 01, 2019, 02:21:34 AM
how to get value of chekbox field (whether it is checked or not), please help.