Hello Samir,
You could achieve this by attaching
OnClientDropDownClosing to the RadComboBox. Here is a sample code to achieve the same.
Client side:
Attach the
ItemCreated event to the RadGrid and add the Corresponding rowIndex as attribute as shown below.
C#:
Thanks,
Shinu.