Telerik Forums
UI for ASP.NET AJAX Forum
9 answers
542 views
Is there a way to have the grid trigger a server-side event on double-click, but not on single click?

I have dialogs with grids, and when the user double-clicks I return the id of the selected row to the calling page and add that item to a list.

Thanks,
Ross
Konstantin Petkov
Telerik team
 answered on 18 Aug 2008
1 answer
168 views
Can I integrate RadUpload control with Sharepoint WSS3.0?
Paul
Telerik team
 answered on 18 Aug 2008
1 answer
139 views
Is there any way to automatically size the Filter row controls based on the column that they are in?

Also, is it possible to have fixed width columns?

Thanks
Shinu
Top achievements
Rank 2
 answered on 18 Aug 2008
1 answer
111 views
Dear All!

I have a question. How can I do programatically (for example in Page_Load) and add to the RadGrid as a column the following GridTemplateColumn:

<telerik:GridTemplateColumn UniqueName="TemplatedID">
      <HeaderTemplate>
            <asp:Label runat="server" ID="lblIDHeader" Text="ID" />
       </HeaderTemplate>
       <ItemTemplate>
            <asp:Label runat="server" ID="lblID" />
        </ItemTemplate>
</telerik:GridTemplateColumn>

many thanks,
Gábor


Shinu
Top achievements
Rank 2
 answered on 18 Aug 2008
1 answer
125 views
Does anyone have a code snippet for referencing a control in a row?

protected

void RadGrid1_InsertCommand1(object source, Telerik.Web.UI.GridCommandEventArgs e)

{

//need code to refernece a web control in the edit form

}

Shinu
Top achievements
Rank 2
 answered on 18 Aug 2008
7 answers
201 views
1st question.  Based on this thread Telerik Forum Post about IconUrl Property, does this mean that I am unable to set the IconUrl property in my RadWindow to some value so that the left hand default icon doesnt show up?

2nd question.  For the skin monochrome for the RadWindow, can someone point me the particular css class that would allow me to use my own custom icon for say the 'Close' Behavior?
Charlie Bross
Top achievements
Rank 1
 answered on 18 Aug 2008
1 answer
133 views
In an earlier thread: z-index of Image Manager, I mentioned a problem I was having with the z-index of image managers being brought up by a ModalPopupExtender.  They ended up being drawn behind the popup div, where they couldn't be seen.

You quickly provided me with what I needed to fix it.

I'm having the same problem with two RadDatePickers that are being drawn on the same ModalPopupExtender.

I expect the fix will be to add a z-index entry to some .css class.  Can anyone give me a hint as to which one?

Kevin Babcock
Top achievements
Rank 1
 answered on 18 Aug 2008
1 answer
56 views
Mr
s
Kevin Babcock
Top achievements
Rank 1
 answered on 18 Aug 2008
1 answer
97 views
Hi,

I am using AjaxLoading Panel in web part,

I had set Transparency= 30, but its not working correctly.
Its only applying to image which I am using in Loading Panel.

But Transparency is not set for whole web part.

What will be the problem?

Some sample code
   
                loadingPanel = new AjaxLoadingPanel();
                loadingPanel.ID = "loadingPanel";
                Image img = new Image();
                img.ImageUrl = "Image Url";
                img.AlternateText = "Loading...";
                loadingPanel.Width = new Unit(100, UnitType.Percentage);               
                loadingPanel.Controls.Add(img);
                loadingPanel.Transparency = 30;

                panel.LoadingPanelID = loadingPanel.ID;
                panel.Controls.Add(loadingPanel);
                this.Controls.Add(panel);


Thanks
Savan
Kevin Babcock
Top achievements
Rank 1
 answered on 18 Aug 2008
1 answer
116 views
I have a question about DateTimePicker. Is there any function can validate the format of the input date? The problem is that even I type this "abcde" in the input area of the DateTimePicker, it still let me go when I out-focus the DateTimePicker. Thanks.
Kevin Babcock
Top achievements
Rank 1
 answered on 18 Aug 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?