jQWidgets Forums
Forum Replies Created
-
Author
-
August 22, 2019 at 7:42 am in reply to: Is this possible to select particular child row in TreeGrid Is this possible to select particular child row in TreeGrid #106546
Hello Gotam,
Please review the following example whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 22, 2019 at 5:47 am in reply to: how to get id of a row in a nested jqxgrid table how to get id of a row in a nested jqxgrid table #106544Hello adrianBalon,
Do you need any further assistance?
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 21, 2019 at 9:27 am in reply to: Issue with Jqxgrid loadState method Issue with Jqxgrid loadState method #106535Hello cibzash,
You could review the following demo that shows the savestate/loadstate implementation.
Also please share a stackblitz.com example demonstrating the reported issue, so that we may determine what causes it. You could fork the example from above and paste your code.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 20, 2019 at 11:19 am in reply to: click-drag enlarge a text field click-drag enlarge a text field #106532Hello edwardsmarkf,
If you want the editor to be resizable you have to use it in a jqxWindow.
Also if this is not the case, please explain your idea in more details or give us a jsfiddle example, because overflow has no option none.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 20, 2019 at 10:34 am in reply to: angular grid cell validation by callback angular grid cell validation by callback #106531Hello jahangir,
You just could not return value(for example true/false) directly in a subscription, because it is an async call. An async call means it is running in the background (actually scheduled for later execution) while your code continues to execute.
You have to do all calculations with the server data in the service and then return true/false from the service.
You could review the following example whether it fits your needs.Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 19, 2019 at 7:54 am in reply to: Getting Piece Info from Stacked Chart Getting Piece Info from Stacked Chart #106523Hello Floyd,
Please review the updated example whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello teaguejust,
You could do it the same way as it is done in the following demo about State.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 19, 2019 at 5:48 am in reply to: How to disable a button with checkbox column in jqxgrid How to disable a button with checkbox column in jqxgrid #106518Hello Novato,
Please review the updated example.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello hobbes,
As stated in the jqxComboBox API Documentation, by using the renderSelectedItem function, you can customize the displayed text in the ComboBox’s input field. Unfortunately, you cannot display anything other than text information there.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 14, 2019 at 2:14 pm in reply to: Populating multiple Comboboxs dynamically in Editable Grid Populating multiple Comboboxs dynamically in Editable Grid #106486Hello balachandra,
I’m afraid that it is not possible to achieve the behavior that you want. Because the arrays/objects are reference types in JavaScript and when you assign the combo values, for example, on each iteration in the loop, you change the previous values also. So in the last iteration all combo values will be the same. That’s why you have the same values for all combo boxes.
The solution is to use different variables for the dataAdapter as shown in the following example, but you need to know the total number of the combo boxes and declare the same number of variables which breaks the idea of dynamic columns.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 14, 2019 at 10:47 am in reply to: How to disable a button with checkbox column in jqxgrid How to disable a button with checkbox column in jqxgrid #106485Hello Novato,
Please review the following example whether it fits your needs.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comHello hobbes,
You could not add HTML to placeholder property, because it would be displayed as plain string.
If you want to customize the list items you have to use renderer property as the following example.Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 13, 2019 at 1:30 pm in reply to: npm install for commerical jqwidgets npm install for commerical jqwidgets #106478Hello wonwoostar,
You could get the licensed version as you log-in through the Client portal and get the wanted version:
https://www.jqwidgets.com/clientportal/
Afterward, replace the old files with these new licensed files.
Also please, check that you are clear the browser cache.Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 13, 2019 at 1:13 pm in reply to: Populating multiple Comboboxs dynamically in Editable Grid Populating multiple Comboboxs dynamically in Editable Grid #106477Hello balachandra,
You are pushing two different types of data to gridcolumns array. You need to revise it.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.comAugust 13, 2019 at 12:35 pm in reply to: Is is possible to download a grid with an image to .xls? Is is possible to download a grid with an image to .xls? #106476Hello Victor,
Unfortunately it is not possible to export data with images.
Let us know if you need further assistance.
Best Regards,
TodorjQWidgets Team
https://www.jqwidgets.com -
AuthorPosts