I am in the process of upgrading to RadControls for ASP.NET AJAX, and I am running into an issue with the RadGrid. I am trying to capture the row being double-clicked by the user so that I can put that row in edit mode.
I have looked at the online examples, and I am using eventArgs.get_itemIndexHierarchical(). Unfortunately, it is not returning the index. Instead, it is returning the id of the root content place holder minus the underscore.
I noticed that when I removed the underscore from each of my controls within each layer, it will work. Is there some sort of limitation in that you may not precede control ids with an underscore? I would appreciate any feedback.
Thank you,
Chris
I have looked at the online examples, and I am using eventArgs.get_itemIndexHierarchical(). Unfortunately, it is not returning the index. Instead, it is returning the id of the root content place holder minus the underscore.
I noticed that when I removed the underscore from each of my controls within each layer, it will work. Is there some sort of limitation in that you may not precede control ids with an underscore? I would appreciate any feedback.
Thank you,
Chris