Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
100 views
I open a RadWindow(child), but just for specific cases I need to reload the parent window(opener) when I close the child window, so how do I need to configure the child Radwindow, when I close it I can check for some parameter or configuration defined at the moment I opened it, and if that parameter or configuration exists I can call a reload of the opener window.
Georgi Tunev
Telerik team
 answered on 02 Dec 2009
1 answer
104 views
We have been using Telerik Windows popup in Tabstrip control. in same tab we also have dynamic radgrid loaded based on certain parameter.

RadWindow popup works fine if we are not loading and displaying radgrid. but radwindows popup did not work if radgrid display on the tab.

Each time we click on radwin popup button it page postback event occur instead of opening popup windows.

Please help us... Urgent!

Regards,
Bharat
Georgi Tunev
Telerik team
 answered on 02 Dec 2009
1 answer
146 views
Hi,

How can i make combobox as google search box. When i type something i just want show those entries which related to my type.

lakmal
Shinu
Top achievements
Rank 2
 answered on 02 Dec 2009
3 answers
534 views
Hi All,

I want to set the dropdown selected value in grid edit mode, 

value should be taken from label which is in ItemTemplate label.

I want to do it in code behind.

Please help me regarding this.
Princy
Top achievements
Rank 2
 answered on 02 Dec 2009
1 answer
143 views
Hi,

My issue is when I do paging , I select 2 records from the 1st page and then when i travel to the 2nd page, I lose my selected items on first page.

So, workaround for this: in my Radgrid ItemCommand event.
Why does this event does not get fired when I select/deselect an item in the grid. So, what event of the radgrid shd i use so that when I check the checkbox /uncheck event gets fired.

if(e.commandname == radgrid.Pagecommandname)
{
gridpagerItem obItem = new GridPagerItem();
How can i access the obitem's value
}
If i use griddata item. it gives me an error telling cannot cast from gridpageritem to griddataitem? so , how do i do this
Shinu
Top achievements
Rank 2
 answered on 02 Dec 2009
2 answers
103 views
Hi friends ,
i have this code for opening the window :

                function openEditContactWindow(param) { 
                    var oWnd = $find("RadWindowManager").open("ContentInsertUpdateForm.aspx?Id="+ param +"&PageMode=Edit" , "RadWindow"); 
                    oWnd.setSize(650, 400); 
                    oWnd.set_behaviors( Telerik.Web.UI.WindowBehaviors.Move + Telerik.Web.UI.WindowBehaviors.Close ); 
                    oWnd.center(); 
                    oWnd.add_close(EditWindow_Close); 
                } 

and in this code i use set_behaviors but does not work , Please Help me ...
Thank u so much .
peyman naji
Top achievements
Rank 1
 answered on 02 Dec 2009
1 answer
426 views
Hi i am using radgrid and Mode="NumericPages" but if the page size goes beyond certain limits it shows as ... 1 2 3 4 5 6 ... like that. I am using the latest version(2009). In the previous version i could able to customize it as < 1 2 3 4 5 >... but here i could not replace .. to < how can i achieve that? Pls help

Thanks,
Jeevitha
Schlurk
Top achievements
Rank 2
 answered on 01 Dec 2009
0 answers
73 views
Hi guys,

I am creating a paging system where tabs and pageviews are created dynamically. I used the same example used on the demo page with each tab an associated PageView with UserControl is binded..

My only problem is that I need to set for each tab its NavigateURL for SEO Optimization.

Is it possible to cache the already visited Tab so I don't have to reload it again?

Thanks.








Joseph
Top achievements
Rank 1
 asked on 01 Dec 2009
5 answers
240 views
I wan to show two columns when use CheckBoxes, how can I do that ? use template ?

I very much hope to have an example, thanks!
Clyde
Top achievements
Rank 1
 answered on 01 Dec 2009
6 answers
144 views
Hello,

I'm getting a client-side error with the RadTimeView client-side component:

_setTimeMatrix
var tableElement = this._findTableElement(this.DivElement); //This line returns null, so rows is empty

var tableRowLength = tableElement.rows.length;

I'm using your RadControlsExtensions to render these controls... Is there something I may be missing?  I have a reference to Html.RadControlScripts<RadTimeView> in my view and a RadScriptManager:

<%= Html.RadControlScripts<RadCalendar>() %>

<%= Html.RadControlScripts<RadDateInput>() %>

<%= Html.RadControlScripts<RadTimeView>() %>

<%= Html.RadControlScripts<RadTextBox>() %>

<%= Html.RadControlCss<RadDateTimePicker>() %>

<%= Html.RadControlScripts<RadDateTimePicker>() %>

<%= Html.RadControlCss<RadComboBox>() %>

<%= Html.RadControlScripts<RadComboBox>() %>

<%= Html.RadControl<RadDateTimePicker>((rad) =>

{

rad.ID = "StartDate";

}) %>

Brian Mains
Top achievements
Rank 1
 answered on 01 Dec 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?