I have a radgrid and i want to know the following
1. number of rows
2. number of columns
3. row of the item selected in grid
4. column of the item selected in grid
I have tried grid.column.count but it does not have that property?
Additional question:
I have a checkbox in the grid and i want the user to select only one checkbox...
i need to deselect the previous selected checkbox if the user will check another checkbox.
Is it possible to just find the column of the checkbox then uncheck all in the checkbox in the event "onmousedown"
since if its not possible im thinking to make a "for loop" and locate each cell for the checkbox.
1. number of rows
2. number of columns
3. row of the item selected in grid
4. column of the item selected in grid
I have tried grid.column.count but it does not have that property?
Additional question:
I have a checkbox in the grid and i want the user to select only one checkbox...
i need to deselect the previous selected checkbox if the user will check another checkbox.
Is it possible to just find the column of the checkbox then uncheck all in the checkbox in the event "onmousedown"
since if its not possible im thinking to make a "for loop" and locate each cell for the checkbox.