This is a migrated thread and some comments may be shown as answers.

Feature Requests

4 Answers 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 10 Dec 2009, 08:44 PM
1) Is there anyway for you guys to link together the markup and the codebehind such that in a RadGridItemDataBound event I can see a list of the control names in a templatecolumn to help with .FindControl()?  Maybe also show a list of the column names themselves as part of the griddataitem?  It would save having to jump back and forth copying and pasting control IDs...

2) Can we get the ability to auto-generate an event method in the codebehind so we'll always get the correct eventhandler assigned

4 Answers, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 11 Dec 2009, 08:42 AM
Hello Steve,

Thank you for for your suggestions.
  1. Basically, all the requested information is available in the ItemDataBound event handler. Although it may require some additional coding to get it, it is available. Implementing additional properties may be considered redundant by some user, in this case.
  2. Can you please elaborate a little bit on the second point. Presently, the events can be hooked up automatically by VS - double clicking on an event name generates the event handler, and includes all the additional information code to hook up the event to the control.

Best wishes,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 11 Dec 2009, 11:25 AM
1) Not sure what you mean, I just want a dynamic alt-enter (or something) list of columns and/or an alt-enter list of controls in a template column...I know how to get them via code, just was hoping JodeCode could be more integrated into the RadControls to help out with seeing the column uniquenames, and nested control IDs.

2) While they are available in the properties on a doubleclick, you have to be in design mode, then find the control somewhere on the page, click on it, go to events in the prop window, and then doubleclick...the designer is so bad I dont ever have it open.  It would be awesome to be able to generate the methods from sourceview
0
Accepted
Deyan Varchev
Telerik team
answered on 11 Dec 2009, 02:59 PM
Hi Steve, 

Sorry for the initial misunderstanding from our side.

1. We haven't thought of such kind of integration with the different control suits but your suggestion sounds reasonable. We will put it in our backlog and discuss its priority. Once we have set the gounds JustCode will be much easily extended with similar features.

2. This is already in our todo list with high priority so you could expect it implemented quite soon. 

Thanks again for your feedback.
 
Regards,
Deyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 12 Dec 2009, 09:08 PM
Thanks, it'd be a big time saver when dealing with a RadListView, RadGrid, or (god willing) a LoginView control :)  Really it would be in Teleriks best interest to have a CodeRush killer (again, god willing, I hate that we bought that) which is tightly integrated with it's own toolset

...the possibilities are droolworthy
Tags
General Discussions
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Yavor
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Deyan Varchev
Telerik team
Share this question
or