I have 3-4 record set and that response data is bound with grid view component including input tag and button
when i click on each separate button i need to read data from that group of cell component
but i notice id and name is same of tag
how may i read that data
Reward_required_points
Reward_btn_reward
is a input component in grid
and the code was nice before
now i notice
_0
_1
at id="Reward_required_points" is not generating
but that was ok before
like
id="Reward_required_points_0"
id="Reward_required_points_1"