jQWidgets Forums
Forum Replies Created
-
Author
-
Hello Madhukar,
You can look at our demo
Custom Row Editor
injqxGrid>Editor
. It is as close as we have of a horizontal grid.
As for the header removal. Useshowheader: false
, this combined with the CustomGrid should be what you are looking for.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/July 6, 2017 at 9:57 am in reply to: jqxgrid filter with or operator using two input text boxes jqxgrid filter with or operator using two input text boxes #94739Hello Dan123,
Here is a fiddle. You can select ranges in the quantity column. If you want to change the filtered column, you need to specify it
$("#jqxgrid").jqxGrid('addfilter', <strong>'quantity'</strong>, filtergroup);
.Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/July 4, 2017 at 11:21 am in reply to: Problem with custom decimalSeparator Problem with custom decimalSeparator #94691Hello Franz,
We thank you for your report. This should be fixed soon.
Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/July 4, 2017 at 7:34 am in reply to: Content panel field show dollar sign based on jqxgrid dataadapter Content panel field show dollar sign based on jqxgrid dataadapter #94682Hello Dan123,
The easiest way of t=doing this is just by adding ‘$’ as a string. Example:
var salary = "<div style='margin: 10px;'><b>Salary:</b> " + "$" + record.salary + "</div>";
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/July 4, 2017 at 7:20 am in reply to: Can't set color to agenda view Can't set color to agenda view #94679Hello Tachines,
In agenda view, the appointment shows all appointments in the selected range. When you create a new appointment, you can pick the color for the appointment in that tab, but in the agenda tab it shows the color of the
room
that you have picked. You should check your styles.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/July 3, 2017 at 9:37 am in reply to: How to center align a glyphicon within a cell How to center align a glyphicon within a cell #94649Hello ADrew2,
You can use margins to position the images.
<img style="margin-left: 15px; margin-top: 10px;" ...
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/July 3, 2017 at 8:37 am in reply to: jqxgrid filter with or operator using two input text boxes jqxgrid filter with or operator using two input text boxes #94646Hello Dan123,
Before you send the link, you should make sure that you have enabled the
share with everyone
property.
Only after doing that other people can see your example. By default, it just opensHello :-)
.Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/June 30, 2017 at 9:24 am in reply to: jqxgrid filter with or operator using two input text boxes jqxgrid filter with or operator using two input text boxes #94630Hello Dan123,
The fiddle you have provided isn’t showing your example.
It is the default fiddle. Could you please re-send it?
Thanks.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello Jim,
You can try with
lineWidth:
, that should most likely be enough.
You can also trycenterOffset:
, this will space the series apart from one another.This is an Example of both methods.
I hope this helps.
Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/June 28, 2017 at 7:27 am in reply to: How to change the grid cell value based upon condition How to change the grid cell value based upon condition #94583Hello nravhad,
I would like to suggest giving a look at our demo
Cells Styling
in jqxGrid. It is very similar to what you are trying to achieve in your project.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/June 22, 2017 at 8:39 am in reply to: bug in delete button show up and title of the dialog window bug in delete button show up and title of the dialog window #94481Hello Dalsword,
Thank you for your report, we will be looking into this.
Problems and bug are to be submitted to the support.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello David,
You can set the line width with its property
borderLineWidth
.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello Ppatel,
Unfortunately, this can’t be done.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/June 18, 2017 at 10:45 am in reply to: Rowexpand selectrow by index Rowexpand selectrow by index #94402Hello Dan123,
As I understand what you are trying to do here, I think you should give a look at our widget TreeGrid. It should be better suited to what you are trying to do.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello vishapik,
You should go to
project
thenlibraries
, then go to the Add button(the plus icon) and add these:
https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js
https://www.jqwidgets.com/public/jqwidgets/styles/jqx.base.css
https://www.jqwidgets.com/public/jqwidgets/jqx-all.js
Best Regards,
Stanislav
jQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts