ggc_TableControlCheckBoxClick

Hi, i have a problem with event TableControlCheckBoxClick.

It fires only when i select new row in a GGC.
If i click on a checkbox in a row which already selected (i.e. current record) then TableControlCheckBoxClick event is not fired at all.
Any suggestions?
Thank you.



2 Replies

AL Alex April 27, 2008 10:58 AM UTC

This situation happenes only when ggc.TableOptions.ListBoxSelectionMode = SelectionMode.One;

i this, this is a bug.



AL Alex April 27, 2008 11:21 AM UTC

OK. Ive solved the problem:

ggc.TableOptions.AllowSelection = GridSelectionFlags.Row | GridSelectionFlags.AlphaBlend;

ggc.TableOptions.ListBoxSelectionColorOptions = GridListBoxSelectionColorOptions.None;


Loader.
Up arrow icon