jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 45 total)
  • Author
    Posts

  • detberlin
    Participant

    Thanks for the reply…

    This is the right solution…
    can I use unfortunately

    It goes with me to a colorpicker
    and not to a dropdown list

    I forgot to say
    Sorry

    Best Greetings
    detberlin

    in reply to: Problem scroll 4pixel Problem scroll 4pixel #70682

    detberlin
    Participant

    Hi 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

    in reply to: Problem scroll 4pixel Problem scroll 4pixel #70609

    detberlin
    Participant

    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

    in reply to: Problem scroll 4pixel Problem scroll 4pixel #70587

    detberlin
    Participant

    So ok… I’m trying to explain it using images.

    the first picture shows the start Position

    first picture

    the second picture shows the selected row

    second picture

    and in the second picture is the failure to recognize. See mark

    in reply to: change Set text position change Set text position #67852

    detberlin
    Participant

    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 that

    This 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 go

    and now…. my next question….
    I would like to disable the tooltip.

    in reply to: if open then source if open then source #66517

    detberlin
    Participant

    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 address

    so I you my project can get.

    Many thanks to
    detBerlin

    in reply to: Checkbox ColumnHeader Checkbox ColumnHeader #66505

    detberlin
    Participant

    Hi Dimitar,

    your the Best.

    Big Thanks

    detBerlin

    in reply to: if open then source if open then source #66504

    detberlin
    Participant

    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,
    detBerlin

    in reply to: if open then source if open then source #66503

    detberlin
    Participant

    Hello 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,
    detBerlin

    in reply to: Checkbox ColumnHeader Checkbox ColumnHeader #66500

    detberlin
    Participant

    Hello Dimitar,

    Thanks for the fast reply.

    OK… This works so far, very good.
    now I still have a problem where

    I 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
    detBerlin

    in reply to: Checkbox ColumnHeader Checkbox ColumnHeader #66452

    detberlin
    Participant

    ok 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 ArtikelSelektGrid

    If 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
    detBerlin


    detberlin
    Participant

    Please move to DataTable……
    ended up in the wrong category

    in reply to: If open then source If open then source #65938

    detberlin
    Participant

    Hello 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 combobox

    Best Regards,
    detberlin

    in reply to: jqxScrollbar in textarea jqxScrollbar in textarea #65144

    detberlin
    Participant

    Hello 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
    detberlin

    in reply to: h – and v – scrollbar ? h – and v – scrollbar ? #13317

    detberlin
    Participant

    hi 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>
Viewing 15 posts - 1 through 15 (of 45 total)