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

RadCheckBoxElement not shown in GridDataCellElement

1 Answer 45 Views
Buttons, RadioButton, CheckBox, etc
This is a migrated thread and some comments may be shown as answers.
QuAzI
Top achievements
Rank 1
QuAzI asked on 20 Jul 2015, 01:02 PM
I have table with custom field based on GridDataCellElement.
Now in this field RadLabelElement and two RadButtonElement shown. All OK.
But when I am try to add RadCheckBoxElement - all field will shown empty.

protected override void CreateChildElements()
{
    // ... init elements
    this.Children.Add(radLabel); // ok
    this.Children.Add(radbtnColor); // ok
    this.Children.Add(radbtnFont); // ok
    this.Children.Add(new RadCheckBoxElement()); // GridDataCellElement will shown empty if this line not removed
}

How can I fix it?

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 21 Jul 2015, 02:02 PM
Hello,

Thank you for writing.

I was not able to reproduce the observed behavior on my end. For convenience, I prepared a small sample, based on the information that you provided so far and attached it to this thread. Could you please check it and let me know how it differs from your real setup? 

Thank you in advance for your patience and cooperation. 

Regards,
Dimitar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Buttons, RadioButton, CheckBox, etc
Asked by
QuAzI
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or