Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
115 views

We have a datatable with multiple keys (RoomKey, BuildingKey, etc) but no matching IDs. I'll look these up and put them into unbound column on the server-side within ItemDataBound, which I believe is my only workaround. If there is a better way, please advise.

As a result, in the grid, for each ID field's GridBoundColumn, I've removed the DataField property. But then I can't sort by my ID fields. After searching your forum, I see this is expected... but we need to sort by them. What's the workaround to enable this?

Lina
Top achievements
Rank 1
 answered on 13 May 2014
4 answers
166 views
When I am enabling filtering on my RadGrids using the Q2 version it works fine, but there is an annoying "flashing" behavior where when the grid is bound or rebinds you can see the filter menu items appear on screen for a brief moment.

Everything functions properly after this, but if you edit an item or do anything else that causes the grid to rebind it will "flash" on screen again.

It's not breaking anything but it's annoying to the users.

Has anyone seen this and/or does anyone know how to avoid it?

If it matters, my grids do not have all columns enabled for filtering, only a few at the end of the grid.
Venelin
Telerik team
 answered on 13 May 2014
3 answers
75 views
Testing the Grid Context menu , columns feature in Android Chrome on mobile device. The columns would hide when tapped, but the check box would not uncheck as it does in desktop machine and browser. Is this known or is there something else I need to be aware please. Respectfully, Tre'
Venelin
Telerik team
 answered on 13 May 2014
4 answers
61 views
Hi,

We upgraded to the latest version (2014.1.425.40) few days ago.
We have few grids with inline filter.
This is the grid's decleration:

<telerik:RadGrid id="gridLgs" runat="server" AllowSorting="True" AutoGenerateColumns="false" AllowMultiRowSelection="true" AllowFilteringByColumn="true" OnNeedDataSource="GridViewControl_NeedDataSource" Width="99%" Height="320px" Skin="HPX" EnableEmbeddedSkins="false">

As you can see, we have our own skins:
Skin="HPX" EnableEmbeddedSkins="false"

After the upgrade, all grids with filter throws exception:
Telerik.Web.UI.GridFilterMenu with ID='rfltMenu' was unable to find an embedded skin with the name 'HPX'. Please, make sure that the skin name is spelled correctly and that you have added a reference to the Telerik.Web.UI.Skins.dll assembly in your project. If you want to use a custom skin, set EnableEmbeddedSkins=false.

But 'HPX' is not an embedded skin... And we declared EnableEmbeddedSkins=false.

Please advise. It's urgent.

Thanks,
Guy.
Segev
Top achievements
Rank 1
 answered on 13 May 2014
4 answers
121 views
Hello,

I am currently using a RadTreeView that loads all parent nodes in collapsed mode but its child nodes on demand. 

When we expand any parent node, then drag any child node we face an issue -> Position line(visual pointer) is not displayed that determines where will be the draged node placed. Thereafter it works fine.
Issue occurs only for the first time.

Please advise.

Regards,
Mohit
MOHIT
Top achievements
Rank 1
 answered on 13 May 2014
5 answers
56 views
Hi,

I'm using Telerik and JQuery UI together in an application.  I have found that a javascript error occurs when RadFormDecorator is on the page and you try to display JQuery UI Dialog with a button.  This only seems to occur in IE 11.  IE 10 and IE 9 seem fine.  If I remove the radformdecorator this works, or if I change the dialog prompt to not include a button it also works.  Below is the code to reproduce this.  Thanks!

Code:
<form id="form1" runat="server">
    <telerik:RadScriptManager runat="server" />
    <telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" />
        <input type="button" value="Test" onclick="Run()" />
        <div id="TestDiv" style="display:none"></div>
        <script type="text/javascript">
            function Run() {
                $('#TestDiv').dialog({
                    modal: true,
                    buttons: { "OK": function () { alert('bye'); } }
                });
            }
        </script>
    </form>


Richard
Top achievements
Rank 1
 answered on 12 May 2014
1 answer
90 views
May i use a range slider as shown on the attached image?
Meaning both buttons should display their current position/value. 

Thank you
Slav
Telerik team
 answered on 12 May 2014
5 answers
121 views
I would like to know how can we copy and paste a file by drag and drop ?

I found this demo and drag and drog functionality is not working in the demo as well


https://demos.telerik.com/aspnet-ajax/fileexplorer/examples/client-sideapi/clientsideevents/defaultcs.aspx

Kindly help,
Thanks
Vessy
Telerik team
 answered on 12 May 2014
13 answers
335 views
We have the ButtonSettings ShowCheckAll=true and it is showing up and working as expected in our UI.

However, we would like to conditionally set the checkbox value so all the checkboxes are already preselected.

We would like to do this from either server or client side.  How can this done?

We are currently running version 2013.2.717.40.

Thanks in advance.
Bob Baldwin
Trabon Solutions
Bob
Top achievements
Rank 1
 answered on 12 May 2014
5 answers
82 views
Hi, We are having an issue in IE8 (Telerik 2013.3 1324) where when we click the Upload button of the FileExplorer to make the Upload dialog appear, the InputBox and Select button are not visible and not responding on clicks. However, when we drag the dialog topbar to move the window, they finally appear on mouse click release. If we close the dialog and re-click the Upload button, everytime it's fine (We need the reload the page to make problem re-occur). I tried both EnableAsyncUpload options, played with skins, always same result. Using Compability Mode seems to solve this and we dont have this problem in Chrome,FF,IE11,Safari nor Opera. I have also attached a screenshot illustrating the problem. 

here is the markup:
<telerik:RadFileExplorer runat="server" ID="RadFileExplorer1" Height="125px"
          Width="100%" Skin="WebBlue" FilterTextBoxLabel="Filter By"
          meta:resourcekey="labFilterBy"
          EnableCreateNewFolder="False"
          EnableAsyncUpload="True" EnableOpenFile="False" ExplorerMode="FileTree"
          PageSize="50">  
              <Configuration EnableAsyncUpload="true" MaxUploadFileSize="52428800"   />
</telerik:RadFileExplorer>

TIA
Vessy
Telerik team
 answered on 12 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?