Using 2008 Q3 release:
During initialization, I set group button properties based upon user identification/other criteria and set button visible and checked properties. Data for these settings is read at server from a SQL table.
Setting the RadToolBarButton.Checked property to True is not firing the _ButtonClick event.
Should setting .Checked to True fire this event?
If not what methodology do you recommend to fire this event?
I tried simply invoking the default event handler, but was not able to find the correct object to pass for the EventArgs param for the .Checked button.
What am I missing?
During initialization, I set group button properties based upon user identification/other criteria and set button visible and checked properties. Data for these settings is read at server from a SQL table.
Setting the RadToolBarButton.Checked property to True is not firing the _ButtonClick event.
Should setting .Checked to True fire this event?
If not what methodology do you recommend to fire this event?
I tried simply invoking the default event handler, but was not able to find the correct object to pass for the EventArgs param for the .Checked button.
What am I missing?