I'm trying to create a Janus gridex which every cell has different edit mode.

For instance, one cell will be comboBox edit mode and the second one will be free text

How can it be done?

Thanks in advance,

Oz.

link|improve this question

60% accept rate
feedback

2 Answers

I dunno for sure, but I'd bet you'll need to set the EDITMODE for the column, then control the ROW property thru code in the BEFORECOLUPDATE, or AFTERCOLUPDATE event to return to the correct cell if the user tries to exit the cell.

This would also mean you need to track the condition of the data in that particular cell, then allow the user to exit that cell when the edit is complete...

link|improve this answer
feedback

You need to set each columns EditType to custom. Then hook onto the InitCustomEdit and EndCustomEdit events.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.