jQWidgets Forums

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 40 total)
  • Author
    Posts

  • Siva
    Participant

    Sorry.

    if Checked:

    $(‘#jqxPanel’).jqxPanel(‘scrollTo’,
    $(“#jqxPanel”).jqxPanel(‘getHScrollPosition’),
    $(‘#jqxPanel’).jqxPanel(‘getVScrollPosition’)+20);

    if unChecked:

    $(‘#jqxPanel’).jqxPanel(‘scrollTo’,
    $(“#jqxPanel”).jqxPanel(‘getHScrollPosition’),
    $(‘#jqxPanel’).jqxPanel(‘getVScrollPosition’)-20);

    in reply to: Date sorting Date sorting #58326

    Siva
    Participant

    Any answers please??
    Thanks in advance

    in reply to: Date sorting Date sorting #58325

    Siva
    Participant

    function getAdapter() {
    var source =
    {
    datatype: “json”,
    datafields:
    [
    { name: ‘Type’, type: ‘string’ },
    { name: ‘Date’, type: ‘string’},
    { name: ‘IsSecure’, type: ‘string’ }

    ],
    url: urlGetAllJobs,
    async: true
    };

    $grid = $(“#jqxgrid_joblist”);

    $grid.jqxGrid({
    width: ‘100%’,
    height: getInnerHeight(),
    columnsheight: columnsheight,
    rowsheight:rowsheight,
    scrollbarsize: 8,
    source: getAdapter(),
    theme: theme,
    columnsresize: true,
    sortable: true,
    columnsreorder: true,
    enablehover: true,
    enabletooltips: true,
    showemptyrow: false,
    showtoolbar: false,
    sorttogglestates: 1,
    groupable: false,

    columns:
    {
    text: ”, datafield: ‘Type’, filtertype: ‘checkedlist’,
    renderer: headerRenderer,
    cellsrenderer: imageRenderer,
    width: ‘5%’,
    resizable: false
    },
    {
    text: ‘date;, datafield: ‘Submission’,
    renderer: columnsHeaderStyle,
    cellsrenderer: rowsCellStyle,
    filtertype: ‘date’,
    width: ‘15%’,
    }
    });

    here date is in string, so,i get unexpected results. I need to sort it in date format.

    in reply to: grid sort grid sort #55886

    Siva
    Participant

    Hi peter,

    $(‘#jqxGrid’).jqxGrid({ sortable: false});

    Its use for the whole grid, but i want a column to be sort as false or disable the sort. Please help me.

    Thanks in advance.

    in reply to: grid sort grid sort #55872

    Siva
    Participant

    Hi team,
    In grid, How to disable the sort for a column only?
    Thanks in advance.

    in reply to: grid sort grid sort #55826

    Siva
    Participant

    Thanks peter,

    From this we can able to disable the third click option.

    Is there any other way to control the Initial data load and third click data load?

    in reply to: Jqxbutton Jqxbutton #51356

    Siva
    Participant

    Thanks for reply.

    But for me the situation is different, initially the whole website button width size is 100px. once the text increased for a button, that button only need to increase the width.

    I will try to solve this width issue in Jquery, by using the length of button to increase the button width.

    Anyway thanks again.


    Siva
    Participant

    It works… Thanks Dimitar.


    Siva
    Participant

    Hi Dimitar,

    This idea will work for a control only by using ID, i have more spin controls in different pages. So i need a global spin control classname like “jqx-checkbox” or “jqx-radiobutton”.
    Is there any global classname, do you have for spin control(jqxnumberinput)?


    Siva
    Participant

    ya ok. thanks peter


    Siva
    Participant

    Hi peter,

    Thanks, it works. I used this classname for checkbox “.jqx-checkbox-xerox .jqx-fill-state-focus”, when checkbox on mouse pressed it will take this classname and get my css styles.
    So “.jqx-fill-state-focus” apply to checkBox, it means – when it is focused and last focused item. Am i correct?

    Thanks


    Siva
    Participant

    hi peter,

    ya i saw this too, but “jqx-fill-state-focus” or “jqx-fill-state-hover” these are common classname for all controls. how can i use this only on radiobutton? or checkbox?

    if i want to use this focus “jqx-fill-state-focus” classname for radiobutton or checkbox, it should be like “jqx-radiobutton-fill-state-focus” or “jqx-checkbox-fill-state-focus”. Will you understand what am i saying?


    Siva
    Participant

    Hi peter,

    Whatever u mentioned documents i already referred and these are classnames currently jqwidgets have for radiobutton:
    .jqx-radiobutton
    .jqx-radiobutton-default
    .jqx-radiobutton-hover
    .jqx-radiobutton-disabled
    .jqx-radiobutton-disabled-box
    .jqx-radiobutton-check-checked
    .jqx-radiobutton-check-disabled
    .jqx-radiobutton-check-indeterminate
    .jqx-radiobutton-check-indeterminate-disabled
    .jqx-radiobutton-rtl

    Here i am asking the classname like,
    1) radiobutton has checked with hover?
    2) radiobutton onpress state?
    3) radiobutton has checked with hover onpress state?

    Please help us, how to achieve these states in jqWidgets?

    in reply to: Disable controls Disable controls #49657

    Siva
    Participant

    Is there any way to get the controls name(buttons, checkbox, option, slider, dropdown) by using the Div id?

    in reply to: dropdown have title tag? dropdown have title tag? #48517

    Siva
    Participant

    yes peter, it will work fine in chrome and mozilla browser. But in IE it wont work… :-(, that’s the issue.

Viewing 15 posts - 16 through 30 (of 40 total)