jQWidgets Forums
Forum Replies Created
-
Author
-
January 19, 2015 at 12:37 pm in reply to: jqxGrid Overlap other html drop downs, etc on FireFox jqxGrid Overlap other html drop downs, etc on FireFox #65605
Its not helping me. I can not change the z-index of parent tags.
Please suggest a solution. I am stuck because of this issue.Akshat
January 19, 2015 at 10:39 am in reply to: jqxGrid Overlap other html drop downs, etc on FireFox jqxGrid Overlap other html drop downs, etc on FireFox #65586Hi,
I do not have a code sample but here is what i have found the root cause. Now you can give me some way to solve it.
I see z-index is getting added in div class for each cell in jqx-grid with style z-index : <some_value>. Like below
<div class="jqx-grid-cell jqx-item" style="left: 120px; z-index: 756; width:40px;" role="gridcell">
When in browser debug tool, i remove this z-index from jqx-grid-cell, table gets hide behind top header properly on scrolling. ( or similar thing for menu, menu not getting hidden now ).
But this is not in a std jqx-grid class so i can not override it. Its a direct style addition for z-index so i do not know how to remove it now.
Please help and let me know how to fix it now.
Thanks,
AkshatJanuary 18, 2015 at 5:00 pm in reply to: Angular jqxGrid – need to add ng-click on column render function Angular jqxGrid – need to add ng-click on column render function #65553Thanks for response.
Those events given about AngularJs integration with JQWidgets talks about handling of std events invoked by jqxGrid, like row click, row select. Here, i have to invoke a method in renderer and handle in controller where jqx-grid is added ( like ng-click which should be handled outside ). I dont see any such example.
Can you give precise way to do it? Example code or something. Thanks.
Akshat
January 16, 2015 at 12:10 pm in reply to: jqx-grid: ng-click in cellsrenderer jqx-grid: ng-click in cellsrenderer #65490This is not good.
You should at least provide a gateway from the jqxGrid so the caller can execute a function.akshat
January 13, 2015 at 6:07 am in reply to: cell value with cellsrenderer not gettng text middle align if row height is more cell value with cellsrenderer not gettng text middle align if row height is more #65287Thanks for the update and sorry for delay response. Let me check that.
Akshat
Thanks Peter, how can i provide json data to this directive. i am using:
<jqx-tree jqx-create=”true” jqx-settings=”modalData.treeDefinition”></jqx-tree>here ‘modalData.treeDefinition’ = { source: records , jqx-height: ‘100%’, jqx-width: ‘100%’};
and records = dataAdapter.getRecordsHierarchy(‘id’, ‘parentid’, ‘items’, [{ name: ‘text’, map: ‘label’}]);
my basic question is how to use json data in directive now.
December 18, 2014 at 9:12 am in reply to: jqx-drop-down-list fill up list data load on angular http$ service success jqx-drop-down-list fill up list data load on angular http$ service success #64380Thanks a lot. I will check it.
October 20, 2014 at 11:07 am in reply to: cell value with cellsrenderer not gettng text middle align if row height is more cell value with cellsrenderer not gettng text middle align if row height is more #61376Thanks Dimitar,
What if i am returning some value from textrenderer itself. I can not send defaulthtml in that case. Like below,
var textrenderer = function (row, datafield, value) { return '<span style="vertical-align: middle;">' + value + '</span>'; }
Thanks,
AkshatOctober 15, 2014 at 11:07 am in reply to: Browser zoom disappear jqxGrid [Except for 100%, 200%..] Browser zoom disappear jqxGrid [Except for 100%, 200%..] #61166I am using angularJs jqxGrid directive. Thanks.
-
AuthorPosts