Hi,
I have a Row Editing Template in a WDG. Which event is the right one, to fill a custom WebDropDown depending on the value of a cell of selected row in Code Behind?
I'm searching for the doubleclick on rowselector. The custom filling of dropdown is functional but in some cases it get's its values from the selection before.
Can anyone advise me?
Hello Schnapper,
Please let us know if you need any further assistance regarding this matter.
Hi schnapper,
The row editing template behavior has templateOpening and templateOpened client events. I would suggest handling these, get the row in edit mode, and fill the drop down.
regards,David Young