hi
I am using the default advanced Insert form and i have 2 custom attributes. Hyperlink and Color
I would like to add a radcolorpicker to the Color attribute. How should i go about it?
I have attach a screenshot for you reference. Thanks
I am using the default advanced Insert form and i have 2 custom attributes. Hyperlink and Color
I would like to add a radcolorpicker to the Color attribute. How should i go about it?
I have attach a screenshot for you reference. Thanks
4 Answers, 1 is accepted
0
Hello,
the Telerik team
This functionality is not supported in the default insert form of RadScheduler. I recommend you to refer to the Advanced Form Template demo where a similar functionality is implemented.
Hope this will be helpful.
Regards,
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0

L
Top achievements
Rank 1
answered on 21 Feb 2012, 11:12 AM
hi
Thanks for the link.
I have an issue here with the data type.
I download a sample from http://www.telerik.com/community/code-library/aspnet-ajax/scheduler/customize-the-advanced-form-with-the-advanced-template-user-controls.aspx VB.net version
One of the resource is teacherID which is an int.
I used that sample and i change the TeacherID in the sample DB provided to uniqueidentifier.
And i have also change to insert and update parameters to <asp:Parameter Name="TeacherID" DBType="Guid" />
Somehow i still get the conversion error: uniqueidentifier to int not allowed.
How should i solved this? Thanks a lot and sorry for any inconvenience caused.
Thanks for the link.
I have an issue here with the data type.
I download a sample from http://www.telerik.com/community/code-library/aspnet-ajax/scheduler/customize-the-advanced-form-with-the-advanced-template-user-controls.aspx VB.net version
One of the resource is teacherID which is an int.
I used that sample and i change the TeacherID in the sample DB provided to uniqueidentifier.
And i have also change to insert and update parameters to <asp:Parameter Name="TeacherID" DBType="Guid" />
Somehow i still get the conversion error: uniqueidentifier to int not allowed.
How should i solved this? Thanks a lot and sorry for any inconvenience caused.
0

L
Top achievements
Rank 1
answered on 21 Feb 2012, 02:05 PM
hi
I know what is the reason behind conversion error. I need to change the TeacherID in Class table to Uniqueidentifie.
But now i am not able to perform an advance insert due to this error
Selection out of range
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Selection out of range
Parameter name: value
Source Error:
Stack Trace:
I know what is the reason behind conversion error. I need to change the TeacherID in Class table to Uniqueidentifie.
But now i am not able to perform an advance insert due to this error
Selection out of range
Parameter name: value
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Selection out of range
Parameter name: value
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
|
0
Hi,
Make sure you have changed the type of TeacherID in all data tables which have a TeacherID field? If this is not the problem, could you make a video of how exactly this error is reproduced. You can use the Jing tool, it is free and can be downloaded from here: http://www.techsmith.com/jing.html.
All the best,
Ivana
the Telerik team
Make sure you have changed the type of TeacherID in all data tables which have a TeacherID field? If this is not the problem, could you make a video of how exactly this error is reproduced. You can use the Jing tool, it is free and can be downloaded from here: http://www.techsmith.com/jing.html.
All the best,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.