Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
93 views
Hi,

I would like to implement grouping of radgrid concept in DynamicRadGrid. Is it possible to implement it with dynamicdata along with DynamicRadGrid or simply in RadGrid? If so, please provide me some example url, so that i can go through it.
 
Please provide me some guidelines, as i didnot found related links in my search.

Sujith
Top achievements
Rank 1
 asked on 10 Apr 2013
1 answer
134 views
Hi

How to set the font as well as selected item background color from javascript?

Thanks,
Dona
Princy
Top achievements
Rank 2
 answered on 10 Apr 2013
1 answer
219 views
Hi,

When I am setting the navigateurl to yahoo, the radwindow is opened but the url is not loaded. But if i give some other domain like telerik.com, its working.

Thanks,
Dona
Princy
Top achievements
Rank 2
 answered on 10 Apr 2013
1 answer
83 views
Hello !

i want to add detail table to grid using the s_number as the relation to get the data in the detail table

thx in advance
Shinu
Top achievements
Rank 2
 answered on 10 Apr 2013
1 answer
402 views
Hi,

I need to loop thru radgrid columns and if they allow update, I need to make it as read only. My grid has mixed type of columns with bound columns and Template columns with Textboxes. All the columns in grid are readonly except Template columns. We allow user to enter data into textboxes. Under certain logic, I need to make entire grid as read only.  This check needs to be done out of Radgrid events.
something like this:
foreach (GridColumn gc in RadGrid1.Columns)
{
        if (gc.AllowUpdate == true)
             gc.AllowUpdate = false;

             gc.cell.style = "disablecell";
}
Please let me know how to do it.

T
Shinu
Top achievements
Rank 2
 answered on 10 Apr 2013
7 answers
103 views
I have a grid with fixed height and no paging and allow scroll TRUE.
The grid also has nested detail tables.
In Firefox 10 SaveScrollPosition works as expected, but IE8 it doesn't.
When I open a detail table near the bottom of the grid, in IE8 the grid opens correctly but then scrolls to the top.
I'm using Q1 2012 controls.
Pavlina
Telerik team
 answered on 09 Apr 2013
1 answer
99 views
Hi All,

I have modified the Custom DB Provider to read from a table with records of folders and files.
Each record has a column with the full path versus the demo which has each folder separated.

My modifications have not deviated to any great extent from the original demo.

The problem I am encountering is that the ResolveDirectory is called only once following the initial call of ResolveRootDirectoryAsTree.

All of the folders render and the ResolveRootDirectoryAsTree is called whenever a folder is first expanded.

ResolveDirectory does not fire when folders are expanded and no files are shown.

Each Folder is loaded into a Directory Item:

name "mySubfolder
fullpath "Root/myFolder/mySubfolder/"
location "Root/myFolder/"
tag String.Empty,
permissions PathPermissions.Read
File Items null for ResolveRootDirectoryAsTree, populated for ResolveDirectory
Directory Items null for ResolveDirectory, populated for ResolveRootDirectoryAsTree

Each File is loaded into a File Item:

filename "myfile.jpg"
extension ".jpg"
size int64
path "Root/myFolder/mySubfolder/myfile.jpg"
filehandlerURL "..."
tag String.Empty
permissions PathPermissions.Read

I can post a snippet if need be, but I was wondering if anyone has encountered this or if the above structure is incorrect before I do so.

The downloaded Custom DB Provider works fine, only the modified copy has this issue.


Cheers,





Tim
Top achievements
Rank 1
 answered on 09 Apr 2013
2 answers
179 views
Good Morning, 

I've a column in my Grid as GridBoundColumn(it's working), I need change this column to stay as GridDropDownColumn(dont working). 
Below is my GridBoundColumn and the attempt to change, don't appears error but the column is empty.

                           
     <telerik:GridBoundColumn DataField="TM_NOME" FilterControlAltText="Filter column column"
     HeaderText="Tipo de Módulo" UniqueName="TM_NOME">
     </telerik:GridBoundColumn>

       <telerik:GridDropDownColumn HeaderText="Tipo do Módulo" DataField="TM_NOME" ListTextField="NOME"                                                ListValueField="TM_NOME" DropDownControlType="RadComboBox" DataType="System.Int32">
       </telerik:GridDropDownColumn> 

ps( I saw in a example that have a parameter to GridDropDownColumn ( DataSourceID="" ), I don't know what data I must put here because in my other Columns I don't need this field.

Thanks!

Ricardo
Top achievements
Rank 1
 answered on 09 Apr 2013
3 answers
351 views
I just updated my RadControls for ASP.NET AJAX, and am now having problems getting the cell text of GridBoundItems when visible is set to false.

item["NonVisibleColumnName"].Text is always returning a blank space (&nbsp;).

Has anyone run into this issue?
Billy
Top achievements
Rank 1
 answered on 09 Apr 2013
1 answer
132 views

Setup :
  • Our application uses radTabs instead tabbing off each time in new browser tab
  • We have reports that we generate in PDF and then they are brought up in Adobe's PDF viewer and each such report is opened in individual radTab  that I mentioned above.
  • This Adobe PDf viewer is in an iframe

Issue :
  • IE 8 & 9 Everything is flawless & works great !
  • IE 10, even if user opens a new radTab, the Adobe PDF viewer stays on the screen, it never disappears,I have attached the screen snip, showing this error.
  • Our application is IE only (at least for now)

  • IE 8 & 9 Everything is flawless & works great !

IE 10, even if user opens a new radTab, the Adobe PDF viewer stays on the screen, it never disappears,I have attached the screen snip, showing this error.


Thanks for your help,
-Aarsh


Nencho
Telerik team
 answered on 09 Apr 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?