Hello. In my project there's a need to show the input for editable columns from the beginning when the grid just loaded. They don't want to have to click on the cell to go on edit mode, they want edit mode to be available all the time so they just go into the input box and update data as needed.
Is there some functionality out of the box to do that?
I've seen this post from 2012 http://ko.infragistics.com/community/forums/t/75449.aspx
It's been 4 years from that so I felt like asking the question again
Thanks for any help you can provide on this.
Hello Luis,
If you want to display edit boxes for all the cells in a column all the time then the suggestion in the post is still valid (the editing concept of the igGrid Updating hasn't changed since then).
If you're good to have editor(s) for one cell/row at a time then you just need to use the igGridUpdating.startEdit API method to manually enter edit mode after the igGrid initializes.
Hope this helps, Martin Pavlov Infragistics, Inc.