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

PanelBar removes content div class

1 Answer 37 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Omar
Top achievements
Rank 1
Omar asked on 11 Jul 2014, 09:00 PM
Hi,

I have the following code:
<ul id="panelbar">
        <li>
            <span class="k-link k-state-selected">Grammer</span>
            <div class="panelItem">
                <textarea class="fillDiv">
                </textarea>
            </div>           
        </li>
        <li>
.
.
.

Which I initiate as a panelBar, but the div loses the class assigned. is this by design?!

I am trying to make the text area fit the panel width, I was able to do that using this kendo UI Dojo example, but when trying to use the same code on default Telerik MVC project it did not work. Any idea?

Thanks.



1 Answer, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 15 Jul 2014, 01:57 PM
Hello Omar,

I can't seem to be able to reproduce your class removal issue - see this demo @ Kendo UI Dojo and let me know if this helps.

Regards,
Kamen Bundev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
PanelBar
Asked by
Omar
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or