Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
105 views

When I right click on a file, the context menu shows up further below the click. I can't figure out why this is happening. Does anyone know why this is happening?

Ivan Danchev
Telerik team
 answered on 26 Jun 2015
4 answers
132 views
How can I disable the user from manually entering values with the keyboard? Selections should only come from the pop-up values. I tried setting the DateInput.ReadOnly to True but that disabled the popup as well. 
Viktor Tachev
Telerik team
 answered on 26 Jun 2015
0 answers
915 views

With the latest 2015.2.623 version of Telerik.Web.UI you could receive the following error:
System.ArgumentNullException: Value cannot be null.
Parameter name: key

if you have grid with paging enabled and you run the page in Visual Studio Page Inspector. In order to workaround this issue you need to add the code snippet below in the web config file.

<appSettings>
    <add key="PageInspector:ServerCodeMappingSupport" value="Disabled" />
  </appSettings>
<compilation debug="true" targetFramework="4.0" >
      <assemblies>
        <remove assembly="Microsoft.VisualStudio.Web.PageInspector.Loader,
               Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
      </assemblies>
    </compilation>


This problem is already fixed and the fix will be included in the next internal build and upcoming SP1.
Telerik Admin
Top achievements
Rank 1
Iron
 asked on 26 Jun 2015
5 answers
210 views

Dear All,

We have been using telerik controls in various projects.  Currently we have
encountered an issue with the RadUpload control.

The issue is how the RadUpload control reads and saves the file data in the
database.

We have uploaded a word document with both .doc and .docx extension.

It saves the file in the database. When we do a free text search in the SQL server
it only searches a word document with .doc extension.

It does not search the word document with .docx extension.

See the below SQL script we have used to search for the data in the file:

Select * from tblDocuments
where 
FREETEXT(tblDocuments.FileData, 'words to search')

It searches the FileData column in the tblDocuments table

The datatype of FileData column is varbinary(MAX)

if we upload a .docx via the file system (save to disk and then upload from disk to database)

the freetext search searches the .docx file. But if we use RadUpload control it does not search the .docx file. 

It could be the way the RadUpload control creates a stream object to read the filedata.

Could you please look into this issue?

Please let us know if you need any more information with regards to this issue.

 

Thanks.

Peter Filipov
Telerik team
 answered on 26 Jun 2015
3 answers
95 views

I have a problem where some mobile devices (ipad and android) closes the menu when focusing on a textbox inside an template. The scenario can be seen below on the Login tab.

http://www.mrplant.se

On desktop browsers it seems to be working as intended.

Christian
Top achievements
Rank 1
 answered on 26 Jun 2015
1 answer
273 views

How does the RenderMode="Auto" work?

E.g. Grid documentation reads:

Auto — this option will automatically decide how to render the control on a smartphone, tablet or PC and will switch between Classic and Mobile render modes (depending on the used device).

So "Auto" could never set Lightweight mode?

 

 

Dimitar
Telerik team
 answered on 26 Jun 2015
1 answer
139 views

 

 

Hi I'm having an issue with a content editor paste dialog changing the original pages focus in a radwindow.

when the paste dialog is initiated it changes focus of the original page below the radwindow sp that everything is out of focus...

 

is there an easy way to fix this ??? I have to pull the window back into view as things stand....

 

I have a gif example below of this happening... 

 

Joana
Telerik team
 answered on 26 Jun 2015
1 answer
121 views

I have radgrid and radgrid is inside the radwindow. I have put the checkbox on each row of the radgrid and also I have put the radbutton outside the radgrid. On button click I want to get the check status of checkbox. But I am getting false all the time at server side.

on button click event I have attached this code but for all rows it is returning false.

foreach (GridDataItem dtIteam in RadGrid.Items)
{
        CheckBox chkBox = dtIteam.FindControl("chkAcBox") as Checkbox;
         if (chkBox.Checked)
        {

              response.write("Checkbox is checked");

        }
}

 

Eyup
Telerik team
 answered on 26 Jun 2015
1 answer
107 views
I'm having a strange issue with my RadHtmlChart.  It will not render the last value in its DataSet (see attached screenshots).  How can I ensure that all values in the DataSet will appear in the chart?

Thanks!
Danail Vasilev
Telerik team
 answered on 26 Jun 2015
1 answer
117 views

Hello,
I have questions about RadGrid  multicellular mode selection.
I explain :
I have a RadGrid with 5 column : one for the hour and the 4 other for registration slot
I want to activate the multi- selection mode to allow a user to select X cells on the same line.
How can I disable the selection of other lines ?
Is there an event that goes off when the user selects the last cell ?

Thanks a lot.


Guillaume

Eyup
Telerik team
 answered on 26 Jun 2015
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?