Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
260 views
Hi,

this is shanker am develop one application . that is radcomobox filtering in gridview when ever am selected   the combo box item the grid view is filtering and populate . it's fine it,s working, But am update radgridview values in update commande event in edit mode is edit form .So  when eve am click the edit button the radgridview is clear the data .am missing index value how to give editindex=1 just like "gridview editindex =e.neweditindex "  how to solve that am not using linq datasourcecontrol am just like this my sample code is 

it's my databind of grid
 protected void Exam_nameview_SelectedIndexChanged(object o, RadComboBoxSelectedIndexChangedEventArgs e)
        {
            int? facilty_id = LogonDetails.Instance.sys_lclvar_default_facility_id;
            classExamscheduleView.DataSource = classexamshedulemanager.sch_view_exam_schedule_detail_list(facilty_id, Exam_nameview.SelectedValue.GetInteger());
            classExamscheduleView.DataBind();
       }
 protected void classExamscheduleView_DeleteCommand(object source, GridCommandEventArgs e)
        {
           
        }

        

        protected void classExamscheduleView_UpdateCommand(object source, GridCommandEventArgs e)
        {
         
        }

        protected void classExamscheduleView_ItemDataBound(object sender, GridItemEventArgs e)
        {
          
        }

        protected void classExamscheduleView_ItemCreated(object sender, GridItemEventArgs e)
        {
            if (!Page.IsPostBack && e.Item is GridEditableItem)
            {
                e.Item.Edit = true;
            }
        }

how to solve that please it's argent  please help me

thanks and regards 
shanker.B
Princy
Top achievements
Rank 2
 answered on 11 Feb 2010
1 answer
173 views
I'm graphing integer values by date as a line graph.
Y-axis is numeric type. X-axis is date type.

I want to signify "today's date", so the current date, on the graph so user's can at a moments glance see which values pertain to the past and which to predictions. I want to represent this date as a vertical dotted line on the graph.

How can I accomplish this?

Cheers.
Ves
Telerik team
 answered on 11 Feb 2010
1 answer
71 views
I have a user control that I am converting from ASP.NET to ASP.NET AJAX.  In the old control I could apply a skin and also customize cell borders for specific cells based on cell content using the ItemDataBound event handler.  When I try the same thing in the new version the skin wipes out the customizations made to cell borders.  If I don't specify a skin the changes show correctly.  If I specify a skin the the changes do not show.

Any ideas?

Thanks
Shinu
Top achievements
Rank 2
 answered on 11 Feb 2010
1 answer
95 views
I've implemented a context menu in my RadGrid but I only want it to display when the user clicks on the row portion of the grid. If the row is in edit mode, I still want the standard context menu to show up when the user right clicks on a text box so that they use the standard cut and paste.

I followed the example for the AJAX-enabled context menu but whenever the evt.target.tagName == "INPUT", the event stops dead. I would have thought that the right click event would have bubbled up and thus the standard context menu for the text box would show up.

What am I missing?
 
           function RowContextMenu(sender, eventArgs) 
           { 
               var menu = $find("<%=RadMenu1.ClientID %>"); 
               var evt = eventArgs.get_domEvent(); 
                
               if(evt.target.tagName == "INPUT" || evt.target.tagName == "A") 
               { 
                 return; 
               } 
                

Thanks

Loy.

Yavor
Telerik team
 answered on 11 Feb 2010
1 answer
50 views
Can anybody provide the detailed code for Basic Telerik:RadGrid Operations...
Princy
Top achievements
Rank 2
 answered on 11 Feb 2010
8 answers
204 views
Hi, I'm currently loading some random ads into a region of pages using a repeater and a timer control. In order to ensure good page load times I am loading the timer and the timer then loads in the ads after the page has rendered in the browser. The timer then disables itself.

While this approach works fine, there is a minor bug with scrolling interuption in IE browsers. Ideally I would like to use the telerik rotator control. I can't see anything built in to the control that would help me to replicate the behaviour I need. Are there any plans for this?

Thanks,
Matt
Fiko
Telerik team
 answered on 11 Feb 2010
2 answers
182 views

Hello.

Problem: RadGrid items not displayed after operations of sorting, filtering and paging. NeedDataSource event processed and RadGrid have data.

No problem when I'm testing project locally on ASP.NET Development Server or IIS 5.1, but occurs when IIS 7

Any ideas?

Thank you in advance for your help

P.S. I'm using Telerik RadControls for ASPNET AJAX Q1 2009

Yavor
Telerik team
 answered on 11 Feb 2010
3 answers
155 views
Is it possible to duplicate UseRandomSlide with the current version of the control? Thanks.
Fiko
Telerik team
 answered on 11 Feb 2010
1 answer
107 views
I'm using VS2010 and can't get the design time properties, I get an "Error Creating Control" message.  So, is there a full listing of properties for the Grid somewhere?  While we're at it, I need the properties for all the controls.

Thanks.
Shinu
Top achievements
Rank 2
 answered on 11 Feb 2010
3 answers
159 views
Hello,

I would like to know if you have any plans of supporting more than one release of ASP.NET AJAX components using VSB. Currently skins made with VSB do not fully work with the Q2 components. Lot of times look and feel changes are requested by clients but updating the code base is usually not an option in large scale production applications.

I am concerned that once I will ship an application and three months later the customers would like changes to their skin I would be stuck making such changes manually.

I understand that currently VSB is in beta but would it be possible to either support targeting multiple versions or having something like 2009Q2.stylebuilder.telerik.com and 2009Q3.stylebuilder.telerik.com etc. I am not saying that maintain and fix any bugs in the old version, but at least leave it available for those of us who need it without requiring us to upgrade our code base everytime you decide to change the CSS and stylebuilder.

Thanks,
Ish
Dimo
Telerik team
 answered on 11 Feb 2010
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?