Hi,
I have data grid using item render i have taken column1 TextInput,column2 Combo Box.How to access the Text input data and selected Combo Box value. when i enter the data in the text input and select the item from Combo Box this value should store in the database.How to achieve this task.
You have to right a function in your item render on some event like keyboard and mouseevent by which after entering value , u can save it in public variable which u can access in other component