jQWidgets Forums
Forum Replies Created
-
Author
-
May 17, 2017 at 4:16 pm in reply to: Styling for jqxGrid in Angular2 Styling for jqxGrid in Angular2 #93702
Sure Peter.
I’m using /deep/ selector which will pass down all the styling through all the children
Reference: https://angular.io/docs/ts/latest/guide/component-styles.html
Hope it helps
March 13, 2017 at 1:21 pm in reply to: Styling for jqxGrid in Angular2 Styling for jqxGrid in Angular2 #92204Found the answer
Please close
January 23, 2017 at 6:01 pm in reply to: Remove some specifics columns filter at once Remove some specifics columns filter at once #90916Here is a sample of my code using beginupdate and endupdate
$this.gridElement.jqxGrid('beginupdate'); $this.gridElement.jqxGrid('clearfilters'); //doing some addfilter $this.gridElement.jqxGrid('endupdate');
clearfilters is the one throwing errors, so I’m not sure if there is an issue with the method?
January 23, 2017 at 3:14 pm in reply to: Remove some specifics columns filter at once Remove some specifics columns filter at once #90909Thanks for your reply. Just a quick update. The error shows when calling ‘removefilter’. Besides using beginupdate/endupdate, do you have any other solutions?
January 23, 2017 at 2:26 pm in reply to: Remove some specifics columns filter at once Remove some specifics columns filter at once #90905I did try it, but sometimes it received errors like this:
Uncaught TypeError: Cannot read property 'visiblerecords' of null at a.(anonymous function)._prerenderrows at a.(anonymous function)._renderrows at a.(anonymous function).applyfilters at a.(anonymous function).removefilter at Object.a.jqx.invoke at Object.a.jqx.jqxWidgetProxy at HTMLDivElement.<anonymous> at Function.each at _.fn.init.each at _.fn.init.a.fn.(anonymous function) [as jqxGrid]
November 14, 2015 at 6:01 am in reply to: cellhover not working properly with hide/show columns cellhover not working properly with hide/show columns #78135Thanks for your reply. The example works perfectly but my code wasn’t able to display properly at all even for ‘getcellatposition’. I’ll try to post my code on here very soon.
-
AuthorPosts