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

I am using a Rad Grid in my Solution.
At such a stage i want to hide/show a column on the checked change of the Checkbox.

I can hide/show the column by its uniquename but when but onClick of checkbox i have written some javascript which accepts the column index.i have used following code 
RadGrid1.get_masterTableView().showColumn(index);  RadGrid1.get_masterTableView().hideColumn(index); 

Now the Problem is that how can i get the Index of the Column by its Column Name.

Thanks in Advance..
Shinu
Top achievements
Rank 2
 answered on 19 Oct 2010
2 answers
278 views
Hello All.
 
           I had design one search page, search page have top left side radtextbox, bottom left side treeview which will bind from database,right side gridview.

           I had used jquery autocomplete textbox functionality for searching result from textbox, when user select any value from textbox and press enter key i have to fire treeview node click event from server side, because using treeview nodeclick event i already bind the right side grid , same thing would happen on textbox enter event.

           Can you please suggest me how can i achieve this functionality.

Thanks.
Kaushal
Top achievements
Rank 1
 answered on 19 Oct 2010
1 answer
108 views
I created an application in VS2008 and Vs 2005 using the radtabstrip. I had expected the tab strip to look the same but somehow they are different. Can anyone tell me how I can make the VS2005 tab strip to  look like the one generated by Vs 2008. They were developed using the .Net 2.0 components.

Vasil
Telerik team
 answered on 19 Oct 2010
3 answers
118 views
I created a Asp.net page using VS2008 (using .Net framework 2.0) and tried opening the page on Vs2005 (both have telerik installed but the 2005 install cannot render the Ajax panel form telerik. How can I open and edit the files in Vs2005? I assume this should be possbil since I am using the 2.0 framework.
Vasil
Telerik team
 answered on 19 Oct 2010
1 answer
76 views
Hi,

I have an issue on TabStrip.

I have a 2 tabs which are added dynamically. In one of the tab, i have a radgrid which is contained in a usercontrol. When I click on a row of the radgrid, i want to add an another tab dynamically.

The following code is executed when I click on a row in the radgrid :

protected void ContextGrid_ItemCommand(object source, Telerik.Web.UI.GridCommandEventArgs e)
{
    RadTabStrip tabStrip = (RadTabStrip)this.Page.FindControl("DetailTabStrip");
    RadTab tab = new RadTab();
    tab.Text = "My Tab 1";
    tabStrip.InnermostSelectedTab.Tabs.Add(tab);
}

The tab is not added, and nothing occurs.
The previous code I used doesn't work. Am i using the right code?

Please I need help thanks.


Yana
Telerik team
 answered on 19 Oct 2010
1 answer
116 views
Hi. I am looking at replacing an old calendar control with the date picker. The old one was similar in that it had a text box and an icon to pop up a calendar.

One feature that I cannot replicate in the DatePicker control is that when you typed it formatted the date for you. the DatePicker does this at the end, but we also need it to do it when you type.

For example if you wanted to enter the date 01/02/2010

you would type
01
then the control adds the /
then you type
02
then the control adds the /
then you type
10
and it formats the year to 2010

is this possible? as i say, the DatePicker does this on blur, so i guess the functionality is already there.
Shinu
Top achievements
Rank 2
 answered on 19 Oct 2010
3 answers
206 views
Is there a way to set a fixed height in Timelineview?  I need to be able to drop an appointment from a Radgrid control into an empty schedule with resources set to grouped.  When I have the schedule grouped by a resource, and there are no visible appointments, the scheduler shrinks to nothing and there's no empty space for me to drop anything.

-ChrisC.
Veronica
Telerik team
 answered on 19 Oct 2010
5 answers
321 views
I'm using a Radcontextmenu in a RadScheduler and I need to be able to set the X and Y offset position of where this context menu appears. How can I achieve this?

<telerik:RadContextMenu ID="appointmentContextMenu" runat="server" OnClientItemClicked="appointmentitem_clicked">
    <Items>
        <telerik:RadMenuItem Text="Edit Details" Value="EventDetails" />
        <telerik:RadMenuItem Text="Edit Assets" Value="EventAssets" />
        <telerik:RadMenuItem Text="Edit Resources" Value="EventResources" />
        <telerik:RadMenuItem Text="Delete Event" Value="DeleteEvent" />
        <telerik:RadMenuItem Text="Event Outline" Value="EventOutline" />
    </Items>
</telerik:RadContextMenu>


thanks!
Peter
Telerik team
 answered on 19 Oct 2010
1 answer
130 views
Hello,

Why is the time picker showing 12.00 AM?! as there is only 00.00 am to 11.59 PM!

This is creating confusion

Whether RadCalendars adhere to ISO time format?!

Thank you

Regards
Raj
Dimo
Telerik team
 answered on 19 Oct 2010
3 answers
82 views
Hello!
I ran into a weird problem. When I try to get the value of CurrentFilterFunction in NeedDataSource handler, it returns the value from a previous postback, but not the current selection. CurrentFilterValue returns current value fine though.

I'm trying to reduce the number of records in the data source bind to the grid according to the filter settings chosen by a user. Any ideas how to achieve it the best way?

Thanks!
Mira
Telerik team
 answered on 19 Oct 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?