All Products
Demos
Pricing
Services
Blogs
Docs & Support
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
TeamPulse Forum
/
General Discussions
/
Access Control Items in EditItemTemplate with Client script
Cancel
Thread is closed for posting
Feed for this thread
2 posts, 0 answers
Hong
1 posts
Member since:
Jul 2010
Posted 05 Jan 2011
Link to this post
I have not been able to find a resource that will point me to how I can access control items in EditItemTemplate.
While it's possible to wire up those controls with client script, such as the below ref.:
http://www.telerik.com/community/forums/aspnet-ajax/grid/access-radnumerictextboxes-inside-radgrid-on-clientside-while-add-new-record.aspx
I want instead to just reach for the control item on client-side, in Add or Insert mode.
(
the below resource is close to what I'm looking for, except it's for accessing controls in ItemTemplate:
http://www.telerik.com/community/forums/aspnet-ajax/grid/get-label-text-in-radgrid-client-side.aspx
)
Thanks for your input.
Mira
Admin
1124 posts
Posted 11 Jan 2011
Link to this post
Hello Hong,
Please take a look at the
Accessing server controls in a grid template on the client
code library to see how the desired functionality can be implemented.
I hope this helps.
Best wishes,
Mira
the Telerik team
Browse the
vast support resources
we have to jump start your development with
RadControls for ASP.NET AJAX
. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our
common SharePoint portal
.
Back to Top