jQWidgets Forums

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: jqxGrid with MySQLi jqxGrid with MySQLi #91076

    jcansell
    Participant

    Hi Peter,
    Can you explain what the ‘ii’ does in to following statement in your example:

    $result->bind_param(‘ii’, $start, $pagesize);

    I can see that $start, $pagesize replace the ?, ? in the $mysqli->prepare( statement, but google is not helping me understand the ‘ii’ parameter.

    many thanks,
    jonathan


    jcansell
    Participant

    also bump peter !

    if we’re here, then we’re not understanding the documentation.

    I’m here because i want to re-point a jqxDataTable (not grid) from one url json data source to another and refresh the displayed results.

    $(“#dataTable”).jqxDataTable(‘updateBoundData’); is not producing any change (the same data is loading).
    do i need to create 2 dataAdapters – or am i missing something ?

    enjoying the product 🙂
    jonathan


    jcansell
    Participant

    Hi, is there a way to get an array holding the displayed order of the columns ?
    also, i’d like to access similar arrays for the user’s entries into the advanced search filter boxes.
    i could dig around the DOM, but its not a reliable method
    thanks,
    jonathan


    jcansell
    Participant

    Thanks,
    while i agree that the function works in the jsfiddle, i’m still getting ‘undefined’ in my own code (which uses a json source).
    i am able to use a bit of string handling to extract the value=”” when i use var value = $("#myComboBox").html();
    but i would like to know where var value = $("#myComboBox").val(); is failing.

    I have the latest version of jqx.

    jonathan.


    jcansell
    Participant

    var value = $("#myComboBox").myComboBox('val');
    or

    var value = $("#myComboBox").val();

    are returning a value of ‘undefined’
    if i try
    var value = $("#myComboBox").html();
    i get a big block of html (mainly css) and i can see value=”the value i want” in there.

    any ideas ?
    thanks

Viewing 5 posts - 1 through 5 (of 5 total)