Author Topic: SelectionRow in Pro Version 4.0.1  (Read 1657 times)

jjestrellaa

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 15
    • View Profile
SelectionRow in Pro Version 4.0.1
« on: September 29, 2017, 09:53:11 pm »
Any reason why SelectionRow() is not found when I try to use it?

I am able to use rowSelect and I see other 4.0.1 changes (filtering) but not this method.

I have set the selectionModel to:

            selectionModel: {
                type: 'row',
                toggle: false,
                mode: 'block'
            },

and I to use the SelectionRow inside a toolbar button's listener for click events

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: SelectionRow in Pro Version 4.0.1
« Reply #1 on: October 02, 2017, 09:14:43 am »
There was a typo in the documentation, it's actually SelectRow instead of SelectionRow.

Thanks for pointing it out.