jQWidgets Forums
Forum Replies Created
-
Author
-
Hi Rakesh,
Please take a look at the following example at: http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/gridcellclass.htm?web
I hope it would work for you. If you have any further questions do not hesitate to contact us.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi yuzkan,
It is possible to bind jqWidgets to a SQL datasource. For more information please take a look at ASP.NET Integration at :http://www.jqwidgets.com/jquery-widgets-documentation/
If you have any further questions do not hesitate to contact us.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 27, 2013 at 1:58 pm in reply to: How to get the value of datepicker in a particular format. How to get the value of datepicker in a particular format. #24020Hi Apeksha,
Please take a look at the following example:
$("#jqxWidget").jqxDateTimeInput({ width: '250px', height: '25px', theme: theme }); var value = $("#jqxWidget").val(); $("#Text").val(value);
The first line initialized the jqxDateTimeInput. The second line gets the date time’s input like text. And the third line sets the input tags value.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 27, 2013 at 10:36 am in reply to: Cell Editor | Textbox Values Alignment Cell Editor | Textbox Values Alignment #23995Hi rskbuvan,
Please take a look at the following example at:http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/cellediting.htm?web
In our opinion it is better to set the type of the column to numberinput as shown because it aligns the text to ‘right’ by default.Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi morfeusz,
It is not possible to change the wheelScrolling sensitivity.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 26, 2013 at 10:32 am in reply to: Grid cellsrenderer and calendar isn't working … Grid cellsrenderer and calendar isn't working … #23887Hi usrimas,
Please take a look at the following post about the requirements when posting a topic:http://www.jqwidgets.com/community/topic/welcome-to-jqwidgets-forum/
And about code formatting:http://www.jqwidgets.com/community/topic/code-formatting/Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 26, 2013 at 9:21 am in reply to: Dropdown button does not close on selecting any item from list. Dropdown button does not close on selecting any item from list. #23876Hi Apeksha Singh,
You may get the clicked Item’s Text by using the following code:
$("#jqxTree .jqx-item").mousedown(function (event) { var text = $(event.target).text(); });
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 26, 2013 at 9:15 am in reply to: Ensure visible is not working in multi select list box Ensure visible is not working in multi select list box #23874Hi Snehal,
In our latest version of jQWidgets 2.9.0 the issue reported is solved and ensureVisible is working.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 26, 2013 at 8:53 am in reply to: How to export full data set in jqxGrid with pagination How to export full data set in jqxGrid with pagination #23873Hi Casel Chen,
Server Paging in our Grid can be implemented only if “virtualmode=true”. Otherwise, the Grid will display all of the data loaded through the jqxDataAdapter plug-in during the widget’s initialization.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 26, 2013 at 8:11 am in reply to: Export hyperlink column to excel link column GRID Export hyperlink column to excel link column GRID #23872Hi Shira,
It is not possible to export links from the jqxGrid. If you have any further questions do not hesitate to contact us.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi Michiel85,
We have tried your example and it works as expected. You may find it strange that the range in the beginning is thinner but it is because of the ‘startWidth’ property. The first range starts from 1px and ends to 10px so if you want a different look try by changing it.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 26, 2013 at 7:58 am in reply to: Zoom in (scrolling) bubble chart or bar chart Zoom in (scrolling) bubble chart or bar chart #23869Hi Sanatan,
Thank you for your interest in jqxChart but it is not possible to have a zoom in a bubble chart.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 25, 2013 at 12:11 pm in reply to: Search items from multi select list box Search items from multi select list box #23840Hi Snehal,
You can use the key board navigation only with a normal jqxListBox. In your case it is not possible.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 25, 2013 at 11:23 am in reply to: Search items from multi select list box Search items from multi select list box #23835Hi Snehal,
When you have check boxes it is not possible to do incremental search.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comJune 25, 2013 at 10:47 am in reply to: Search items from multi select list box Search items from multi select list box #23831Hi Snehal,
It is not possible to use the ‘search mode’ with multiple selection when checkboxes are enable in jqxListBox.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.com -
AuthorPosts