jQWidgets Forums
Forum Replies Created
-
Author
-
Hello Liam,
What do you mean?
You want to disable items drag within the jqxTree or not be able to drag items outside the Tree?You can take a look at this example: Link
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 4, 2018 at 11:23 am in reply to: i want functionality like "jqxFormattedInput" in jqxGrid cell, i want functionality like "jqxFormattedInput" in jqxGrid cell, #100068Hello Abhishek,
Here is an example: Link
Usingfloor()
andceil()
will round up and down the number.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 4, 2018 at 10:22 am in reply to: Grid cellsrenderer pagination cell value undefined Grid cellsrenderer pagination cell value undefined #100066Hello dan123,
This is because cellsrenderer is indicated every time the grid is updated.
Which means, every time you change the page, the cellsrenderer will be initiated again.I would suggest you take a look at
createeditor
andiniteditor
.
Whit createeditor, you initate the widget in the cell once, and then with the inieditor you just re-use it.There is also
geteditorvalue
to manipulate the grid as well.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 4, 2018 at 9:56 am in reply to: Reload grid with new source data Reload grid with new source data #100065Hello sathiyaseelan8,
Do you mean something like this: Link
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello Delvin,
Unfortunately, it is not possible.
You can choose only one of the selectionModes.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 3, 2018 at 9:38 am in reply to: How to get ScrollOffset of JQXTREEGRID How to get ScrollOffset of JQXTREEGRID #100041Hello ritesh955,
Can you please provide us with an example?
I tried to simulate the behavior you explained, but the only “jumping” by the scrollbar I get, is when the page aligns with the top of the treeGrid.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 3, 2018 at 8:21 am in reply to: Unable to switch to Today's date on scheduler using the calendar widget Unable to switch to Today's date on scheduler using the calendar widget #100038Hello roshini,
Here is an example: Link
It shows you that date because you have most likely set the
date
property to something like “2016, 10, 24”.Try setting the date to
date: new $.jqx.date(2018, 04, 03),
as shown in the example.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 3, 2018 at 8:13 am in reply to: Legend turning on/off captured? Legend turning on/off captured? #100037May 3, 2018 at 8:04 am in reply to: inconsistant results using drag & checkbox inconsistant results using drag & checkbox #100035Hello edwardsmarkf,
I tested the example on Chrome 66, FireFox 59, Microsoft Edge 41.
When selecting ‘Americano’, the alert was shown and the checkbox was checked every time.
I even changed the alert toconsole.log()
at times to see if something different would happen and speed up the process.I played around with this for some time, and since nothing happens, I can not give a valid explanation of what is happening on your end.
If you find a solution, that works fine for you, please tell us how did you do it, in case someone else runs in this kind of issue.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 2, 2018 at 2:24 pm in reply to: i want functionality like "jqxFormattedInput" in jqxGrid cell, i want functionality like "jqxFormattedInput" in jqxGrid cell, #100020Hello Abhishek,
Here is an example: Link
When you start editing the price column, you can use the arrows(up and down) to change the values.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 2, 2018 at 11:59 am in reply to: Grid cellsrenderer pagination cell value undefined Grid cellsrenderer pagination cell value undefined #100010Hello dan123,
How about
save/load state
?
Here is the demo on our website: LinkYou can save the current(visible) state of the grid and load it later on when you need it.
Here is a topic from the forums, on how to save multiple states, from different views of the grid: LinkBest Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 2, 2018 at 11:33 am in reply to: Export to Excel renders apostrophe as HTML character Export to Excel renders apostrophe as HTML character #100009Hello swisspen,
I did some tests and all exports showed the values correctly.
Can you please send us an example, with more data and the setup method you use for exporting the grid?
Also, have you set the
charSet
to anything?Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 2, 2018 at 11:18 am in reply to: Reload grid with new source data Reload grid with new source data #100007Hello sathiyaseelan8,
Do you mean something like this: Link?
It is an example of date range selection, that filters the data from the range you have selected.You want to select a date/year and filter the grid data only for that selection, right?
If that is the case, I would suggest you enable thefiltertype: 'date',
, It will show you the calendar, from which you can select a range or a data.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/May 2, 2018 at 10:47 am in reply to: Change grid size when window resize Change grid size when window resize #100005Hello draki,
Do you mean something like this?
https://www.jqwidgets.com/jquery-widgets-demo/demos/twitter/bootstrap-grid-layout.htm?lightBest Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello Shakti,
I tested your example, but couldn’t simulate what you are experiencing.
The tooltips showed where I was hovering.Can you please send us a full example, with how are you setting up the tooltip?
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts