I have a rad toolbar inside commanditemtemplate, it wont show, am I missing on some property?
Its with any control I place in there.
On the client side on which event can I access the commanditemtemplate?
3 Answers, 1 is accepted
0
Daniel
Telerik team
answered on 23 Jul 2010, 09:54 PM
Hello Sneha,
You have to enable the CommandItem:
<MasterTableViewCommandItemDisplay="Top"/>
As to the second question: you could find the desired controls using the utility methods from our static client library (findElement and findControl): Telerik static client library
Regards,
Daniel
the Telerik team
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 Public Issue Tracking
system and vote to affect the priority of the items
This tool bar is going to have buttons like A,B..Z,
on the server side what I did was on Item_created event I ran a for loop to have the Alphabets created, I need some function on which I can do this on the clientside.
0
Daniel
Telerik team
answered on 29 Jul 2010, 12:01 PM
Hello Sneha,
You can access the toolbar in the commanditem template and traverse its buttons this way:
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 Public Issue Tracking
system and vote to affect the priority of the items