jQWidgets Forums
Forum Replies Created
-
Author
-
August 2, 2012 at 7:58 am in reply to: Custom sort option and Grid Sorting option disable for single comumn Custom sort option and Grid Sorting option disable for single comumn #6510
Here is my code – removing tags
$summaryData[$i][‘checkAll’] = input type=’checkbox’ name=’numeroCompte[]’ value='”.$accSum[‘current’].”_”.$accSum[‘previous’].”_”.$accSum[‘variation’].”‘August 2, 2012 at 7:50 am in reply to: Custom sort option and Grid Sorting option disable for single comumn Custom sort option and Grid Sorting option disable for single comumn #6507Hi Peter,
Thanks for your reply.
I am facing one issue, when using scrolling and the checkbox controls, after scrolling checked checkbox’s are disappears/unchecked. In my case, I am calculating total amount when user click to checkall checkboxes or individual checkbox, so gird have 200+ records, when user going to check individual chekcbox total amounts (= Current, Previous, Variation and Variation %) get calculated then when he scroll grid – checked check boxes get unchecked automatically -it throw error in this case.
I have created custom checkboxes –
$summaryData[$i][‘checkAll’] = ” “;
here I am creating custom checkbox and passing values for each checkbox, used later for my calculation.
August 1, 2012 at 12:48 pm in reply to: Custom sort option and Grid Sorting option disable for single comumn Custom sort option and Grid Sorting option disable for single comumn #6468Hi Peter,
Thank you for your solution.
I have added custom checkboxes and done custom checkall / uncheckall functionality, but now facing issue – when I checked all checkboxes and scroll down grid vertical scroller it automatically unchecked the checkboxes and my calculated result missed up. Are there any way that check boxes remain checked even I scroll the scroller. Which event we called on scroller the scroll. Please advice.
Regards,
WaveUser.August 1, 2012 at 5:06 am in reply to: Custom sort option and Grid Sorting option disable for single comumn Custom sort option and Grid Sorting option disable for single comumn #6452Please let me know if I can remove filter & sort option for single column and can click on first column’s header check box currently it did not allow me to click and checked the checkbox.
Regards,
WaveUserJuly 31, 2012 at 2:34 pm in reply to: Custom sort option and Grid Sorting option disable for single comumn Custom sort option and Grid Sorting option disable for single comumn #6440Hey Peter,
Thanks for your reply. We have to disable sorting & filtering properly for single (first) column only. Currently when we mouse over to first column’s header-checkbox, filter and sort option show and sorting event get called. We dont want like this. We need to click on header checkbox and then call custom select all checkbox code. Please advice. Can you please give some visual code ex. for same.
Thanks,
WaveTeam. -
AuthorPosts