jQWidgets Forums

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: grid mouseover popup window grid mouseover popup window #52543

    sumit
    Participant

    Hi Dimitar,

    First thanks fro reply.

    I want to add the tool trip, not popup here. But scenario is my button is in side of grid-view, i want to add the tool trip over on button.

    in reply to: grid mouseover popup window grid mouseover popup window #52439

    sumit
    Participant

    i want to add tool trip in below code however i don’t know, Please help me here.

    {
    text: ”, datafield: ‘Lost’,
    columntype: ‘button’, width: ‘5%’,
    cellsrenderer: function () {
    return “L”;
    },
    buttonclick: function (row) {
    editrow = row;
    var dataRecord = $(“#jqxgridCheckout”).jqxGrid(‘getrowdata’, editrow);
    $(‘#Lostpopup’).fadeTo(1000, 1);
    $(‘#Lostpopup’).show();
    //alert(patronID);
    //alert(dataRecord.HoldingsID);
    HoldingID = ”;
    HoldingID = dataRecord.HoldingsID;
    GetPatronLostItemInfo(patronID, dataRecord.HoldingsID);
    $(‘#LostTitle’).html(dataRecord.Title);
    $(‘#LostAuthor’).html(dataRecord.Author);
    $(‘#lBarcode’).html(dataRecord.Barcode);
    $(‘#LostCallNumber’).html(dataRecord.CallNumber);

    }
    },

    in reply to: grid mouseover popup window grid mouseover popup window #52428

    sumit
    Participant

    Hi Dimitar,

    Thanks for reply.

    I have added button in side gridview,but i want to add tool-trip on button when user mouse over on button that should be say like “This button for delete the grid rows”

    Thanks
    -Sumit.

    in reply to: grid mouseover popup window grid mouseover popup window #52357

    sumit
    Participant

    Hi Dimitar,

    I want to add tool trip on jqxgrid in side button eg. Button text L to Say when go over mouse “LOST”. Please help me here ASAP.

    Thanks
    -sumit

    in reply to: grid mouseover popup window grid mouseover popup window #52349

    sumit
    Participant

    Hi,

    Can you please help out over grid-view button, Ho to add the tool-trip to say L to “LOST” when go over mouse om button.

    thanks
    -Sumit.

    in reply to: Grid row numbers Grid row numbers #49261

    sumit
    Participant

    Thanks Mallepaddi,Now its working fine. Thanks once again for quick help.

    in reply to: Grid row numbers Grid row numbers #49254

    sumit
    Participant

    Hi,

    I am getting this alert The data is still loading. When the data binding is completed, the Grid raises the ‘bindingcomplete’ event. Call this function in the ‘bindingcomplete’ event handler.

    Please help me to change the message when rows null in jqxgrid-view

    in reply to: Grid row numbers Grid row numbers #49252

    sumit
    Participant

    Hi All,

    I am try above code at our end, code is not working. So please let me know the exact way how to change the message “No Data to Display” to “We donot have any record for checkout”,its very important for us please help me on this problem.

    in reply to: Grid row numbers Grid row numbers #49244

    sumit
    Participant

    Hello,

    How to change the default message “No Data To Display” when our jqxgrid-view rows null, So please let me know how to change the message “No Data To Display” to “We don’t have any record for checkout”

    Thanks
    -Sumit Singh


    sumit
    Participant

    Hi Peter,

    Thanks for quick replay,

    I have updated the latest version chrome problem resolve at my end. but my all other code is bearing. So please give me the
    solution how to manage the code. my client is effected now. other wise i am going to remove all the jqxcontrol from my project.

    my problem is here please see.

    1. jquery.global.js is not loaded.
    2.#jqxgrid! Please, check whether the used ID or CSS Class name is correct.
    3. i have also useing there lot-of dynamic dropdwonlist and gridview all control is breaking now

    please give me any file or script here so i can call and my problem is resolve in chrome 32 version.


    sumit
    Participant

    Hi
    i have updated the new version 3.1 from your website but some java-script code broken.So please provide me the solution on that.i don’t have time to revert all code accordingly your new version. my client wants this issue resolve as soon as possible.

    thanks.
    -Sumit


    sumit
    Participant

    Hi
    My Grid row selection and jqxDropDwonList mouse selection not working in chrome version 32.0.1700.72m. Please how to fix it in chrome.

    please help me ASAP. My client want this working in chrome latest version.

    <link rel=”stylesheet” href=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/styles/jqx.base.css”)” type=”text/css” />
    <script type=”text/javascript” src=”@Url.Content(“~/scripts/jquery-1.8.2.min.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Scripts/jquery-ui.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/html5.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxcore.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxbuttons.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxscrollbar.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxmenu.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.pager.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.sort.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.selection.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxdata.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxlistbox.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxdropdownlist.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.columnsresize.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.columnsreorder.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxdatetimeinput.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxcalendar.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxtooltip.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/globalization/jquery.global.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxcheckbox.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxgrid.edit.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Public/Javascript/libs/jqwidgets/jqxnumberinput.js”)”></script>
    <script type=”text/javascript” src=”@Url.Content(“~/Scripts/jquery.FireFox.js”)”></script>

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