Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    canEditCell and changed() functionality working simultaneously?

    Hello Sir

    I am using SmartClient v10.0 for my project. I have a requirement where I need to do two events on a click of a checkbox. Those two events are : changed() and canEditCell: function().
    In a list grid, one of cell has boolean type which calls for an event on clicking but that functionality is activated only after I select the cell. Hence, my question is " Do we have any functionality which will select the cell and trigger the event at one go i.e. whenever we click the boolean field?"

    I will appreciate your advice. Thanks in anticipation!

    Regards,
    Akash

    #2
    Can we call canEditCell() inside the changed () of a List Grid field attribute?

    Comment

    Working...
    X