I imagine that I will either have to post my entie code or open an incident for this but I will try this first. I have a grid that mimics the server-side select example found here:
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/SelectRowWithCheckBox/DefaultCS.aspx
However, I have some slight difference:
1. I have a needdatasource event to populate the grid from Oracle
2. I have an ItemDataBound event to change the background color of certain cells.
3. I have a DetailTable for a grid within the grid heirarchy. (the detailtable does not allow selection)
I am encountering an issue where the selection is hit-or-miss. Most of the time, I can select two items but, upon selecting the third, the first two become unselected. Also, If I select a row then expand it, the selection is removed.
Does this sound like I am missing something obvious? I am putting together a sample project just in case.
Thanks in advance.
- Adam
http://www.telerik.com/DEMOS/ASPNET/Prometheus/Grid/Examples/Programming/SelectRowWithCheckBox/DefaultCS.aspx
However, I have some slight difference:
1. I have a needdatasource event to populate the grid from Oracle
2. I have an ItemDataBound event to change the background color of certain cells.
3. I have a DetailTable for a grid within the grid heirarchy. (the detailtable does not allow selection)
I am encountering an issue where the selection is hit-or-miss. Most of the time, I can select two items but, upon selecting the third, the first two become unselected. Also, If I select a row then expand it, the selection is removed.
Does this sound like I am missing something obvious? I am putting together a sample project just in case.
Thanks in advance.
- Adam