Questions tagged [telerik-window]
18 questions
2
votes
2 answers
Can we have a grid inside Telerik Modal Window?
I am using ASP.NET MVC architecture.I have a telerik window on a button click, which works fine.The code is as follows-
<% Html.Telerik().Window()
.Name("Search")
.Visible(false)
.Title("Select Users")
…

Stone Cold
- 206
- 2
- 6
- 15
1
vote
1 answer
Converting Asynchronous to Synchronous call in UI thread
I'm trying to implement IView for MVVM design pattern, which allows ViewModel to interact with the user using IView implemented class. The IView interface has functions such as Prompt, Alert & Confirm. I have three implementation of IView interface:…

sunilkumarba
- 851
- 2
- 9
- 18
1
vote
0 answers
How to do modal windows in ASP.NET MVC 3 + Telerik Window Control
As the title says, I am trying to put together a modal window using Telerik Window control (I guess the same applies for jQuery UI as well) and ASP.NET MVC 3.
A quick mock to help visualize the requirement:
I have implemented a few solutions to…

kidoman
- 2,402
- 5
- 26
- 35
1
vote
2 answers
Detecting ASP.NET Page In RadWindow
I have a control in a master page that I want to display only when the master page is not in a RadWindow; when in a RadWindow, it should be hidden. Is that possible to do, to detect when the page request is inside the RadWindow?
Thanks.

Brian Mains
- 50,520
- 35
- 148
- 257
1
vote
1 answer
Telerik UI interfering with its own styles
So on my current project we've run into a particularly pernicious issue in the last couple weeks: Telerik RadWindow styles are no longer rendering properly. There seems to be some extra space around the border, the window icon is sitting flush at…

Matt A
- 43
- 1
- 7
1
vote
0 answers
How to get selected item of windows 8.1 Raddatagrid telerik control using a button
I using a RadDataGrid on an application Windows 8.1. The grid has 3 columns: Name, description and template column with a "select" button. When user press Select button, I'd like that program shows an message with id of selected item
This is my…

Alejandro Mosquera
- 321
- 2
- 4
- 13
1
vote
1 answer
How to mapping data of gridview to my Class
In wpf application I can map data of gridview to my Class eg:
class MyClass{
string field1;
string field2;
}
when I save grid data to Database, I can:
for (MyClass m in radGridView1.Items){
// doing
}
How can I do like this in telerik…

John Nguyen
- 711
- 6
- 21
1
vote
2 answers
How to change the default theme in telerik wpf
My project is used telerik wpf, I want to change default theme,
I read http://www.telerik.com/help/wpf/radwindow-how-to-change-the-default-theme.html
already but it didn't help me resolve the issue because this document guide how to change theme…

John Nguyen
- 711
- 6
- 21
0
votes
1 answer
Windows form VB.NET & Telerik Rad WinForms(2011)
I am working on a simple window application (VS2010,VB.NET). It's an HR management App - Employees records.
I need simply insert/edit Employee Info, reports in Excel (with out crystal reports) & Show in Grid.
So I am thinking of using Telerik RAD…

panky sharma
- 2,029
- 28
- 45
0
votes
0 answers
Telerik Form running as Dialog stuck sometimes
I'm using two RadTreeView to Drag and Drop Nodes from Right to Left. When "Node 1" is Drag from Right and Drop to Left RadTreeView a Dialog is shown.
If I Drag and Drop other Node before "Node 1" the Dialog stuck and I cannot write on the…

gvd
- 1,482
- 6
- 32
- 58
0
votes
1 answer
Radwindow automatically re-sized when AutoSize="False"
I have added a Radwindow to my aspx page as below.
< telerik:RadWindow ID="rdWin" runat="server" Behaviors="None" AutoSize="false"
Width="500px" Height="300px" Top="80px" Left="100px" Modal="true"…

niteesh.ravi
- 33
- 7
0
votes
1 answer
Bootstrap drop down list items get cropped with Telerik popup window
I'm using telerik window to show popup. The popup window has bootstrap drop down list. When I click on drop down list, then dropdownlist items gets cropped behind the popup window.
I want the drop down list to be infront of the popup window. That is…

LP13
- 30,567
- 53
- 217
- 400
0
votes
1 answer
RadGridView Change ColumnGroup Header font size
I have a gridview where I group some columns of it..
Here's how I group them:
void gvDetailsDefinition()
{
ColumnGroupsViewDefinition view = new ColumnGroupsViewDefinition();
view.ColumnGroups.Add(new…

Sam Teng Wong
- 2,379
- 5
- 34
- 56
0
votes
1 answer
RadWindow has no titlebar
i have a multipage containing an ascx page which has a tab with 3 tabstrips. in one of the tabs pageview, i have a radgrid that contains a view column that opens a radwindow containing a gridview. myproblem is that all the radwindows open correctly…

Mike Mouannes
- 53
- 10
0
votes
1 answer
How to display validation errors when editing data in telerik window?
I have a view showing some user information displayed using a partial view.
I have to include the possibility to update that info with a popup window.
I'd also like my popup to use a partial view.
I want to have the user info refreshed if everything…

DonQi
- 409
- 2
- 6
- 10