Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
281 views
How to set EditFormColumnIndex for autogeneratedcolumns in radgrid. radgrid doesn't have any static headers by default.
I am using:

 protected void rgControl_PreRender(object sender, EventArgs e)
    {
                int j = 0, k = 1;
                foreach (GridColumn gc in rgControl.MasterTableView.AutoGeneratedColumns)
                {
                    if (j < k * 7)
                    {
                        gc.EditFormColumnIndex = k - 1;
                    }
                    else
                    {
                        k++;
                        gc.EditFormColumnIndex = k - 1;
                    }
                    j++;
                }
}
It works good but when i am edit a record it shows the following error: Sys.WebForms.PageRequestManagerServerErrorException: Editor cannot be initialized for column:5.

Siva
Top achievements
Rank 1
 answered on 07 Nov 2012
1 answer
76 views
I have a RadGrid in a User Control.The user control is added on an ASPX page.
How to use 'find' using javascript from ASPX page?

var grid = $find("<%= RadGrid.ClientID %>");

The above line returns null.


Shinu
Top achievements
Rank 2
 answered on 07 Nov 2012
2 answers
105 views
hii,
how can i show a radtooltip for each node of radteeview..

thanks
Aarsh
Top achievements
Rank 1
 answered on 07 Nov 2012
7 answers
151 views
I'm trying to disable the link of a RadTreeNode after it's clicked to prevent machine gun clicking/request flooding. We have some code that handles that, but I'm having trouble getting the link part of the RadTreeNode.

Here's what I'm assuming: the actual RadTreeNode consists of:

<li class="rtLI">
     <div class="rtTop rtHover">
          <span class="rtSp"></span>
          <span class="rtPlus"></span>
          <a class="rtIn" style="font-weight:bold;" href="/course-catalog/social-studies-3-part-1/fall/lesson-1">Lesson 1</a>
     </div>
</li>
Which is what I actually get when I call:

var selectedNode = sender.get_selectedNode();

I'm trying to figure out how to get the actual link object. Once I have that, I can check that it actually goes somewhere with jQuery and set up my disabling code.

Any help would be greatly appreciated.

Thanks,
Chris
Aarsh
Top achievements
Rank 1
 answered on 07 Nov 2012
3 answers
72 views
Hi,
how could i set formulla filed in datatype for exapmle the condition(if and else if)
see my screen shot.
Data type : Supler i want datatype : Supplier
Data type : Emp i want datatype : Employee

Advance Thanks,
Ansari.
Tamim
Top achievements
Rank 1
 answered on 07 Nov 2012
1 answer
84 views
how can i  add my custom spelling for spell  i mean my custom spelling should not check by this
Princy
Top achievements
Rank 2
 answered on 07 Nov 2012
7 answers
127 views
-- Edit as I've fixed my issue.

http://www.telerik.com/community/forums/aspnet-ajax/combobox/possible-breaking-changes-2012-q3.aspx

If you are dealing with these breaking changes please note the following:

1) MyCustomSkin/ComboBox/rcbSprite.png and MyCustomSkin/ComboBox/rcbSpriteIE6.png appear to be no longer used.

2) MyCustomSkin/ComboBox.MyCustomSkin.css will need updating. I copied from a skin in the Skins install directory and renamed the file and searched and replaced the name of the skin inside of the file to my skin name.

3) New files have been added to the MyCustomSkin/Common folder: radFormSprite.png and radFormSpriteIE6.png. I copied from a skin in the install directory.



The attached files are from my older post when I was still trying to resolve my initial issue (it was my fault copying the wrong css file so ignore them).
Cradz
Top achievements
Rank 1
 answered on 07 Nov 2012
3 answers
1.1K+ views
Hello,

I have a RadGrid in a control, the grid has a GridCheckBoxColumn. My question is how is it possible to attach a Checked Change event to the column. I tried to convert the column to a checkbox and then to attach the event and PostBack = true. It looks like he does a Postback but doesn't fires the event. Any idea how I could do this?

Thanks,

Jurjen
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2012
3 answers
354 views
Hi everyone.I have a "level2" details tables within a MasterRadGrid.MasterTableView. In my level2  details tables have 5 rows record with column "ID" and "Name",Now I want to use the "for each" loop to get "ID" column only for each row. How do I achieve this. Please help
Shinu
Top achievements
Rank 2
 answered on 07 Nov 2012
0 answers
135 views
Hi Friends,

I need to work on booking the Resource for the particular Projects.
My requirement is Based on some skill search, Language Proficiency Search, and Project Start & End Date Employee will be list in the radscheduler control. [ Here i need to use only timeline method ].
while Employee Listing he may have weeklyOFF, Holiday, Leave for particular Date
During that day booking option should be disabled  and different Background color should be there
ex : WeeklyOff - Blue Color; Holiday - Orange, Leave - Green, Booked Day - Yellow

And My Requirement in Booking is, i dont want to open New Appointment Form, instead of that when i clicking over for a particular day, color should change, data Must be in Session / DataSet.
When any change in the first Booking of any of Any one Employee / should not allow to book for the Other Employee.

Here i should use only Stored Procedure for Displaying and Storing Procedures.

No need of Examples containing SQlDataSource Binding Samples.

Please any onehelp in samples for the above mentioned Requirement


Please any one help me. i am struggling in using radscheduler COntrol. i unable to find exact source in the search.
Requirement is very simple if i use stringbuilder html constructions.
Manoj
Top achievements
Rank 1
 asked on 07 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?