Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
328 views
Dear ALL,

How to create and bind RadListView from code behind like Pege_load event and  all my data's are available in DataTable.how to bind and implement fully by code behind page..

Thanks,
Princy
Top achievements
Rank 2
 answered on 14 Nov 2012
1 answer
78 views
Hi All,

I have two RadTextBoxes in my form, One for name and other for roll number. I want the users to enter only numbers in one of the textbox. I dont want to use numeric textbox.

Thanks,
RT
Princy
Top achievements
Rank 2
 answered on 14 Nov 2012
2 answers
149 views
Hello,

I have a grid where I put all items in edit mode.  I would like users to be able to enter all the info, then save it when they are done.  However, I have a combo box that based on the selection I want to change values in a textbox in another column.  Right now I postback when the selected index is changed.  In doing so, I have to save all of the values in the grid to the database so they are not lost on postback.  I do need to query the database to make the decision on what to put into the text box.  Obviously having to save all the items each time and postback slows the performance significantly.  Is there any way to work around this without doing a postback?  The grid is bound to a SQL data source. 

Thanks!
Casey

Maria Ilieva
Telerik team
 answered on 14 Nov 2012
3 answers
107 views
Hi
How can I set caption to a radgrid insert form.
Shinu
Top achievements
Rank 2
 answered on 14 Nov 2012
3 answers
862 views
Hi,

How do I get the columnName/UniqueName of the field that has been clicked in order to sort the grid by that column?

Thank you !!
Shinu
Top achievements
Rank 2
 answered on 14 Nov 2012
2 answers
147 views
Hai
     I want to change the text of the editcommandcolumn in runtime. In aspx i gave an edit text "edit here". However i want to change the text based on my need. How should i change the code to accommodate this. Please share ideas if you have any.
thanks in advance
RT
Ryan
Top achievements
Rank 1
 answered on 14 Nov 2012
1 answer
102 views
Hi all,

Please provide me a solution to give color for the header of my grid. I have given skin 'Web20' to my radgrid. But i want to change color. Please a css solution so that i can use in my style sheet.

Thanks,
Allen.
Princy
Top achievements
Rank 2
 answered on 14 Nov 2012
2 answers
50 views

I’m reevaluating your asp.net suit. First I must say it has improved a lot since last time and you seem to attend to all of my remarks back then.

Right now I’m testing the scheduler. I want to drag and drop from a grid, and open the insert form in the dropped place. Everything seems to work, except for the resources that seem to lose the selected information in the attributes fields.

I’ve being playing around with the demos and currently the code behind looks like this. The form is opened with the right subject and time, but the resources combos index are never selected:


protected void RadGrid1_RowDrop(object sender, GridDragDropEventArgs e)
        {
            GridDataItem dataItem = e.DraggedItems[0];
 
            Hashtable values = new Hashtable();
            dataItem.ExtractValues(values);
 
            Int64 patId = (Int64)dataItem.GetDataKeyValue("ID"); // patient ID from grid
            ViewState["PID"] = Convert.ToString(patId);
            string fnm = (string)values["fnm"];
            string lnm = (string)values["lnm"];
            string subject = "New appointment for " + fnm + ' ' + lnm;
            string targetSlotIndex = TargetSlotHiddenField.Value;
 
            if (targetSlotIndex != string.Empty)
            {
                RadScheduler1.Rebind();
                ISchedulerTimeSlot slot = RadScheduler1.GetTimeSlotFromIndex(targetSlotIndex);
 
                TimeSpan duration = TimeSpan.FromHours(1);
                if (slot.Duration == TimeSpan.FromDays(1))
                {
                    duration = slot.Duration;
                }
                 
                Appointment app = new Appointment();
                app.Start = slot.Start;
                app.End = slot.Start.Add(duration);
                app.Subject = subject;
                app.Attributes["PatientID"] = Convert.ToString(patId);
                app.Attributes["PhysicianID"] = "1";
                //RadScheduler1.InsertAppointment(app);
 
                TargetSlotHiddenField.Value = string.Empty;
                 
                RadScheduler1.Rebind();
 RadScheduler1.ShowAdvancedEditForm(app);
                RadAjaxManager1.AjaxSettings.AddAjaxSetting(RadGrid1, RadScheduler1);
            }    
        }





Boyan Dimitrov
Telerik team
 answered on 14 Nov 2012
3 answers
60 views
Heey Guys

My quest is how to get the current user that is using the scheduler and when he is creating a new Appointment,how  to save  his userId in the same table where the appointment is saved . 


Thanks for fast answer 

Nikola 
Boyan Dimitrov
Telerik team
 answered on 14 Nov 2012
1 answer
125 views
Hello
I am using RadGrid Q3 2009.
I am exporting the grid to excel and in order to include some summary information in the export before the grid I am using a CommandItemTemplate. However this is messing up the layout of the export a little bit as the grid is displayed below the command item template to the right. Naturally I would like the grid to be displayed directly below the CommandItemItemplate
Thanks in advance for your help
Galin
Telerik team
 answered on 14 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Cynthia
Top achievements
Rank 1
Iron
Toby
Top achievements
Rank 3
Iron
Iron
Iron
Danielle
Top achievements
Rank 1
Iron
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Iron
yw
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?