Hello,
I have a listGrid with 2 columns. Based on the value of first column, editor type of the second column should change.
How can I implement this usecase?
I tried to use setEditorType(), but the editor type is checked once per listgrid, and not per row. I saw this thread: http://forums.smartclient.com/showthread.php?t=10267, but couldn't understand how createRecordComponent helps.
Any tip is appreciated.
thanks
I have a listGrid with 2 columns. Based on the value of first column, editor type of the second column should change.
How can I implement this usecase?
I tried to use setEditorType(), but the editor type is checked once per listgrid, and not per row. I saw this thread: http://forums.smartclient.com/showthread.php?t=10267, but couldn't understand how createRecordComponent helps.
Any tip is appreciated.
thanks
Comment