jQWidgets Forums
Forum Replies Created
-
Author
-
April 26, 2018 at 11:55 am in reply to: JqxComboBox displaying valuemember on select inside of JqxGrid JqxComboBox displaying valuemember on select inside of JqxGrid #99926
Hello akram,
Here is a working example, that when selecting an element from the combobox, returns its label and not the value.
ExampleBest Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 26, 2018 at 7:38 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 #99914Hello roshini,
Can you please clarify?
What do you want to happen when you click on ‘today’ or the current data.If you click on a date, that isn’t selected the scheduler will go that date, because it is selected.
But if today’s Data is already selected and you click it, it won’t do anything, because it is already selected.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello edwardsmarkf,
Do you mean something like This.
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 26, 2018 at 7:19 am in reply to: undocumented terrific feature? undocumented terrific feature? #99912Hello edwardsmarkf,
From the example you have sent me, it all works fine.
You make a copy of the item when you move it to the other box.
And just change it’s position when moving it in the same box.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 26, 2018 at 7:14 am in reply to: Default value mismatch on demo examples and actual released version Default value mismatch on demo examples and actual released version #99911Hello hurricane,
It was mention in a release
jQWidgets v5.3.0
form September last year.
Here is a link to our release history.Go to
jQWidgets v5.3.0 Release, September-17-2017
and you will see the change we did to thez-index
.
In the next release, there were some fixes to some of the widgets as well.I understand your issue now.
We will update the documentation, I am sorry for the confusion.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 25, 2018 at 12:50 pm in reply to: How can I make the property name editable? How can I make the property name editable? #99891Hello jqwidgetsdev,
You can, You need to set the column to
editable: true
and remove thecolumnType: none
.Here is how it should look like in the demo, if you wanted to edit the first column:
{ text: 'Property Name', editable: true, dataField: 'property', width: 200 },
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 25, 2018 at 11:21 am in reply to: Angular 4/5/6 Issue with JQXTextArea inside TreeGrid column Angular 4/5/6 Issue with JQXTextArea inside TreeGrid column #99889Hello Sandeep Vedavyas,
Can you provide us with a full example?
You can use the online editor: tsEditorBest Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello elie,
Thank you for the report!
This isn’t intended and will be fixed in the near future.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello iztok,
Take a look at this demo: Drag and Drop
More specifically at the ‘dragEnd’ logic.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 24, 2018 at 11:25 am in reply to: How to include jqxgrid two different modules. How to include jqxgrid two different modules. #99867Hello Bhavin,
This is how angular is.
You can’t import the same component twice.
You can import it in a “shared” module, and import that module when you need it.Example:
Let’s say you want multiple grids in your application.
You can import the grid in a separate module, that contains only that component(jqxGridComponent).
And where ever you have a grid, you just import that exact module.
This way you have imported the GridComponent once, but you can use it multiple times in your application.For more information you can take a look here: Link
If you have any more questions or need help with this, we are here to help!
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello edwardsmarkf,
You can assign a placeholder to the filter in the ListBox.
Here is an example ExampleHere is a forum post to a similar question: Link
Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/Hello BennerBenner,
Unfortunately, you can’t set a theme to the Designer.
You will have to manually select the classes of the pivotDesigner and add style to them.
The ‘theme‘ works only for the PivotGrid.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 23, 2018 at 9:48 am in reply to: JqxComboBox displaying valuemember on select inside of JqxGrid JqxComboBox displaying valuemember on select inside of JqxGrid #99831Hello akram,
Can you build a small example of your case and send it to us?
It would greatly help us in resolving your issue.Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 23, 2018 at 6:51 am in reply to: DropDownList issuess in mobile DropDownList issuess in mobile #99829Hello pbar,
I tested our demos on the website, with the inspector, and on a mobile phone.
The selected item showed right bellow(or next to) the dropdown list.Can you give us some more information in this manner?
In which demo did you see this occur?Best Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/April 23, 2018 at 6:41 am in reply to: undocumented terrific feature? undocumented terrific feature? #99828Hello edwardsmarkf,
Thanks for the suggestion!
But we have this feature, there is a demo for it on the website as well.
Here is the link to that demo: Drag & DropBest Regards,
StanislavjQWidgets Team
http://www.jqwidgets.com/ -
AuthorPosts