Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
144 views

 Hi

I have a radgrid that uses a WebUserControl in the EditForm mode.  When you edit a line the Webusercontrol is shown in the grid but the item row is also show.  Is it possible to hide this line?

See in attachment an example of the radgrid, the block surrounded with the blue line (I'm not a drawing artist as you can see :-) ) is the block that should be hidden.

Kind regards

Suzy

Suzy
Top achievements
Rank 2
 answered on 29 Oct 2015
13 answers
695 views
I have a newly created web app  that was created using the Telerick Rad controls web app template (Telerik.Web.UI.Skins was selected). I add a Radgrid to default.aspx and in the smart tag and the properties window the Skin dropdown only shows the default skin. I have checked that there is a reference to Telerik.Web.UI.Skins and it is the same version as Telerik.Web.UI.

This problem appeared after installing 2011 Q3.

I have attached some screen shots.

Can anyone help to get the skins back?
Afandi
Top achievements
Rank 1
Iron
Veteran
 answered on 29 Oct 2015
0 answers
48 views

Dear masters,

 

 I have something problem with my telerik popup button,

when I click in Hardware button I can see form view in popup,

but when I click in Software button it just 500 error,

I've try to resolve it, but nothing changes.

Please help me with this error.

 

Thank you.

Fincen
Top achievements
Rank 1
 asked on 29 Oct 2015
2 answers
207 views
Dear All, 

I have a page with grid. The grid has a template column wit a hyperlink. I open a modal rad window when I click the link.
On the window, I need to do 2 things. I have a long running process that updates the DB. I have a asp timer on the window, which queries the server DB and  refreshes the data on window. 

My problem is, the timer on Window causes postback on the parent page. Although not a postback because it does not actually call the page load on the parent. However we can see the green status bar in the parent page. 
Something to do with the Ajax manager. I have already ajaxified the timer. 

I have attached a screenshot of the problem as attachment. 
Following is the code for my timer on the radwindow.
<asp:Panel ID="TimerPanel" runat="server">
           <asp:Timer ID="RefreshTimer" runat="server" Interval="1000" OnTick="RefreshTimer_Tick"
           Enabled="true" EnableViewState="False" ViewStateMode="Disabled">
           </asp:Timer>
       </asp:Panel>

Below is the code for the RadAjaxManager
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="UpdaterLoadingPanel">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="TimerPanel">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="PreviewDiv" LoadingPanelID="UpdaterLoadingPanel" />
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
RM
Top achievements
Rank 1
 answered on 28 Oct 2015
4 answers
90 views

Hi,

We allow users to see availability and book appointments online. However, there are some weeks (and towards the end of the week like Friday/Sat) where there is no availability left. Users see all grayed out timeslots and get confused.

So in these cases, we would like to take the users to the next week or better, the first week that has an available appointment. How can we do that?

- one implementation that comes to mind is to check for empty time slots in the date range and programmatically take the user to the week that has at least one empty time slot (timeslot that does not have an appointment). Can we do this? How?

The second question I have is around error messages. Right now, if the users cannot book an appointment due to some business reason, we handle it on the server side events. But there all we can do is e.cancel. How do we bubble up these error messages to the client side to show them to the user in their browser?

Ivan Danchev
Telerik team
 answered on 28 Oct 2015
6 answers
1.1K+ views
I have a grid with custom column groupings generated on the server side, and for each new grouping I would like to have the left-side only border visible.  My first attempt is to set the ItemStyle (BorderColor, BorderWidth) for the first column created for each grouping, but that results in the attached image.  My attempts to read the on-line tutorials all require Skins, etc. which I find confusing.  Before I spend hours trying to figure out Skins, is there some simple way to declare in the server code an ItemStyle.BorderStyle that will give me just the LEFT side border for a column? thanks!
subbulaxmi
Top achievements
Rank 1
 answered on 28 Oct 2015
3 answers
233 views
I have a RadGrid (Version 2013.2.611.45) in a .Net 4.5 project with several columns: string, numeric and date types. I am using NeedDataSource, SqlDataSource and custom sorting exactly like in the demo (http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/sorting/defaultcs.aspx). 

When I try to apply multi-column sorting: SortCommand fires just fine, the SortExpressions are properly set, but ONLY the fist selected column to sort is being sorted, even though the subsequent selected columns change their background color and their indicator arrow change as well.

Could someone advice?

Thanks,
JD
Jeff
Top achievements
Rank 1
 answered on 28 Oct 2015
1 answer
219 views

Hi

 I have a tree-view control which populates the data from database, On that tree-view I also have a context menu Now I want to make viable off of one menu on the context menu if the node is last node (means no more child node). Given bellow the is rad tree:

 

<telerik:RadTreeView ID="RadTreeView1" runat="server" Width="90%" >
                                                    <DataBindings>
                                                        <telerik:RadTreeNodeBinding Expanded="True" />
                                                    </DataBindings>
                                                   <ContextMenus>
                                                   <telerik:RadTreeViewContextMenu ID="MainContextMenu" runat="server">
                                                        <Items>
                                                            <telerik:RadMenuItem Value="CreateNewTeam" Text="Create New Team" ImageUrl="../../../../image/RadControls/Grid/Skins/Default/SinglePlus.gif"></telerik:RadMenuItem>
                                                            <telerik:RadMenuItem Value="AddUserUnderThisTeam" Text="Add User" ImageUrl="../../../../image/RadControls/Grid/Skins/Default/Insert.gif"></telerik:RadMenuItem>
                                                        </Items>
                                                    </telerik:RadTreeViewContextMenu>
                                                   </ContextMenus>
                                                </telerik:RadTreeView>

  

I want to disable AddUserUnderThisTeam if the node is the last node (no more child)

Can anyone help on this.

 

Regards

Santanu

Nencho
Telerik team
 answered on 28 Oct 2015
1 answer
131 views

Hi

I have put in place the DBContentProvider as per following link - http://www.telerik.com/support/code-library/connect-radfileexplorer-or-radeditor-to-a-sql-databse .

I can get the demo example shown in there working absolutely fine.  I put this into my application and while the postback upload method works ( with ImageManager.EnableAsyncUpload=false ), when set in AsyncMode it gets as far as uploading the file to temp directly, but then the "Upload" button in the dialog remains as disabled and never allows me to click it.

I am using the very latest version of the DLLs ( Telerik_UI_for_ASP.NET_AJAX_2015_3_1020_Dev_hotfix.zip ).  The DBContentProvider demo pages work fine with that.

With Fiddler, I can see a call being made to Telerik.Web.UI.WebResource.axd?type=rau and a response is made as follows:

 {"fileInfo":{"FileName":"​testfile.jpg","ContentType":"image/jpeg","ContentLength":146413,"DateJson":"2014-03-25T18:20:17.532Z","Index":0}, "metaData":"CS8S/Z0J/b2982DRxDin0BBslA7fI0cWMuWlPu4W3FmiPEsAWR/4iNPSediM81/ju6nCjgbBBl4x7K3JBvqbzisrT6LohPFoCytnaRo6CSbeerhhCjwXw42QKA9by33/7Yt4Z07spEc65GpCjpDI7muG/WyQE1L5+BBS4Ai9DWpOmwUeJT/KM/Zle2ETYBbAKMH2Q/gIBaVzmXo/Mx+iuktc03Dm6rk+J1dZscBrqDmg+6iDFCehh5I+dQb5gj8s32LSVE4qxnetDBvnUm2VHz6BfwXFHZATHA74lNyarPVqwO32X4BI+Ji9etWKWe9OD0Gwo27d3V5XLxXkDKaR1xmX1lncpx780EiB7G/Qc2nPBk+Tb/iyDl3jWXtkaNjFPZB30Jh43OwQQULzqrHVRbjbbdjfhYRD5hPJnUoYQSRL6Be6Fu8xN/WOJsK0wz9SXyl7znMFfNcjujCuhFkiTAVR6HBShN+K6/dE4FLsKMj3oKSuerpjRGVCFBKSuewdiIIAPTf0HLfvno6avil0kZU21dGG/LV48JVNRFVaFx5Q40HfikzrRR4Ayg3vPP6QNq+3nVxIxuuaH15I1ktL+g==" }​

I have checked permissions of that folder as best I can and ​tried giving full permissions for everything.   However it would seem to have enough permissions to write into the folder in the first place.  I have also tried debugging at all methods in my DBContentPRovider class, but it never gets in there.

 Any ideas?

 Thanks

 

Vessy
Telerik team
 answered on 28 Oct 2015
5 answers
226 views
hello there,

I have a combo which is filled with some text in latin chars. and combo works fine, searches fine in latin keyboards. but when user have lets say turkish keyboard search functionality messes up. in server side I replace these characters so sql queries are fine. but bombo itself cannot find right items, which is natural.

what I nd to do is somehow replace these characters, especially letter "I" with latin equalevent. meaning:

ı -> i
İ -> I


these 2 characters are really pain. I tried to use keypress event events and other samples in forum but all of these events not working for "replacing" character.

any suggestions ?

 
Bunyamin
Top achievements
Rank 1
 answered on 28 Oct 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?