jQuery UI Widgets Forums Grid rowSelect vs cellselect

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • rowSelect vs cellselect #78413

    samratsaha2
    Participant

    I have a grid with 35 columns and with rowSelect options.
    when a row will be selected it will trigger some activity ( Server Side Call).
    First two columns are pinned columns and to do some other activity ( no server Side call is needed)
    is it possible when I will click on initial two columns grid should not as entire rowSelect?

    what is happening now is , even if no server side call is needed on clicking on initial two columns still it is behaving as rowSelect.
    I tried with unrowselect but no luck.

    Please let me know if this can be achieved.

    rowSelect vs cellselect #78426

    ivailo
    Participant

    Hi samratsaha2,

    You can check for cell click and prevent rowselect action if is clicked your pinned column.
    Here is a demo with similar approach.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.