I can't seem to access the editor for the next column while adding/editing a row. Depending on the value that is selected in the current column while being added/edited I need to change the contents of the next column. The next column is a text editor with a dropdown that can be chosen or they can enter another value. I always get an error that the editor I am trying to access is undefined. It is in row edit mode. I am on the verge of creating my own edit form but there has to be something I am missing. Please help with what events I need to use for this and the method to access the next columns editor.
Thank you.
Hello mhead1,
Thank you for contacting Infragistics!
You may handle the grid's KeyPress event or ValueChanged event and access the editor associated with the cell.
For more information please refer to the attached sample.
If you have any questions, please let me know as well.
I will try it out shortly and respond back.
Michael
Thank you for the update.
If you have any questions, please let me know.
Thank you. You saved me a lot of time. I was so focused on the grid editing events that I forgot about the editor events. I used the selectionChanged event for the combo editor in my grid to fill the next column (a text editor) with a list of suggested items.
Thanks a million.
I am glad you are able to move forward with your application.
If you have any questions, please do not hesitate to let us know.