jQWidgets Forums
Forum Replies Created
-
Author
-
June 24, 2015 at 8:23 am in reply to: Several editors in grid cell. Several editors in grid cell. #72936
I’m already saw this example, but it is not what I need.
Can you show simple example how can I add for example two editor elements in one cell.Thanks.
June 8, 2015 at 12:04 pm in reply to: how to export JqxGrid data to SQL SERVER 2008 R2 how to export JqxGrid data to SQL SERVER 2008 R2 #72158Here is example how to export data:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/dataexport.htm?arcticWhat you will do with it, it’s only your deal.
June 8, 2015 at 11:59 am in reply to: Edit one col should effect the value in another column in JqxGrid Edit one col should effect the value in another column in JqxGrid #72157June 8, 2015 at 11:58 am in reply to: Edit one col should effect the value in another column in JqxGrid Edit one col should effect the value in another column in JqxGrid #72156Please, try to read documantation first!
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/computedcolumn.htmUPD, actually, my grid works in virtual mode, and I need to select all rows only on current page by clicking “select all” checkbox
I’m already find the solution at the backend part, many thanks anyway.
Hah, I need to add row, after filtering and show it, even if it does not contain filer condition., thats why I try to add it ONLY after filtering.
Nice example, but where is that row in the grid $(“#jqxgrid”).jqxGrid(‘addrow’, null, {firstname: “AAA”}, “first”);?
May 6, 2015 at 9:45 am in reply to: Filter Items for Number Filter in Filter Row Filter Items for Number Filter in Filter Row #70702Hi, it works, but there is two issues.
1. Can I reduce filter-box size?2. When the filter triggered, selected filter condition is always first in conditions list, no metter what I have choosen.
Thanks.
Yes, I’m using the latest version of jQWidgets (3.7.1).
grid initialization parameters:
width: ‘100%’,
theme: ‘bootstrap’,
enablehover: false,
rowsheight:28,
editable: true,
editmode: ‘dblclick’,
autorowheight: true,
autoheight: true,
source: dataAdapter,
columnsresize: true,
filterable: true,
showfilterrow: true,
filterrowheight: 29,
autoshowfiltericon: true,
columnsheight:40,
sortable: false,
showsortmenuitems: true,
columnsreorder: true,
groupable: false,
pageable: true,
pagesize: 5,
pagesizeoptions: [5, 10, 15],
virtualmode: true,But how can I determinate row height to put image directly in center?
January 23, 2015 at 9:20 am in reply to: Filterrow elements height. Filterrow elements height. #65897Thanks for quick response,
As I can see this property defines ROW height, but I need to change height filter element in this row, actually I need made them more narrow.December 24, 2014 at 5:45 pm in reply to: Filterrow with autocomplete. Filterrow with autocomplete. #64679Thank you for quick response, maybe you can provide events api for filterrow?
-
AuthorPosts