Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enableEditOnLongPress is opposite of expected action #180

Open
JesseARWhite opened this issue Apr 7, 2013 · 0 comments
Open

enableEditOnLongPress is opposite of expected action #180

JesseARWhite opened this issue Apr 7, 2013 · 0 comments

Comments

@JesseARWhite
Copy link

In the latest version of GMGridView it seems that in order to disable editing on long press I have to set enableEditOnLongPress to true instead of false.

Before this worked:
_gmGridView.enableEditOnLongPress = FALSE;

grid does not enter editing mode on a long press

Now to get the same result I had to change it to

_gmGridView.enableEditOnLongPress = TRUE;

to get the same results (no changes on long press).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant