Hi Paramvir,
I asked about the issue related to check box before.
Link to previous question :
https://paramquery.com/forum/index.php?topic=3848.msg13957#msg13957I have three questions.
------------------------------------------------------------------------------------------
1. There is an issue that is not yet available in version 7.6.0.
Checkboxes with the same name are still disappearing.
Below is the link of the jsfiddle :
https://jsfiddle.net/u9pc6y01/1/------------------------------------------------------------------------------------------
2. The function(_initTypeColumns) you told me before disappeared from version 7.6.0
------------------------------------------------------------------------------------------
3. In previous versions, the problem was being solved using a function (_initTypeColumns).
Is this function only available in the following formats?
ex : grid = pq.grid("#grid_json", obj) => grid._initTypeColumns() // grid = $("#grid_json").pqGrid(obj) => grid.pqGrid("_initTypeColumns")
Below is the link of the jsfiddle:
https://jsfiddle.net/p8jkaLdr/1/ ------------------------------------------------------------------------------------------
Please check.
Thank you.