Hi,
I have the following code:
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.
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.
