Title: onContentMenu doesn't work with treegrid when idField isn't "id" Post by: kirin on January 13, 2015, 05:27:57 AM If the treegrid's idField set to not equal "id", the event onContentMenu catched row is null, so program doesn't know user right click on which row.
env: V1.4.1 Title: Re: onContentMenu doesn't work with treegrid when idField isn't "id" Post by: jarry on January 13, 2015, 08:22:24 AM If you want to retrieve a row from the treegrid component, you must set the 'idField' property that should be unique in the current page rows.
|