This is a migrated thread and some comments may be shown as answers.

RadGridView GridViewCheckBoxColumn bug?

1 Answer 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 2
Mike asked on 28 May 2009, 04:16 PM
hi there,

I've noticed some odd behaviour with a RadGridView in a project of mine- 
Basically the grid is built at runtime as the data is provided by a stored proc that can vary the number of rows/columns depending on parameters.

As such, to correctly create a checkboxcolumn for "bit" type data, on Databind, I locate columns with bit data and instantiate GridViewCheckBoxColumns to replace them.  This works as expected and populates the checkboxes appropriately, so so far so happy.

The odd thing I noticed after implementing various bits of logic on the ValueChanged ValueChanging cell, and while fiddling around with right-clicking on the grid (context menus etc) was that if you right click on the checkbox cell, a context menu appears as expected, but if you right click on the actual check-box element, sometimes the check toggles, but most mysteriously without firing the ValueChanged or ValueChanging event... !

I'm pretty sure it's not something I've done, so may be worth investigating?

I unfortunately don't yet know enough about C# or your internal object structure to be able to work around this particular issue

Regards,
MIke Renwick

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 29 May 2009, 09:05 AM
Hi Mike,

Thank you for contacting us. We are currently refactoring our grid editors including the check box one. We will try to fix checkbox issues for Q2 2009. I have updated your Telerik points for your feedback. 

Regards,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Mike
Top achievements
Rank 2
Answers by
Nick
Telerik team
Share this question
or