jQWidgets Forums
Forum Replies Created
-
Author
-
June 4, 2014 at 1:38 pm in reply to: Columns vertical border shifts Columns vertical border shifts #55335
Hi MaxWell,
This may happen only in Edit mode and when you leave the edit mode, the Grid will auto update itself. The behavior may happen only due to the browser’s built-in auto-scroll on focus behavior.
Best Regards,
IvanjQWidgets Team
http://www.jqwidgets.com/June 4, 2014 at 1:32 pm in reply to: Get selected rows from Filtered Grid Get selected rows from Filtered Grid #55334Sorry, but I cannot suggest a different option.
Best Regards,
IvanjQWidgets Team
http://www.jqwidgets.com/May 22, 2014 at 11:32 am in reply to: Get selected rows from Filtered Grid Get selected rows from Filtered Grid #54801Hi robertjohnson,
var rows = $(‘#grid’).jqxGrid(‘getrows’, ‘applyfilters’); is invalid function call because ‘getrows’ will return the filtered set of rows even without parameters. Actually the method does not have any parameters. ‘selectedrowindexes’ is an array which contains all selected row indexes – filtered and not. May be you should loop through the Array returned by ‘getrows’ and check whether each row’s bound index is included in the selectedrowindexes array.
Best Regards,
IvanjQWidgets Team
http://www.jqwidgets.comHi Ridbark,
We are well aware of that “click” is not supported on line series. Support of that is planned for the next major release. Yes, when you dynamically change some properties, the Chart will be refreshed and I am sorry that it does not meet your requirement to display 200+ lines on the same chart.
Best Regards,
IvanjQWidgets Team
http://www.jqwidgets.comHi Ridbark,
Please, provide a full example using http://jsfiddle.net/ which reproduces the reported behavior.
Best Regards,
IvanjQWidgets Team
http://www.jqwidgets.comMay 20, 2014 at 10:48 am in reply to: Server Sorting, Paging and Filtering with jqxGrid problem Server Sorting, Paging and Filtering with jqxGrid problem #54681Hi wormie007,
Our suggestion for you is to check whether the required JavaScript and CSS references are added to your project and also to check whether the path to those references is correct. Please, note that a working copy of the example described in the help topic can be downloaded on the bottom of the help topic.
Best Regards,
IvanjQWidgets Team
http://www.jqwidgets.comHi sinch,
You can use the formatData function of jqxDataAdapter to update the data sent to your server. Please, check this out: http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-extra-http-variables.htm
Best Regards,
IvanjQWidgets Team
http://www.jqwidgets.com -
AuthorPosts