jQWidgets Forums
Forum Replies Created
-
Author
-
March 1, 2013 at 11:13 am in reply to: Reply To: String maximum length Reply To: String maximum length #16207
Hi germanbrea,
You may use the “initeditor” callback of the editable column and set the maxlength attribute of the editor, if it is a textbox:
http://www.w3schools.com/tags/att_input_maxlength.asp
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Alex,
Unfortunately, the feature is not supported yet.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi Alex,
The feature is not supported yet.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comFebruary 21, 2013 at 8:50 am in reply to: Change Button Color or Custom Theme Change Button Color or Custom Theme #15606Hi basumrinmoy,
In order to change the jqxButton’s theme please take a look at the following help topic: jquery-button-styling-and-appearance.htm.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi absvis30,
I am sorry, but we are currently unable to reproduce that with IE7. We will continue testing on our Test PCs.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi absvis30,
Please provide a sample which demonstrates your issue.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comFebruary 17, 2013 at 7:09 pm in reply to: Code fires JSON data request twice Code fires JSON data request twice #15378Hi robrichard,
Please, take a look at the ListBox’s Binding to JSON sample. It shows how to use the jqxDataAdapter with the jqxListBox. Internally the jqxListBox calls the jqxDataAdapter’s dataBind method so it is not necessary to call it before that, too.
Best regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comHi morfeusz,
The “destroy” method is added in jQWidgets 2.7. Download it from the website and it will work.
Best regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comFebruary 17, 2013 at 10:28 am in reply to: Calling jqxDockPanel on Dynamic Content Calling jqxDockPanel on Dynamic Content #15366Hi Michael,
$(“#jqxDockPanel”) will not work if the DIV tag with id=”jqxDockPanel” is not part of the DOM. As no HTML element is selected, the initialization of the widget will not work in this case, too.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comFebruary 12, 2013 at 12:56 pm in reply to: Calling jqxDockPanel on Dynamic Content Calling jqxDockPanel on Dynamic Content #15073Hi Michael,
Could you please provide us with a sample which demonstrates with a scenario.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comFebruary 8, 2013 at 9:59 am in reply to: Order filterrow checkedlist items Order filterrow checkedlist items #14889Hi williamtourinho,
We are sorry for the inconvenience but you cannot sort the items in the filterrow cheskedlist. If you have any other questions, please do not hesitate to contact us.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comFebruary 8, 2013 at 8:13 am in reply to: Customize jqxgrid to html table Customize jqxgrid to html table #14882Hi experiencesid,
You can export the jqxGrid to ‘xls’, ‘xml’, ‘html’, ‘json’, ‘tsv’ or ‘csv’,using the exportdata method.Please take a look at the following example.
ExportDataBest Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi basumrinmoy,
We are sorry, but we do not support this feature. In jqwidgets-2.7, jqxCalendar will feature two additional views – month and year views which will enable fast navigation through months and years.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comHi morfeusz,
To replace the mask characters you can set the promptChar property with the following possible values :”_”; “?”; “#”;” ” or some other character without an empty string.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.comFebruary 7, 2013 at 8:13 am in reply to: show big message problem in Validator show big message problem in Validator #14841Hi basumrinmoy,
We are sorry for any inconvenience caused, but you cannot display a message in multiple lines.
Best Wishes,
MariyajQWidgets Team
http://www.jqwidgets.com -
AuthorPosts