Hello,
As the title says it, I would like to know how to get the value of a text box in my nestedViewTemplate while I am in the ItemCommand event.
When I cast the Telerik.Web.UI.GridCommandEventArgs e to a GridNestedViewItem, it says the cast is wonrg. If I cast it to GridDataItem, then my text box is after I used FindControl("myTextBoxID")
What would be the way to do that please?
Thank you