jQWidgets Forums

This topic contains 10 replies, has 2 voices, and was last updated by  priyankajain 11 years, 10 months ago.

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
  • jqxvalidation #19788

    priyankajain
    Participant

    Hello sir,
    Today i have facing the problem related to the jqxvalidation .when validation sign is open and click in another page or tab or menu then validation sign is not hide.Tell me any property or method so that validation sign is hide automatically when move in current page…
    Please consider my problem and give me reply asap..

    jqxvalidation #19789

    priyankajain
    Participant

    Hello sir,
    please tell me how use selectindex property in jqxcombobox editor..give me reply as soon as possible..

    jqxvalidation #19796

    Dimitar
    Participant

    Hello priyankajain,

    1) You can use the hide method to hide all hints for the current form. You may invoke that method on the jqxTabs selected event, i.e.:

    $('#jqxTabs').on('selected', function (event) 
    {
    $('#jqxValidator').jqxValidator('hide');
    });

    2) If you mean a combobox editor used in jqxGrid, you should use the createeditor callback function to call the selectIndex or any other jqxComboBox method, i.e.:

    {
    text: 'Ship Country', datafield: 'ShipCountry', width: 150, columntype: 'combobox',
    initeditor: function (row, column, editor) {
    editor.jqxComboBox("selectIndex", 2);
    },
    },

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    jqxvalidation #19953

    priyankajain
    Participant

    Hi Dimitar,

    Actually i am accessing the combobox editor from outside the grid. I mean on my current page i have one grid with combobox ed itor and one combobox outside the grid and on the select event of that combobox i have to change selected index of grid’s combobox editor.
    I am unable to access that combobox editor from outside the grid.
    One more thing for ur info, i am using backbone with requirejs.
    Please help me.
    Thanks in advance.

    jqxvalidation #19954

    priyankajain
    Participant

    Sir,

    I have one more problem.
    I have to fire an event on the value change of any specific cell of a specific column in a grid.
    I have tried cellvaluechange event of grid. But that is creating recursion.
    Please provide me a solution.
    Thanks in advance.

    Regards,
    Priyanka

    jqxvalidation #19955

    priyankajain
    Participant

    Hi Dimitar,

    Thanks for your valuable reply for my jqxvalidation issue.
    But i have a lot of controls on my page like button,dropdown,tabs,menus through those i can move from that page where i have validation problem.
    How can i sort out that problem.

    Thanks & advance.
    Regards,
    Priyanka

    jqxvalidation #19956

    priyankajain
    Participant

    Hello sir,
    I am applying pinned property of jqxgrid in middle column but after that column shift the position means in starting.
    Please tell me the reason behind of shifting a column.and give reply as soon as possible…

    Regards
    Priyanka jain

    jqxvalidation #19991

    Dimitar
    Participant

    Hello Priyanka jain,

    1) You cannot change the selected index of a combobox editor in a grid on the selectIndex event of external combobox, but you may change the value of the cell itself by invoking the setcellvalue jqxGrid method.

    2) Please provide a code sample that demonstrates the reported behaviour.

    3) However you change the page, when you change it, call:

    $('#jqxValidator').jqxValidator('hide');

    4) Pinned columns are always positioned on the left.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    jqxvalidation #20770

    priyankajain
    Participant

    Hello Sir,
    Today i have facing a problem related jqxwidgets. If i am using Display none property then jqxwidgets not displaying properly on making the property inline/block. I don’t want to use visibility as it cover space.Please give reply as soon as possible…
    Regards
    priyanka jain

    jqxvalidation #20771

    priyankajain
    Participant

    Hello sir,
    I have one more problem related to jqxgrid.If in a grid four rows are present and 3 rows filled with data and one remaing without filling data then aggregation not doing work.Please Give reply asap…
    Regards
    priyanka jain

    jqxvalidation #21347

    priyankajain
    Participant

    Hello sir,

    Actually i am using jqxvalidation in my application but problem is that msgbox is not hide when move in another page but in jqxwidgets site use demo and open msgbox and moveother page then msgbox is not showing in another page..
    Please tell me which logic you are used or propertyty or method.

    please give me reply asap..
    Please help me.
    Regards
    Priyanka jain

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

You must be logged in to reply to this topic.