Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
120 views

Hi

I've the radwizard object into aspx page and i would change the backcolor RadWizardStep.I set the theme Bootstrap and I would like to change the color but did not succeed.
By using this site http://docs.telerik.com/devtools/aspnet-ajax/controls/wizard/appearance-and-styling/skin-selectors

I was able to change the color of progressbar but not the backcolor RadWizardStep.

 

How can I do?

 

Thank you bye

Fabio Cirillo
Top achievements
Rank 1
 asked on 23 Mar 2016
2 answers
136 views

Hello,

Immediately after my upgrade from 'ASP.NET AJAX Q3 2011 SP1' to 'UI for ASP.NET AJAX Q1 2016' (.NET version 3.5), my Rad Grid no longer renders correctly:

- Rows are no longer clickable
- Column widths are no longer aligned between header and content
- Scrolling content overflows beyond the borders of the grid (I believe the height of the amount overflowed is precisely the height of the header row)

Note that the functionality is partially there in that clicking on column headings properly sorts the data, but the rendering issue is still present.

Please see the attached image 'Illustration.png'.

I have also attached image files of my code 'ASPNET.png' (for the .NET markup) and VB.png (for the code-behind). I had to do it this way because this thread window would not allow me to copy/paste code within, nor attach anything other than image files.

Please help!!

Thanks - Torrey

 

Torrey
Top achievements
Rank 1
 answered on 23 Mar 2016
2 answers
5.1K+ views
Hello,

I have a project(subsite to site which uses telerik) which displays the error message even though it's not making use of any Telerik products and therefore no reference to Telerik appears in the web.config file. It should be completely independent of the main application which does properly reference the Telerik library and does not have an error condition.

Does anyone know why using a Telerik library in the main application would cause a problem for another application which exists in a subdirectory? And does anyone know how to solve the problem?

I have tried to add the dlls in the subdirectory bin catalog with no success. Have also tried to remove/add the httphandlers and modules in the subdirectory web.config with no success. 

Thanks for any information that can point me in the right direction!

Regards,
Roberto
David
Top achievements
Rank 1
 answered on 23 Mar 2016
6 answers
121 views

Hi,

I have working one FileExplorer with database as content provider and drag&drop works fine within this control

but I need to be able to copy or drag& drop to second FileExplorer also. How to configure

UploadPath etc to make it work?  Assuming that second FileExplorer will have separate db table

for files list. Currently first FileExplorer has all Path set to "Root".

thanks

Vessy
Telerik team
 answered on 23 Mar 2016
1 answer
131 views

Hi,

I'd like to use AutoCompleteBox as keyword-tokens entry field and thus it won't need any data source to be bound to. Is it possible to disable auto-suggest feature completely or maybe there's a more suitable control for that? I tried cancelling OnClientRequesting event in javascript handler (see below), but when user types, the control shows "loading" animation which switches off only after the control loses focus. 

Thanks!

 

<script type="text/javascript">
                function txtKeywords_OnClientRequesting(sender, args)
                {
                    args.set_cancel(true);
                }
</script>

Ivan Danchev
Telerik team
 answered on 23 Mar 2016
5 answers
113 views

I'm guessing the preview updates on posts because it updates when I add/remove/update filter expressions and groups, and it updates when I load the grid. I would prefer it to update as I'm making changes, because to me, a "preview" doesn't really count if I have to load first. For example, If I only add one filter expression, the preview doesn't show anything...until I load the grid. If I add three expressions then a group expression, the first three expressions will show in the preview correctly, but then the group expression doesn't, because there's no server post between choosing the last expression value and loading the grid. So, the question - is it possible to update the preview expression in "real time"? Code for reference:

 

01.<telerik:RadAjaxManager runat="server" ID="RadAjaxManager1">
02.    <AjaxSettings>
03.        <telerik:AjaxSetting AjaxControlID="rgFilings">
04.            <UpdatedControls>
05.                <telerik:AjaxUpdatedControl ControlID="rgFilings" LoadingPanelID="RadAjaxLoadingPanel1"/>
06.                <telerik:AjaxUpdatedControl ControlID="rfFilter"/>
07.            </UpdatedControls>
08.        </telerik:AjaxSetting>
09.    </AjaxSettings>
10.    <AjaxSettings>
11.        <telerik:AjaxSetting AjaxControlID="rfFilter">
12.            <UpdatedControls>
13.                <telerik:AjaxUpdatedControl ControlID="rfFilter"/>
14.            </UpdatedControls>
15.        </telerik:AjaxSetting>
16.    </AjaxSettings>
17.</telerik:RadAjaxManager>

1.<telerik:RadFilter runat="server" ID="rfFilter" RenderMode="Lightweight" FilterContainerID="rgFilings" ShowApplyButton="False" ViewStateMode="Enabled" OnApplyExpressions="rfFilter_ApplyExpressions" OnExpressionItemCreated="rfFilter_ExpressionItemCreated" ExpressionPreviewPosition="Bottom">
2.    <ContextMenu RenderMode="Lightweight"></ContextMenu>
3.    <FieldEditors>
4.        <telerik:RadFilterDropDownEditor FieldName="DelApprStatus" DisplayName="Status" DataTextField="Value" DataValueField="Value" />
5.        <telerik:RadFilterDropDownEditor FieldName="District" DisplayName="Reserve Bank" DataTextField="Value" DataValueField="Value" />
6.    </FieldEditors>
7.</telerik:RadFilter>

Maria Ilieva
Telerik team
 answered on 23 Mar 2016
3 answers
111 views
I want to be able to achieve a scnerio where the user will click the apointment slot in rad scheduler and then autopopulate the fields i have futher down my form is their a way to have like a reserved status of the slot until the apointment is properly booked?.
Ivan Danchev
Telerik team
 answered on 23 Mar 2016
1 answer
140 views

Hi thee,

I am using Rad Scheduler ASP.Net version 2015 Q1.

 

I am populating appointments using a web service, passing in custom properties and that all works wonderfully.

I have a scenario where I wish to show appointments for a set of resources, and then allow the user to see the data just for a subset of those resources. This selection is via a set of checkboxes. While it is easy to just show the appointments for the selected resources using rebind(), the un-selected resources still show in the grid.

In the attached image, I want the Scheduler to just show the data for the users that have are checked, not for "Grant" or "Roger". My code successfully won't show the appointments for "Grant" or "Roger", but does not remove them from the grid.

 

In this scenario I am happy for a post-back to occur if necessary, but when I do that the resources that are used to generate the grid are re-used, rather than being repopulated. Is there any way to force the resources to be repopulated from the client-side?

 

Nencho
Telerik team
 answered on 23 Mar 2016
6 answers
1.4K+ views
Hi all

I find problem with RadcomboBox & RequiredFieldValidator

RadcomboBox  it bound with table in database name country
in databound event i add this

cboxCountry.Items.Insert(0, new Telerik.Web.UI.RadComboBoxItem("-  Select  -", null));

this for insert text SELECT to be default

when i add RequiredFieldValidator and set its propriety in design time like
ControlToValidate = cboxCountry
InitialValue = -  select  -

and run this page
when it run and click on button next it fire the RequiredFieldValidator 
and it works
but when select another item like USA and return to "-  select  -"
and press NEXT button it didn't fire RequiredFieldValidator   

how can control  it ??
Andy
Top achievements
Rank 1
 answered on 23 Mar 2016
0 answers
113 views
Hello All,
In my page I have 3 RadHtmlChart placed inside the RadDock control in my aspx page.
All the 3 RadHtmlChart constructed as a separate page. pragmatically loaded them in RadDock.
when the window resize happens only the last chart get repainted whereas the other 2 still remains the same.
please do the needful its bit urgent.
Many Thanks
Amjath

Amjath
Top achievements
Rank 1
 asked on 23 Mar 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?