jQWidgets Forums
Forum Replies Created
-
Author
-
February 11, 2016 at 9:00 am in reply to: the Classname for Dropdownbutton the Classname for Dropdownbutton #81357
Thanks for the reply…
This is the right solution…
can I use unfortunatelyIt goes with me to a colorpicker
and not to a dropdown listI forgot to say
SorryBest Greetings
detberlinHi Peter,
If you say it is not an error.
can you tell me how I can get rid of this effect.The rows in the DataTable are displayed in full size see jsfiddle
to understand it, please follow the text under the DataTable.would be really happy about a solution
bye detberlin
Hi Peter,
It’s not about that I aim the arrow which use scrollbar, if I select the record with the mouse or down scroll using the arrow key on the keyboard until I reach the last visible Row. Then it scrolls DataTable to 4 pixels for above. In the previous version, it was not so!
What can I change to the datatable only scrolls when I record select the next with the keyboard?
and not when I select the last visible row.I hope to help you
detberlin
So ok… I’m trying to explain it using images.
the first picture shows the start Position
the second picture shows the selected row
and in the second picture is the failure to recognize. See mark
I found something else where but I do not know how can I use this property….?
you could use toolbar property the “indent more” about thatThis function should only directly at the start of the editor to be called and then but also with own indicated
how far he indent you want to goand now…. my next question….
I would like to disable the tooltip.Hi Dimitar,
thanks for you Reply…..
your solution doesn’t quite work as I’d like it.Maybe you can help better if I have to get the complete code.
do you have an Apache Web server on your computer?I would then like my entire project to come you, so that you understand it better I can here what
Write and I like it write.Please sit with me by e-mail in connection
I hope they come to my e-mail addressso I you my project can get.
Many thanks to
detBerlinHi Dimitar,
your the Best.
Big Thanks
detBerlin
here a example.
$('#combo').on('open', function(event) { $('#combo').jqxComboBox({source:new $.jqx.dataAdapter({async:false, datatype:"json", url:meineUrl})}); });
i hope this is helpful
Best Regards,
detBerlinHello Dimitar,
ok I hear you…
the function is exactly the same…What bothers me about is that inputfield in the combobox is emptied, if I click on that button, it
before the source is read..I’d like it so we get to the text in the inputfield stops
until I have chosen a different data set in the combolist.I hope it was understandable
Best Regards,
detBerlinHello Dimitar,
Thanks for the fast reply.
OK… This works so far, very good.
now I still have a problem whereI almost despair and although
If I have selected an article in the ArtikelGrid, I want the article will not be ArtikelSelektGrid.
so the tick should cannot be removed (edit = false) only like?best Regards
detBerlinok now here…..
How can I query so the clickevent the following conditions are met.
If an article is selected in the ArtikelGrid
-should he be selected the check box in the ArtikelSelektGridIf the check box is selected in the ColumnHeader by the ArtikelSelektGrid
-should be used to select all checkboxes (works)If in the ColumnHeader by the ArtikelSelektGrid the check box is deselected
-all the checkboxes should be deselected (works)
-unless the article is selected in the ArtikelGrid (not working)This example of the grids a fiddle
best Regards
detBerlinJanuary 24, 2015 at 6:41 pm in reply to: Problem with FireFox and Gridrefresh Problem with FireFox and Gridrefresh #65958Please move to DataTable……
ended up in the wrong categoryHello Dimitar,
I just read that I took the example of the dropdownlist.
can I use this function even when the combobox?
Unfortunately I asked the question with the wrong component.
I meant the comboboxBest Regards,
detberlinHello Nadezhda,
First, thank you for the quick reply.
I want to use the editor, not because this is not modifiable by the style and he emits also no plain text so no HTML code
Greet with best
detberlinhi Peter,
Here you can see a simple example of my grid so that my problem.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html lang="en"><head><meta charset="utf-8"><meta http-equiv="imagetoolbar" content="no"><link rel="stylesheet" href="moduljqx/jqx.base.css" type="text/css"><script type="text/javascript" src="moduljqx/jquery-1.8.2.min.js"></script><script type="text/javascript" src="moduljqx/jqxcore.js"></script><script type="text/javascript" src="moduljqx/jqxdata.js"></script><script type="text/javascript" src="moduljqx/jqxgrid.js"></script><script type="text/javascript" src="moduljqx/jqxscrollbar.js"></script><script type="text/javascript" src="moduljqx/jqxgrid.selection.js"></script><script type="text/javascript" src="moduljqx/jqxbuttons.js"></script><script type="text/javascript" src="moduljqx/jqxwindow.js"></script> <script type="text/javascript"> $(document).ready(function () { var store = new $.jqx.dataAdapter({localdata:[], datatype: "local"}); $('#grid').jqxGrid({ width:350, height:126, source:store, showemptyrow:false, columns:[ {text:'Artikel', dataField:'tagtxt01', width:208}, {text:'Preis', datafield:'tagpreis', align:'right', cellsformat:'c2', cellsalign:'right'}, ]}); $('#button').jqxButton({height:'30px', width:'91px'}); $('#button').bind('click', function() {addnew();}); function addnew(){ var iAddNew = {}; iAddNew['tagtxt01'] = 'Row1'; iAddNew['tagpreis'] = '10'; $('#grid').jqxGrid('addrow', null, iAddNew); } }); </script></head><body><div id="grid" style="position:absolute; margin-top:10px; margin-left:10px;"></div><input id="button" style="position:absolute; margin-top:160px; margin-left:10px;" type="button" value="addrow"></body></html>
-
AuthorPosts