Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Dale on Jun 03, 2008 12:15
open dhtmlx forum
dhtmlxGrid: Checkbox changes into numeric value after sort in version 1.6.80512

Hello. I am using the Pro version of dhtmlxGrid and have an issue when testing the 1.6.80512 version.

It appears that checkbox (ch) columns are being changed into their numeric value after they are checked and sorted. Here are two examples:

Working
----------
Here is a link using dhtmlxGrid version 1.5.71114 - Place a check under "Set List" for the first song. Sort by Week (twice, so the song you checked comes back up towards the top of the list). Checkbox appears correct.

http://www.rockbandcontent.com/testsite/db/songs/grid.php

Broken
---------
Here is a link using dhtmlxGrid version 1.6.80512 - Place a check under "Set List" for the first song. Sort by Week (twice, so the song you checked comes back up towards the top of the list). Checkbox now appears as a numeric value of "1".

http://www.rockbandcontent.com/testrbc/db/songs.php

Thanks,
Dale
Answer posted by Support on Jun 04, 2008 02:23
Problem confirmed and fixed - please use attached js file instead of original one.
Attachments (1)
Answer posted by Dale on Jun 04, 2008 08:54
Thanks! That is now fixed, but I just noticed another issue. Using those same sample URL's above, just sort any column. Note that in version 1.5, the first "Song" column remains bold, but version 1.6 loses the bold after a sort.
Answer posted by Support on Jun 05, 2008 09:01
Problem confirmed - please try to use attached js file  - it must resolve issue.
Attachments (1)
Answer posted by Dale on Jun 08, 2008 18:43
Unfortunately, it still loses the bold after a sort. I replaced the dhtmlxgrid_splt.js file with the lastest one you attached here, but still have the same results.

URL of version 1.6 grid that loses bold after a sort:

http://www.rockbandcontent.com/testrbc/db/songs.php
Answer posted by Support on Jun 09, 2008 05:43
One more issue was confirmed and fixed
Updated js file and working sample sent by email.
Answer posted by Dale on Jun 09, 2008 09:43
Appears to be working great now! Thanks for resolving this!