Hi
I have a strange problem with the Gridcheckboxcolumn the row in edit mode (edit in place) .
For at least one client using Chrome Browser (v 23.0) ,or on IE9, on a PC, the checkbox cannot be toggled. It ignores all clicks!
All the other fields on the edit form work fine however.
On my Machine (a mac) using Chrome browser of the same vintage (or safari or IE or firefox), there is no issue
with the checkbox column. Checkbox can be toggled as expected.
Can someone give me pointer as to how to address this? I am baffled.
The column is like this:
I am using Q2 2010 . Site is running on Windows Server 2008 R2 with ASP.NET 4.0
Thanks for help!
Clive
I have a strange problem with the Gridcheckboxcolumn the row in edit mode (edit in place) .
For at least one client using Chrome Browser (v 23.0) ,or on IE9, on a PC, the checkbox cannot be toggled. It ignores all clicks!
All the other fields on the edit form work fine however.
On my Machine (a mac) using Chrome browser of the same vintage (or safari or IE or firefox), there is no issue
with the checkbox column. Checkbox can be toggled as expected.
Can someone give me pointer as to how to address this? I am baffled.
The column is like this:
<
telerik:GridCheckBoxColumn
DataField
=
"PayOnline"
DataType
=
"System.Boolean"
HeaderText
=
"PayOnline"
SortExpression
=
"PayOnline"
UniqueName
=
"PayOnline"
>
<
HeaderStyle
Width
=
"30px"
/>
</
telerik:GridCheckBoxColumn
>
I am using Q2 2010 . Site is running on Windows Server 2008 R2 with ASP.NET 4.0
Thanks for help!
Clive