Click here to Skip to main content
15,886,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: pc-phone,mobile dialer Pin
Mycroft Holmes2-Nov-13 1:10
professionalMycroft Holmes2-Nov-13 1:10 
QuestionDelegate Pin
Member 103756361-Nov-13 21:42
Member 103756361-Nov-13 21:42 
AnswerRe: Delegate Pin
Richard MacCutchan1-Nov-13 23:49
mveRichard MacCutchan1-Nov-13 23:49 
AnswerRe: Delegate Pin
Bernhard Hiller4-Nov-13 3:13
Bernhard Hiller4-Nov-13 3:13 
QuestionMVC4 Ajax call does not reach controller method Pin
MYSHKSL1-Nov-13 10:46
MYSHKSL1-Nov-13 10:46 
SuggestionRe: MVC4 Ajax call does not reach controller method Pin
Richard Deeming1-Nov-13 10:50
mveRichard Deeming1-Nov-13 10:50 
AnswerRe: MVC4 Ajax call does not reach controller method Pin
Pratik Bhuva1-Nov-13 22:29
professionalPratik Bhuva1-Nov-13 22:29 
QuestionHow to rebind more three RadGrid after close the RadWindow Pin
Rahul_Pandit1-Nov-13 2:08
Rahul_Pandit1-Nov-13 2:08 
XML
Hi,

I am getting problem in rebind radgrid on radwindow close because i have to rebind 3 grid on parent page. It is rebinding just last grid which i have mentioned in code.

Following code i have used in my code

///------ In radwindow javascript code -------
 function clientClose(arg) {
                getRadWindow().close(arg);
                var oWin = getRadWindow();
                var parentWindow = oWin.BrowserWindow;
                // top.location.href = top.location.href;
                parentWindow.refreshGrid();
            }

/// ---------In parent page javascirpt code -----
        function refreshGrid() {
                var masterTable1 = $find("<%=rgDefinition.ClientID%>").get_masterTableView();
                var masterTable2 = $find("<%=rgDevelopment.ClientID%>").get_masterTableView();
                  var masterTable3 = $find("<%=rgTesting.ClientID%>").get_masterTableView();
               masterTable1.rebind();
               masterTable2.rebind();
               masterTable3.rebind();
            }

Problem is that ----   this code rebinding my last grid means masterTable3.rebind(); because it is in the last of code.

SuggestionRe: How to rebind more three RadGrid after close the RadWindow Pin
Richard Deeming1-Nov-13 3:06
mveRichard Deeming1-Nov-13 3:06 
QuestionReturn value of variable from Stored Procedure to BC layer Pin
Uma Sengoden31-Oct-13 8:10
Uma Sengoden31-Oct-13 8:10 
QuestionRe: Return value of variable from Stored Procedure to BC layer Pin
Richard MacCutchan31-Oct-13 15:14
mveRichard MacCutchan31-Oct-13 15:14 
AnswerRe: Return value of variable from Stored Procedure to BC layer Pin
Pratik Bhuva1-Nov-13 22:32
professionalPratik Bhuva1-Nov-13 22:32 
Questionwhat do you think of iron speed designer? Pin
Valery Possoz31-Oct-13 1:00
professionalValery Possoz31-Oct-13 1:00 
QuestionCan you help me in this token? if(this._Item==null){ this._Item = new List<Cart>(); this._dateCreate = DateTime.Now; } }.I do not understand it and why use Pin
Danh Le29-Oct-13 18:18
Danh Le29-Oct-13 18:18 
AnswerRe: Can you help me in this token? if(this._Item==null){ this._Item = new List<Cart>(); this._dateCreate = DateTime.Now; } }.I do not understand it and why Pin
Joshua Omundson30-Oct-13 4:01
Joshua Omundson30-Oct-13 4:01 
AnswerRe: Can you help me in this token? if(this._Item==null){ this._Item = new List<Cart>(); this._dateCreate = DateTime.Now; } }.I do not understand it and why Pin
Richard MacCutchan30-Oct-13 7:03
mveRichard MacCutchan30-Oct-13 7:03 
QuestionASP.NET GlobalResources.. Use <%$ or <%= embedded code? Pin
JD8629-Oct-13 11:59
JD8629-Oct-13 11:59 
AnswerRe: ASP.NET GlobalResources.. Use <%$ or <%= embedded code? Pin
Wombaticus2-Nov-13 7:43
Wombaticus2-Nov-13 7:43 
QuestionHow To get pop up window using java script Pin
chahthuranga28-Oct-13 23:35
chahthuranga28-Oct-13 23:35 
AnswerRe: How To get pop up window using java script Pin
thatraja29-Oct-13 2:23
professionalthatraja29-Oct-13 2:23 
AnswerRe: How To get pop up window using java script Pin
rahul_kakadia29-Oct-13 21:06
rahul_kakadia29-Oct-13 21:06 
AnswerRe: How To get pop up window using java script Pin
CIKolkataDeveloper10-Nov-13 22:18
CIKolkataDeveloper10-Nov-13 22:18 
QuestionGET DATA FROM PAGE AS (CTRL + S) Pin
Member 1030767728-Oct-13 23:13
Member 1030767728-Oct-13 23:13 
AnswerRe: GET DATA FROM PAGE AS (CTRL + S) Pin
Blikkies29-Oct-13 4:21
professionalBlikkies29-Oct-13 4:21 
GeneralRe: GET DATA FROM PAGE AS (CTRL + S) Pin
Member 1030767729-Oct-13 21:12
Member 1030767729-Oct-13 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.