Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
100 views
hello sir

 I have uploaded my webapplication on server
 I am using (Windows 8 -Internet explorer)
 1 ) first three images are of (Windows 8 -Internet explorer)
      as shown in first image ,Radmenu does not show dropdown submenu
       also panel bar shown at right side in image 1 does not work and it is align to center leaving top and bottom space empty
2  In second image when i focus on profile menu at right top of screen  it dissapear.
3  In third image when i click on Logout menu at right top it also dissapear.


4 )  I want the working as shown in Image 3 and 4  which are  working proper in (windows 8 Mozilla browser)
I think its only brower issue ,how to solve it
5 this proplem does not come when I running the application on local server
   it occours only on main server.

Please help me
waiting for reply
Kishor
Top achievements
Rank 2
 answered on 20 Sep 2013
1 answer
92 views
How can i set value of textbox.text in <filtertemplate> that inside a grid.
Princy
Top achievements
Rank 2
 answered on 20 Sep 2013
2 answers
195 views
I have a long page that contains a grid and every row has an edit link.  When I scroll down and click a link that will open a radWindow the page refreshes and scroll back to the top but the radWindow is left at the bottom.  In order to see the window the user must scroll back down.  Is there a work around that will either prevent the page from scrolling back to the top or have the radWindow open up in the new position?
Thanks

Manoj
Top achievements
Rank 1
 answered on 20 Sep 2013
2 answers
293 views
Is there any example how do i update/delete/insert records when using radgrid in batch edit mode and it's using advanced data binding?
I couldnt find any.

If I have to do it manually how do i do it?
I could do it using
Protected Sub RadGrid1_BatchEditCommand(sender As Object, e As Telerik.Web.UI.GridBatchEditingEventArgs) Handles RadGrid1.BatchEditCommand
        For Each command As GridBatchEditingCommand In e.Commands
exec sql command.NewValues("fieldName")

But how do I detect if the command is update, insert or delete?



Log
Top achievements
Rank 1
 answered on 19 Sep 2013
5 answers
1.4K+ views
I am looking for an example to do what is available with the ajaxtoolkit in telerik for modalpopup.  http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/ModalPopup/ModalPopup.aspx 

I want to do a modal popup of a panel that disables the elements on the page it is launched from.  It looks like from the graphic on the rad window page  http://www.telerik.com/libraries/radcontrols_for_asp_net_ajax/window_screenshot.sflb that it is possible, I just can't find that demo anywhere.

Thanks.
Velkumar
Top achievements
Rank 1
 answered on 19 Sep 2013
2 answers
115 views
Hello!

I have a requirement on my application that states no user can navigate to a date that falls within a specified interval (in this case a year, starting in September, for instance).

I manage to do this using pre-render event and setting the popup calendar min and max date properties. Using the popup works beautifully.

Now I need same functionality on the navigation buttons. I tried using NavigationCommand event, but when the command is NavigateToNextPeriodo or NavigateToPrevious period I can not do this, since I do not have a suitable date to compare with my interval, so I can decide to cancel or not the command. Like so:

if (e.Command == SchedulerNavigationCommand.NavigateToNextPeriod ||
    e.Command == SchedulerNavigationCommand.NavigateToPreviousPeriod ||
    e.Command == SchedulerNavigationCommand.NavigateToSelectedDate ||
    e.Command == SchedulerNavigationCommand.SwitchToSelectedDay)
{
    using (ServicoAnosLectivos servico = new ServicoAnosLectivos())
    {
        DateTime[] datas = servico.GetDatasAnoLectivo(ServicoTabelasBaseSistema.GetAnoLectivoActual(true));
        if (e.SelectedDate < datas[0] ||
            e.SelectedDate > datas[1])
        {
            e.Cancel = true;
        }
    }
}


Has anyone been on this kind of a picle? Is there any ideas on how to achieve this?

Thanks!
Stargazer
Top achievements
Rank 2
 answered on 19 Sep 2013
0 answers
51 views
hi, I'm sorry but i have another question:
I want to get the ID of an Appointment when i make only one click with the mouse over the appointment. Please I am hurry up. 
Thanks
Arnoldo
Top achievements
Rank 1
 asked on 19 Sep 2013
2 answers
143 views
I have a page that has 3 raddockzones and several raddocks.  One of the docks has a radTree in it.  Whenever the width of the items in the tree are wider than the dock, so they wrap, I get an extra scroll bar.  Please see the attached image.  Any idea on how to suppress the inner scrollbar, the one supplied by the raddock is adequate.

Thanks

Chris Trina
Top achievements
Rank 1
 answered on 19 Sep 2013
3 answers
243 views
Dear All,

I have requirement to display one parent and two child record in the following approach.
First Display all the parent record in the Grid(First column would have Two images)
on clicking the first image on the first column of each row, It should expand with respective child1 table record.
on clicking the second image on the first column of each row, It should expand with respective child2 table record.

We could do for one parent and one child with expand and collapse behavior as given below.
protected void Page_Load(object sender, EventArgs e)
{
     grdSearch.DataSource = dsSearchMeetingList.Tables[0];
     grdSearch.DataBind();
}
protected void grdSearch_DetailTableDataBind(object sender, GridDetailTableDataBindEventArgs e)
{
      GridDataItem dataItem = (GridDataItem)e.DetailTableView.ParentItem;
      int iGolalId = Convert.ToInt32(dataItem.GetDataKeyValue("Pk_Id").ToString());
      grdSearch.DataSource = objViewMaintenance.GetDetailGoals(iGolalId); ;
}

but we want same thing with one parent and two child. based on user click on image1/image 2 on each row, we have to display respective child table record. 

Requesting your help to resolve this.

Note: Attached the sample image for your reference.


With Regards
Palanivelrajan




Vasil
Telerik team
 answered on 19 Sep 2013
14 answers
445 views
hi 

i am using rad menu control for horizontal menu and i am using black css
i need to center align my root menu please give me a solution for this
CurrentMenu.jpg---now i am getting this menu
RequiredMenu.jpg---i need to change like this
please refer attached screen shots
Zaharan
Top achievements
Rank 1
 answered on 19 Sep 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?