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

Checkboxes not visible in edit form for multi values resource

3 Answers 125 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
luc bonenfant
Top achievements
Rank 1
luc bonenfant asked on 18 Aug 2015, 09:07 PM

Hello,

I only see values, no checkboxes, for my multi values resource in insert or edit ​form.

- I'm using a provider were the method GetResourceTypes ​contains :

...
resourceTypes[0] = new ResourceType("Categories", true);​
...

- I added in aspx definition :

<AdvancedForm Modal="true" EnableResourceEditing="true"></AdvancedForm>​

- by security, I added in aspx.cs for the event RadScheduler1_DataBound :

RadScheduler1.ResourceTypes.FindByName("Categories").AllowMultipleValues = true;​ /* but already true with espion */

 

Before using provider, i already had the problem, it was for this reason i tried provider...

I'm using UI for ASP.NET AJAX Q1 2015 (free edition for the moment).

 

Thank you for ideas...

3 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 20 Aug 2015, 08:02 AM
Hello,

Could you clarify if you are using any custom CSS rules or a custom skin, that might be affecting the appearance of the checkboxes. With the default styling such an issue is not observed, as can be seen in our online demos:
http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx



Regards,
Bozhidar
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
luc bonenfant
Top achievements
Rank 1
answered on 20 Aug 2015, 08:53 PM

I'm not using special css, i'm using your embed skin (telerikstatic.com)
And it seems i get some css differences between navigators...

I can't see checkboxes with Chrome (current.jpg), unless i'm unchecking "-webkit-appearance:none;" (Modified.jpg)
I can see checkboxes with Firefox (firefox.jpg), although a tab would be appreciated

So, it seems i​ have some work to overlaod styles.

0
luc bonenfant
Top achievements
Rank 1
answered on 22 Aug 2015, 11:26 AM
Finaly, I removed RadFormDecorator from my MasterPage and all is correct.
Tags
Scheduler
Asked by
luc bonenfant
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
luc bonenfant
Top achievements
Rank 1
Share this question
or