Hi friends,
in our application we are using RadGrid and RadToolBar
radToolBar having buttons like Create,Edit,Delete,Preview
here preview button is for display the selected record 's details in other page using Window.Open();
when i select a single record in radGrid,we are going to enable Edit,Delete,Preview buttons in Radtoolbar.Otherwise these buttons will be disable mode.
i am going to select a record by checking a check box in radGrid and will click on Preview button.Now the data will be displayed in Other widow(here i am using Window.Open() to daisplay record)
when i close the popup window which has displayed using Window.Open(), all the buttons in Radtollbar goes to disable mode...
For enable and disable buttons in Toolbar i am using a javascript function like selectAll().
This function will be exeuted when i select a record in RadGrid.
Now how can i call this function on closing popup window
observe the attachments for more clarification...
in our application we are using RadGrid and RadToolBar
radToolBar having buttons like Create,Edit,Delete,Preview
here preview button is for display the selected record 's details in other page using Window.Open();
when i select a single record in radGrid,we are going to enable Edit,Delete,Preview buttons in Radtoolbar.Otherwise these buttons will be disable mode.
i am going to select a record by checking a check box in radGrid and will click on Preview button.Now the data will be displayed in Other widow(here i am using Window.Open() to daisplay record)
when i close the popup window which has displayed using Window.Open(), all the buttons in Radtollbar goes to disable mode...
For enable and disable buttons in Toolbar i am using a javascript function like selectAll().
This function will be exeuted when i select a record in RadGrid.
Now how can i call this function on closing popup window
observe the attachments for more clarification...