Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
167 views

Hi,

I want reorder rows in javascipt, move some rows up to first. I don't want to use Drag and Drop row.

Ideally, I have some sort expression and I want to to move some rows which contain value in expression up to first.

Is it possible to do this in javascript ?

Many thanks,

Quang Anh

Maria Ilieva
Telerik team
 answered on 05 Jul 2016
2 answers
393 views

I have bootstrap 3.3.6 in my .NET project and Telerik 2016.2.607.45 and have put a RadDatePIcker on my page. I have set the skin to Bootstrap, but the calendar icon is only half appearing. Are there any thoughts as to why this might be occurring?

When I look at the Developer Tools it appears to be linked to the box-sizing: border-box css property in bootstrap.min.css, as when I untick this the calendar appears correctly, but then the rest of the page's structure changes.

David
Top achievements
Rank 2
 answered on 05 Jul 2016
2 answers
111 views

hello, i have a pivot grid in an asp.net web app. I have configured de localization using the resx files this way:

in app_globalresources i have the translated files 

RadPivotGrid.Main.es-ES.resx

RadPivotGrid.Main.es-MX.resx

and the original RadPivotGrid.Main.resx

in the pivot grid i have this configuration: 

     <telerik:RadPivotGrid ID="RadPivotGrid1" runat="server" OnNeedDataSource="RadPivotGrid1_NeedDataSource" OnPreRender="RadPivotGrid1_PreRender"
                    AllowSorting="true"  EnableConfigurationPanel="true" Height="545px" OnPivotGridCellExporting="RadPivotGrid1_PivotGridCellExporting" 
                     OnCellDataBound="RadPivotGrid1_CellDataBound"   OnFieldCreated="RadPivotGrid1_FieldCreated" Culture="es-ES"  >

in the code behind i also include this line :  RadPivotGrid1.Culture = System.Globalization.CultureInfo.CurrentCulture;

 

(the current culture in my PC is es-MX and it is the same in the server

after publish for deploy i have inside the bin folder 2 more folders named es-ES and es-MX inside that folder there are one dll named this way: Presentation.resources.dll  (presentatio is a application layer)

 

when i deploy the app to the server the texts in the pivot grid remain in english, i only can se the spanish text in compilation time.

 

what i need to do to make this to show the text in spanish?

 

 

Maria Ilieva
Telerik team
 answered on 05 Jul 2016
1 answer
83 views

I've attached a mega menu example in the pictures below where the only thing I changed between the "Good" and the "Bad" was the "Display Intranet Sites in Compatibility Mode".

Basically when compatibility mode gets in the way the display of the menu gets completely messed up.  Has anyone else had this problem / fixed it?  The menu is part of a master page - which seems to drive the problem somewhat too - the master page was the generated single menu one that Telerik supplies. 

The solution – according to the web – is to force IE to display using the latest engine (EDGE) by doing the following with the web.config:

<system.webServer>
    <httpProtocol>
      <customHeaders>
        <add name="X-UA-Compatible" value="IE=Edge" />
      </customHeaders>
    </httpProtocol>
</system.webServer>

Or you can do the following in each page:

<head>
   <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
</head>

Unfortunately in the environment I'm in – neither of those solutions accomplishes the objective – the application stays in compatibility mode either way – at least when a master page is involved.

I've noticed that the radGrid gets messed up to - the columns don't resize correctly.  Plus the fonts get messed up somewhat when compatibility mode is engaged. 

 

HELP!!!

Thanks,
Cory Aston

 

Marin Bratanov
Telerik team
 answered on 05 Jul 2016
1 answer
122 views

Hi,

 I have a RadGrid with batch edit. Edititemtemplate has drodownlist that needs to have different values based on the datakey value of the row. 

I have tried: 1. Grid Prerender, but cannot access dropdown at row level

                    2. Grid Item databound, cannot access edititemtemplate dropdown

 

Please suggest any ideas

 

Thanks

 

Maria Ilieva
Telerik team
 answered on 05 Jul 2016
20 answers
1.4K+ views
Hello,

I use Radwindow to display notes. There are 4 text fields and 4 buttons to display specific note in radwindow. Everything works fine until I change notes and open popup RadWindow to display saved note. RadWindow shows the old note. So i need to refresh window every time.

So, I have a problem to refresh RadWindow every time it opens. I can not use property ReloadOnShow, because I pass query parameters and telerik adds his own parameters at the end and it leads to error when I try to get query patameters throught Reqest["parameterName"]. I event tried to destroy window every time it closes, but no effect. Then I tried to create new radWindow(throught javascript) every time it opens and destroy after close, but somehow the data is still not refreshed. Then I desided to reload window every time it opens using radWindow.Reload(), but it led me to unexpected effect. I even disabled viewstate and again no effect.

What is the best practice to open radWindow and refresh everytime it opens?
Satish
Top achievements
Rank 1
 answered on 05 Jul 2016
1 answer
93 views

We are having an issue with the Delete command firing in Chrome when using a Command Text.  I was able to duplicate this on your demo site.  

1) Go to the following link:  http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/manual-crud-operations/defaultcs.aspx

2) Delete a record in IE.  You will see it works fine.  The record disappears as expected.

3) Then do the same using Chrome.  The command text pops up as expected, but if you click OK nothing is deleted.

I can duplicate this at will and have uploaded a video demonstrating the issue: https://youtu.be/_-KmZWCE8x8

 

 

Kostadin
Telerik team
 answered on 05 Jul 2016
3 answers
402 views

Hello,

I'm using a RadTabStrip control and its OnTabClick event

It's working fine except for when the tab clicked is the active tab.

Then the event doesn't fire at all.

Is there a way to listen to a click event for an active tab ?

 

Thanks!

Ivan Danchev
Telerik team
 answered on 05 Jul 2016
3 answers
105 views

Hi, I have a RadImageGallery with DisplayAreaMode="LightBox".

It's possibile have an event when user click on "Scroll Next"?

Thanks in advanced.
Maria Ilieva
Telerik team
 answered on 05 Jul 2016
1 answer
423 views

I am using a stored procedure to get a DateTable of ID (int) start date and end date (both Date Time).  The columns are autogenerated.  I want both date time fields to have just the date.  I saw in the ItemDataBound to select the columns that have DateTime, but I do not see how to change the values to just date.  I am using C#

(if (col,DateType == typeof(DateTime))

{

    item(col.?

}

Thanks

Viktor Tachev
Telerik team
 answered on 05 Jul 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Top achievements
Rank 1
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ivory
Top achievements
Rank 1
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
YF
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?