Hi All,
I have a requirement:
Description : In a webpage there will be two telerik grids with name availableinputs and updatedinputs.
On page load the availableinputs grid will be loaded with records available in grid.and from this User will select some records by checking a check box respective to each row.Then user clicks on add Records button.the selected records will go and add to Updated Inputs grid.
Once the selected record is added to updated records grid ,same has to be removed from availableinputs grid.
After this if I need to remove the record from updatedinputs grid.user will click on remove button.and records will be removed
Problem :
First I will bind records to both the grids in Add buttton.its working fine.
after that when I try to check the count of items in updatedinputsgrid on remove button click event, its giving me zero even after I bind the value updatedinputs on Addbutton click.
I tried to rebind the grid with same datasource in Remove button click.
At that time count is showing 1,but the checkbox checked status is always false :(
why this is happening?how to solve the issue.
Thanks,
A2H
I have a requirement:
Description : In a webpage there will be two telerik grids with name availableinputs and updatedinputs.
On page load the availableinputs grid will be loaded with records available in grid.and from this User will select some records by checking a check box respective to each row.Then user clicks on add Records button.the selected records will go and add to Updated Inputs grid.
Once the selected record is added to updated records grid ,same has to be removed from availableinputs grid.
After this if I need to remove the record from updatedinputs grid.user will click on remove button.and records will be removed
Problem :
First I will bind records to both the grids in Add buttton.its working fine.
after that when I try to check the count of items in updatedinputsgrid on remove button click event, its giving me zero even after I bind the value updatedinputs on Addbutton click.
I tried to rebind the grid with same datasource in Remove button click.
At that time count is showing 1,but the checkbox checked status is always false :(
why this is happening?how to solve the issue.
Thanks,
A2H