I have check box group inside Accordion the check boxes for check box group is auto generated from code behind c# , If I want to see which check boxes
is checked I click on Edit command in the grid panel it show me the check boxes but after parts of second flush the checked boxes and show me them without checked.
the steps:
1-run the page;
2-click edit command from grid panel;
3-it show me the check box group withe the check boxes was checked,
4- after 4 millisecond flush the check boxes and show me the check boxes empty
5 - click the edit command second time it show me the check boxes with checked value and every thing is OK;
my question:
why i want to click edit command 2 times to show which check box was checked and why the checked boxes flushing in the first click;