jQWidgets Forums
Forum Replies Created
-
Author
-
Hello Peter,
We have tried this with the latest version 3.8.2, but we are still getting the same error.
Can you suggest the possible reasons that are causing this issue & how it can be resolved?Regards,
Abdulbut We need to do that using “Row Filter” , Row Filter only allow filter by using range date..
Regards,
AbdulIs there any solution for us?
Regards,
AbdulApril 25, 2014 at 7:10 am in reply to: Grid Aggregates for Grouped Data Grid Aggregates for Grouped Data #53568We are looking to get the rolled up data for the grouped records underneath it, in the context of jqxgrid grouping. This is an essential requirement for one of our clients.
Request you any possible work around for the same.
Any help will be much appreciated!
Hi Dimitar,
I have tried above solution and its worked fine but when i use “mousewheel” or “DOMMouseScroll”, i am getting scrolling.vertical = false. Can you please let me know how can i trap this event?
Regards
AbdulNovember 22, 2013 at 7:02 am in reply to: Set background color while using enablerowdetailsindent Set background color while using enablerowdetailsindent #33122Hi Peter,
We have found a workaround to set the background color of that 30px space using the following jquery in rowexpand event.
$("#jqxgrid [role='row']").each(function () { var firstelement = $(this).children().first()[0]; $(firstelement).css("background-color", "#f8f8f8"); });
Let me know if there is any issue with this solution ?
Regards,
Abdul
GreytrixNovember 18, 2013 at 12:59 pm in reply to: Set background color while using enablerowdetailsindent Set background color while using enablerowdetailsindent #32869HI Peter,
I am talking about ,30 pixel space provided in left side of detail area . Or in other words below the expander button.
Regards,
AbdulNovember 18, 2013 at 5:53 am in reply to: Set background color while using enablerowdetailsindent Set background color while using enablerowdetailsindent #32823Hi,
Is there any help?
Regards,
AbdulOctober 1, 2013 at 6:02 am in reply to: Intermediate Checkbox in Checkbox Selection Grid Intermediate Checkbox in Checkbox Selection Grid #29894Hi Peter,
I think we are not on the same page. Since grid with CheckBox Selection(New feature) provide check box column automatically so what value need to pass for column name in setcellvalue method. Can you please provide me the complete parameter for setcellvalue?
Regards,
AbdulSeptember 30, 2013 at 3:02 pm in reply to: Intermediate Checkbox in Checkbox Selection Grid Intermediate Checkbox in Checkbox Selection Grid #29847Hi Peter,
Is there any workaround?
Regards,
AbdulSeptember 27, 2013 at 1:53 pm in reply to: Intermediate Checkbox in Checkbox Selection Grid Intermediate Checkbox in Checkbox Selection Grid #29725Hi Peter,
we are using parent grid as CheckBox Selection and this type of grid provides checkbox column automatically. so what value needs to be set in “setcellvalue” method to make checkbox as partial checked.
$(“#jqxGrid”).jqxGrid(‘setcellvalue’, 0, “firstname”, “New Value”);
Regards,
AbdulSeptember 10, 2013 at 2:35 pm in reply to: issue with multiplerowsadvanced selection mode issue with multiplerowsadvanced selection mode #28697Hi Peter ,
I am using grid with selectionmode as checkbox. But i still want hovering on complete row. Is it possible through grid with selectionmode as checkbox?
Regards,
AbdulAugust 27, 2013 at 5:41 am in reply to: Checkbox Selection And Initrowdetail Checkbox Selection And Initrowdetail #27756HI Peter ,
Thanks a lot. I was trying in a same way but missing something.
Regards,
AbdulAugust 26, 2013 at 7:12 am in reply to: Checkbox Selection And Initrowdetail Checkbox Selection And Initrowdetail #27660Hi Peter,
Is there any event when we select the select all from Header column?
Regards,
AbdulAugust 22, 2013 at 2:45 pm in reply to: Checkbox Selection And Initrowdetail Checkbox Selection And Initrowdetail #27461Hi Peter,
Yes, ‘rowselect’ and ‘rowunselect’ events are getting called but not when we select the select all from Header column.
Regards,
Abdul -
AuthorPosts