H Friends,
Is it possible to enable a groupbox which is inside splitpanel
Note: i like to disable the splitpanel and enable groupbox only
(groupbox is placed inside splitpanel)
the code i tried with:
SplitPanel2.Enabled = False
RadGroupBox2.Enabled = True
(its not working - i mean its not enabling groupbox once i disable the splitpanel)
is it possible to do so ?
expecting your valuable reply.