This is a migrated thread and some comments may be shown as answers.

How To Toggle Edit Mode On Load for InPlace Editing

2 Answers 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 02 Feb 2018, 08:36 PM

I'm attempting to set a given row to Edit Mode when an item in a row has a specific value. I've tried setting using GridEditableItem editableItem.Edit = true, but it seems like this only works for edit mode EditForms.

 

How do I set row to editmode for InPlace editing?

2 Answers, 1 is accepted

Sort by
0
Michael
Top achievements
Rank 1
answered on 02 Feb 2018, 08:41 PM
Just wanted to clarify, I need to do this when loading the page after data binding, on item creating.
0
Michael
Top achievements
Rank 1
answered on 05 Feb 2018, 02:51 PM
I found the answer to my question. I wasn't calling Rebind() in my OnPreRender event. I didn't realize this was necessary, but I started to notice it in similar answered, and that solved my problem.
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Michael
Top achievements
Rank 1
Share this question
or