Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
179 views
Is there a way to obtain a reference to a GridEditFormItem and set public properties of a user control inside of it that is being used as an Edit Form and be able to do so before the user control starts its lifecycle?

Thanks
Matt
Vlad
Telerik team
 answered on 24 Nov 2008
0 answers
61 views
Hi experts,

Is there a way to add a hint that passes the cell content to a java function and displays whatever the function returns as hte hint for the cell?

Thanks,
Avi
Avi
Top achievements
Rank 1
 asked on 24 Nov 2008
3 answers
448 views
I've been looking through the documentation and forums for a good discussion of the difference between the "display" and "visible" properties but have not yet found a clear explanation.

Can somebody please explain the difference? Or else provide the links to the documentation page where it's explained?

Thanks.
Vlad
Telerik team
 answered on 24 Nov 2008
1 answer
72 views

I am using rad grid where i can set border color as below
<

 

telerik:GridBoundColumn ItemStyle-BorderColor="#B6C5D3" ..............

but when i am using auto generated column the color is not reflecting.
i tried to set ItemStyle-BorderColor in radgrid, master table view and item style, but no result.
I am using radgrid.net2 4.6.1.0. Is it a bug ?
please help, it is urgent.

Regards

 

Princy
Top achievements
Rank 2
 answered on 24 Nov 2008
1 answer
257 views
hello all,

i am trying to call a javascript function on page load in which i call a radconfirm window....
but it showes an javascript error message like that "Undefind is null or not an object"

my code is as followes...


 

<script language="javascript" type="text/javascript">

 

 

 

// OpenWin shows how to set the OnClientClose property

// dynamically using the ASP.NET AJAX convention.

// Useful for RadWindows created on the client.

 

function OpenWin()

 

{

alert(

'mayank1');

 

radconfirm(

'Are you sure?', confirmCallBackFn, 330, 100);

 

}

 

function showDialog() {

 

alert(

"mayank");

 

 

var oWnd = window.radopen("confirmPopUp.aspx", "DialogWindow");

 

}

 

 

 

function confirmCallBackFn(arg) {

 

alert(

"Confirm returned the following result: " + arg);

 

 

if (arg == true)

 

window.parent.location =

"defaultCS.aspx";

 

 

else

 

window.parent.location =

"default.aspx";

 

 

}

 

</script>

 

</

 

head>

 

<

 

body onload="OpenWin()">

 

 

<form id="form1" runat="server">

 

 

<asp:ScriptManager ID="ScriptManager1" runat="server">

 

 

</asp:ScriptManager>

 

 

<div>

 

 

<asp:UpdatePanel ID="UpdatePanel1" runat="server">

 

 

<ContentTemplate>

 

 

<telerik:radwindowmanager runat="server" id="Singleton" >

 

<

 

Windows>

 

 

</Windows>

 

 

</telerik:radwindowmanager>

 

 

</ContentTemplate>

 

 

 

</asp:UpdatePanel>


please check it and reply some solutions...

 

Shinu
Top achievements
Rank 2
 answered on 24 Nov 2008
3 answers
312 views
Hi

I would like to change the text of the buttons (Add new record, Refresh, Select, Cancel, Insert) on the online example http://demos.telerik.com/aspnet/prometheus/Controls/Examples/Integration/RadUploadInAjaxifiedGrid/DefaultCS.aspx?product=upload

How should I proceed?
Shinu
Top achievements
Rank 2
 answered on 24 Nov 2008
1 answer
169 views
I am using radGrid in my webpage and have grouped my rows by DateTime. Although i haven`t changed the format of the DateTime while from the DataAdapter as it is retrieving simply. But i want to group my rows by date only, not by means of time as well. Right now it is showing rows separately with same date but with different time.
Shinu
Top achievements
Rank 2
 answered on 24 Nov 2008
1 answer
126 views
I have placed a GridButtonColumn on each row of my radGrid...I want to show a very simple menu (could be any control) with some options in it whenever user clicks on them. I have named CommandName of my GridButtonColumn as "Options" and have made an event of RadGrid_ItemCommand. Please guide me plzzzzzzzz!!!!
Shinu
Top achievements
Rank 2
 answered on 24 Nov 2008
1 answer
90 views
Like what if the column is a number column or a date column, I want to make it so that the filter box for the datetime column is a datetimepicker textbox. How can I achieve this?
Princy
Top achievements
Rank 2
 answered on 24 Nov 2008
2 answers
58 views
Hi everyone,

I am wondering if anyone have the same problem as mine...

I have a Grid and set the EditFormSettings to use WebUserControl as its EditFormType. In the user controls ascx file I have a button (or a hyperlink) which opens a radwindow to allow user to select something from the window then assign the value back to a label defined in the user control.

However when the row is in edit mode, it seems ignoring my javascript in the ascx file and my java script functions (used to open the window and handle the client callback) become undefined (Internet Explorer says Object expected).

Does anyone have any ideas?? Thanks in advance.
Dennis
Top achievements
Rank 1
 answered on 23 Nov 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?