How to insert data into temporary datatable and display it in a grid client-side while clicking a button
My scenario is :
1) A combo with Productname as text,productid as value
2) A textbox for displaying Qty.
3) A button (ADD)
After selecting the products from the combo, and entering the Qty , When the user clicks the ADD button, the data has to be updated on the temp datatable on clientside. And need to display that data in grid. How can I achieve this. Pls provide me a sample code as I'm new to telerik and script
My scenario is :
1) A combo with Productname as text,productid as value
2) A textbox for displaying Qty.
3) A button (ADD)
After selecting the products from the combo, and entering the Qty , When the user clicks the ADD button, the data has to be updated on the temp datatable on clientside. And need to display that data in grid. How can I achieve this. Pls provide me a sample code as I'm new to telerik and script