Donatello
Newbie

Posts: 1
|
 |
« on: July 12, 2010, 07:43:50 AM » |
|
Hi guys,
I've been playing around with Sigma grid and so far its been great. However, I think I may have discovered a bug.
How do I determine if the checkbox for a specific row has been checked or not? I'm using the "isCheckColumn : true" option for the first column in my grid and would like to know if a row is checked or not in an event handler such as onRowCheck or onCellClick. Although I have discovered a solution I think the fact that there are some bugs made the procedure unnecessarily complex, please see my code and comments below:
Problem: onRowCheck event - This event handler is never called for some reason. Here is some sample code:
The alternative is to use onCellClick, but here are problems as well:
To get hold of the checked value took a couple of hours for me to figure out. If the onRowChecked event worked then I would have had not reason to try and solve the problem using an alternative method. If the Checked value was passed through the "value" parameter on the onCellClick event then it would not have been a problem as well.
|