jQWidgets Forums
Forum Replies Created
-
Author
-
January 19, 2023 at 6:30 am in reply to: Grid is not maintaining state on rerendering Grid is not maintaining state on rerendering #132249
But it seems a problem in react component, if on each re rendering grid lose its state , it is not a usable component in react, since re rendering , is common in functional component, problem is that, where to get the state and where to load the state, we need to get the state on each button clicks wherever states are changing?
December 8, 2022 at 3:41 pm in reply to: Checkboxes are unchecked on filter in selectionmode:checkbox Checkboxes are unchecked on filter in selectionmode:checkbox #131014Hi,
Please find below fiddle.
1) Select all rows from Header checkbox
2) Apply filter on first column “hello” on “String”.May 17, 2021 at 1:53 pm in reply to: Disable select all functionality for selection mode checbox Disable select all functionality for selection mode checbox #120143HI,
We also need the same behavior, this solution from peter is 8 year old now. is there any good way or any flag to achieve this or we can rely on this solution to make sure that in future any update will not break this solution?
Thanks,
AshvaniJanuary 25, 2019 at 6:16 am in reply to: ng-click not attached in jqxNotification ng-click not attached in jqxNotification #103678Hi Hristo,
We don’t want click on whole Notification itself rather we want a click event on particular anchor tag of notification content, there could be more than one anchor tag in notification content and we want different operation to perform on different click.
Thanks,
AshvaniOctober 23, 2018 at 2:18 pm in reply to: ng-repeat in jqxNavigationBar ng-repeat in jqxNavigationBar #102489Thanks Hristo,
I have used the <jqx-expander> it works well with ng-repeat and no need to use the jquery way of creating the element
January 22, 2018 at 2:34 pm in reply to: Formatting of negative values using "c2" is wrong Formatting of negative values using "c2" is wrong #98361Hi,
title , I Mean tooltip on columns when you hover on column it still shows $-12.
Thanks,
AshvaniJanuary 16, 2018 at 12:29 pm in reply to: Formatting of negative values using "c2" is wrong Formatting of negative values using "c2" is wrong #98288Hi Hristo,
We are facing the same issue , we tried the cellsrenderer , but title of the columns does not reflect the value with dollar amount if we remove the cellsFormat = c2, if we keep both cellsrenderer & cellsformat then value in grid shows properly -$12 but title show $-12. which is wrong. Please suggest some easy way or fix this in you API or provide some customformating function.
Thanks,
AshvaniJuly 27, 2017 at 5:55 am in reply to: Disable a particular row/checkbox selection Disable a particular row/checkbox selection #95164Thankyou So Much Stanislav. It helped !!!!
June 23, 2017 at 12:20 pm in reply to: DropDownList with Filter Event DropDownList with Filter Event #94509Hi Peter,
I tried with keydown too but still did not work. Can you please provide some solution and if possible add it your item list to provide filterEvent in future release.?
April 25, 2017 at 12:55 pm in reply to: Row Index vs RowBoundIndex Row Index vs RowBoundIndex #93111Thanks Peter for your quick reply, in event object of grid, we get row index not bound index. rt? and then we can get the boundindex from
$(‘#jqxGrid’).jqxGrid(‘getrowboundindex’, 0);Hi Dimitar,
Thanks for your help. Can you please let me know how can we listen for different in angular environment like, select, remove, uploadstart, unloadend?
October 13, 2015 at 7:09 am in reply to: Multiple Row for On Record Multiple Row for On Record #76754Thanks.. Peter. Is there any future plan to implement second feature?
-
AuthorPosts