I have a RadGrid in batch edit mode.
I have a EditTemplate column which has a dropdown. On selection change of the dropdown I want to show\hide column is the next adjacent column the column that I can show can be Text box or Listbox + Texbox + button.
Also I need to handle the button click of this button in the edit mode.
For show\hide of control based of dropdown value selected I expect the ItemBoundEvent to fire and
to handle the button click event I expect ItemCommandEvent event to fire.
But it seems that in Batch Edit mode neither of the above two events gets fired. So I'm stuck on how to implement this functionality.
How do I achieve this functionality in this case?
Thank you
I have a EditTemplate column which has a dropdown. On selection change of the dropdown I want to show\hide column is the next adjacent column the column that I can show can be Text box or Listbox + Texbox + button.
Also I need to handle the button click of this button in the edit mode.
For show\hide of control based of dropdown value selected I expect the ItemBoundEvent to fire and
to handle the button click event I expect ItemCommandEvent event to fire.
But it seems that in Batch Edit mode neither of the above two events gets fired. So I'm stuck on how to implement this functionality.
How do I achieve this functionality in this case?
Thank you