M
muthu99525
Guest
Thank you so much .. the value mapper is used for initial time only ... apologies to eating your time . here please imagine the below scenario .. 1. I have grid of 5x5.- column 4 is a payment option "combo box" 2. after clicking the edit button it opens the pop up with editable combo box - default value is "Select". 3. I am selecting "new payment ". then cancel changes. 4. Now if i am coming to grid -> new row -> edit , the new combo box has the value "New Payment " instead of "Select".... because the below code throws value = "undefined". so its take the previous value. "New Payment " My table Data Value Field : ID Data Text Field : payment mode Select 1 New Payment 2 old payment 3 settled payment So Particularly i want override the Setvalue method in index.js as said before... Thanks again
Continue reading...
Continue reading...