jQWidgets Forums
Forum Replies Created
-
Author
-
January 22, 2016 at 9:53 am in reply to: Issue in unchecking checkbox in the header in the grid Issue in unchecking checkbox in the header in the grid #80682
No, the above scenario is working for check option. I uncheck all records in the grid first , then i filter the records based on a value in a column then when i check the check box in the header row for the filtered records, it is checking only for the filtered records, not all records. so unchecking for the filtered records dosen’t work properly as like check option. Please simulate both scenario & provide the customized code for this issue.
Thanks,
GowriJuly 21, 2015 at 10:04 am in reply to: Export Cell render html into excel Export Cell render html into excel #73987Thanks Ivalio,
It would be great if you share some sample.Thanks
GowriJanuary 23, 2015 at 1:02 pm in reply to: Persist Grid Filtering, Sorting and Pagination on Grid Refersh Persist Grid Filtering, Sorting and Pagination on Grid Refersh #65923Thanks Dimitar!! This what EXACTLY I’m looking for. Thank u so much
June 16, 2014 at 10:19 am in reply to: Filtering row with excel & custom list items Filtering row with excel & custom list items #55879Hi Dimitar
Thanks for your quick response.
is there any way to achive this ?
MY requirement is filter menu (the default filtering option) and filter row.
i need both the filters in my gridhttp://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filtering.htm
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filterrow.htmJune 16, 2014 at 9:45 am in reply to: Filtering row with excel & custom list items Filtering row with excel & custom list items #55877HI dimitar,
My requirement is i need to have both the filters in the below examples
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/filtering.htm
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/filterrow.htm
Peter,
If I gave 100% gird will be stopped on 3/4 of my page. so is it possible to give css class for height or css for style?how can i give a css class for height? is it possible?
Regards,
GowriMarch 7, 2014 at 6:34 am in reply to: How to check the checkbox in the grid using jquery How to check the checkbox in the grid using jquery #50639i am using deferred scrolling
January 31, 2014 at 3:09 am in reply to: Enable Grid Context Menu in Mobile Enable Grid Context Menu in Mobile #48718Peter,
The sample you have shown is not working in IPAD. All I want is a sample page of JQXGrid context menu which will work in IPAD and mobile also.Regards,
GowriHi Peter,
In that example you are identifying the drop end by using drop position. where as in my case I have more that one drop listener. How can I Identify those positions? If drop can be detected by class name then it is easy for me.November 13, 2013 at 5:40 am in reply to: Grid, Alignment ,Resizing Grid, Alignment ,Resizing #32540Hi Peter,
Even if I give percentage also it is not working.Please help me. Thanks in Advance.
Regards,
Gowri.Peter,
FYI grid widgets supports Export to PDF feature. Please use below code, Btw thanks for reminding “widget is called jqxGrid”.$("#JqxGrid").jqxGrid('exportdata', 'pdf', 'Filename');
Regards,
GowriDimitar,
Your example shows grouping a particular column and hiding/showing the same. Whereas in our case we have to group any column, while grouping we have to hide that particular column and while ungrouping we have to show the same.Grouping the Particular column I used below code
$("#JQGrid").on("groupschanged", function (event) { if (event.args.groups.length > 0) { $.each(event.args.groups,function(data,val){ $("#JQGrid").jqxGrid('hidecolumn', val); }); } else { $("#JQGrid").jqxGrid('showcolumn', ??); }; });
But I don’t know how to show that particular column while ungrouping.!!
Please help us Thanks in advance.
Regards,
Gowri.Hi Peter,
Thanks for your early reply.‘Columns height’ only increases the header column height, still text is not wrapped (i.e Member Inf… instead of Member Information). We need to wrap that Member Information in grid column header.
Regards,
Gowri.Peter,
how to wrap column header text?Regards,
Gowri. -
AuthorPosts