on grid drop down selection change

Hi, I am having drop down field in grid. On selection of item from drop down, immediatly need to populate value into next cell(column) in the same grid itself based on selected value. Please let me know how to achieve this. thanks in advance. venkat.

1 Reply

AD Administrator Syncfusion Team February 24, 2006 02:27 PM UTC

Hi Venkat, The CurrentCellCloseDropDown event, is the sutiable for this scenerio. In the event, check for the cc.Renderer.ControlText ( contains the selected value) depending on this populate the next column. Here is a sample project Best Regards, Madhan.

Loader.
Up arrow icon