jQWidgets Forums
Forum Replies Created
-
Author
-
November 25, 2016 at 10:34 am in reply to: Change header style on binding completed. Change header style on binding completed. #89305
Hi seenu,
You can add custom CSS class when the binding is completed.
Please, refer to the following demo with bindingcomplete.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 25, 2016 at 10:00 am in reply to: Selection is not changed in editor mode Selection is not changed in editor mode #89304Hi DrTiBiBo,
Thanks for the feedback. We will consider this behavior.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi jqWizard,
You can use showSerie/hideSerie methods about series control. So you can use your custom legend outside.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 24, 2016 at 8:53 am in reply to: Selection is not changed in editor mode Selection is not changed in editor mode #89284Hi DrTiBiBo,
Like a workaround, we will offer you to remove the selection on double click via
window.getSelection().removeAllRanges();
.
Please, refer to the following grid demo.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 24, 2016 at 8:42 am in reply to: How can I add a tooltip for every single cell of a treegrid How can I add a tooltip for every single cell of a treegrid #89283Hi newuser,
In the following tree grid with tooltip the tooltip is attached to .tooltip class in cellsRenderer callback.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 24, 2016 at 7:41 am in reply to: Set donut chart start angle from source Set donut chart start angle from source #89280Hi David.Berglund,
You can use initialAngle property tho set the start angle of your chart. This donut chart demo will be helpful for you.
The initialAngle is used about the first segment. All other segments are set in relation to they proportions in sequence.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi jqWizard,
Unfortunately, there is no built-in method to get the state of the legend.
Like a workaround, if you show/hide programmatically only chart series, you can use flags about the status of the series. In this case, you can use these flags to save the status.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 23, 2016 at 9:03 pm in reply to: How can I add a tooltip for every single cell of a treegrid How can I add a tooltip for every single cell of a treegrid #89272Hi newuser,
Please, refer to the following showcase demo: http://www.jqwidgets.com/jquery-widgets-demo/demos/interactivedemos/ticketreservation/
In this demo is used jqxGrid, but the same approach can be used with jqxTreeGrid.In the demo is used jqxPopover, attached to elements with a specific class, added with cellsrenderer callback.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 23, 2016 at 3:26 pm in reply to: Selection is not changed in editor mode Selection is not changed in editor mode #89263Hi DrTiBiBo,
Thanks for the feedback. We will investigate this scenario.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 23, 2016 at 2:58 pm in reply to: Grid Width with Less Columns Grid Width with Less Columns #89261Hi jkapasi,
Please, refer to this example with the same grid settings : width 100% and two columns set to 50%. Here the grid is displayed as expected.
Probably the unexpected behavior is produced from another setting. Please, send jsfiddle/jsEditor demo with your exact settings for better analyze.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 23, 2016 at 9:35 am in reply to: Grid Width with Less Columns Grid Width with Less Columns #89253Hi jkapasi,
Yes, it’s possible. You can set the width of the columns in percentage.
Here is a grid demo with 2 columns and 50% width of each one.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi Francisco,
Yes, you can add different elements in your row details with the same approach.
Here is another demo of data table row details, contained tabs with custom html.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi ziggy,
The size of the exported file depends on many factors, not only on the rows number.
For example number of the columns, size of the content in each cell, etc.Better try to experiment with your sample data. With this approach you will achieve the most acceptable result.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comHi Francisco,
Here is a demo with Multiple nested grids in tabs.
You can try the same approach, using DataTable.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 22, 2016 at 8:10 pm in reply to: JqxDropDownList taking too much time with large data set(400 -500 items) JqxDropDownList taking too much time with large data set(400 -500 items) #89236Hi saurabh,
We tested your case and we can’t see such a behavior.
Please, send jsfiddle/jsEditor example with your code for better analyze of the problem.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts