Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
104 views
Hi,
I'm struggling to export a radgrid to csv or excel on client side. My grid is declarative created in aspx page and the structure is generated in Page OnInit. There are multiples GridTemplateColumns created with HeaderTemplate and ItemTemplate. Inside the ItemTemplate is a RadioButtonList created.
The problem is that the data from GridTemplateColumns is excluded from generated csv file.
I saw to following post:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/radgrid-export-to-csv-for-dynamic-gridtemplatecolumn.aspx
What I'm asking here is maybe something was changed in terms of client side exporting from the date of the previous post.
Thank you
Catalin
Daniel
Telerik team
 answered on 29 Mar 2011
1 answer
133 views
I've come across an odd thing happening on my dock's background when dragging an item that exists in a zone on it's own, vs what happens when you drag a widget that has other items in the same dock with it. Screenshots attached will explain further, but basically, it looks like it uses the zone's height when the item's on its own (smallzone.png).
If there's another item/widget under or above the item you're dragging, its background uses the desired output (desiredzone.png).

I've set the MinHeight on the zones to make sure it's more than just a thin band of grey that the user will barely be able to see (in case I can't get around it) but is there a way to make it use the item's height instead of the zone's when there's only one item present? Thanks.
Pero
Telerik team
 answered on 29 Mar 2011
1 answer
215 views
Hi all,

I have a radgrid which is in a radpanel that has a radtoolbar which contains the buttons 'New' and 'Delete'. I managed to write code to select the row in the radgrid once and clicking the delete button in my radtoolbar to trigger the function to delete it from the db. However, I want to be able to also have a double-clicking event whereby when you click twice, it will redirect to another page on my website.

Currently in my radgrid I used the OnSelectedIndexChanged="CaseListRG_SelectedIndexChanged" and in the code behind I will retrieve the id of the clicked row, which is working fine. But because I want to actually click twice to redirect, it doesnt work because when I click once it already triggers OnSelectedIndexChanged="CaseListRG_SelectedIndexChanged". Hence I am unable to do the redirecting.

Is there anyway at all for me to actually do a single click on row and retrieve the case_id of the selected row in code behind and do a double click on row and redirect to another page?

I hope Im making sense? Any advice is appreciated.
Hus Damen
Top achievements
Rank 1
 answered on 29 Mar 2011
2 answers
101 views
Hi, is there a way to change the item "main" (the one in the middle, don't know how to call it) content?

E.g.:
I have soccer teams pictures in the coverflow, but when an image goes to the middle, I want to change its content.

Probably OnClientItemShown event should be used, right? But I want to show some data from DB, so is there a way how to do this on server side so I can code it in C#?

Thank you
Niko
Telerik team
 answered on 29 Mar 2011
9 answers
86 views

 

When my grid opens up in Iexpore 7 or 8 in compatibility mode it looks all squished.  It appears to be ignoring the widths I setup.  Anyone else see this?
Pavlina
Telerik team
 answered on 29 Mar 2011
1 answer
292 views
Hi!  Is there a way to prevent the RadEditor from wrapping lines in the HTML tab? 

When text is pasted into the Design tab of the editor it goes all the way across the width of the editor.  However when clicking on the HTML tab the lines appear to be wrapped, that is only going partially across the width of the editor, even though I do not see any actual <br> tags or line feeds.

Is it perhaps due to the width of the editor?  I notice on another page where the editor is used, the editor is much smaller and doesn't appear to behave this way.

Thanks!

Rumen
Telerik team
 answered on 29 Mar 2011
1 answer
77 views
Hi,

I'm a laymen to teleriks. I have requirement like user needs to enter some data in a row like data1, data2,data3, etc in textbox fields. If he wants one more row of data he should click some 'Add row' button and then enter the text fields. So like this he can enter the as many rows he wish and finally he then need to click the some 'save' button to save data of all the rows entered.

Also when adding the rows he should have an option to 'Copy row' so that the same row will get copied as second row with the same first row data.

So for the above 2 requirements, pls let me know how I can achieve the requirement through the RadGrid. Plz provide me with relevant code snippetts of the RadGrid events to achieve the above.
Shinu
Top achievements
Rank 2
 answered on 29 Mar 2011
1 answer
129 views
Currently , In my Media manager when someone posts the video the video automatically starts by default  that is when the page loads .  The User who is entering the video has to enter at that time weather it starts automatically or not . What I want is somehow by default the video is not started @ page load.. I hope u r getting my problem ..
Rumen
Telerik team
 answered on 29 Mar 2011
3 answers
126 views
Hi, I have a problem in which it has an area within the external editor that is gettingstraight and could not find any configuration to remove. Anyone know how?
Rumen
Telerik team
 answered on 29 Mar 2011
1 answer
318 views
I have a radgrid that i populate in the following way:

Button_Click Event
  - Create a Dataview called dvData
  - RadGrid1.DataSource = dvData
  - RadGrid1.DataBind()
End Sub

Radgrid1_NeedDataSource_Event
  - RadGrid1.DataSource = dvData
End Sub

Radgrid_PageIndexChange_Event
  - Radgrid.CurrentPageIndex = e.NewPageIndex
End Sub


When i click on "Next" or on another page's number, the grid still shows me page 1.
Can you please help?
The "Allow Paging" property is set to true for both the grid and the mastertableview.
"Allow Custom Paging" is also set to true.
Page size = 20.

Also the grid is not performing any other function than displaying data (no sorting, no filtering, no paging of course etc)
Pavlina
Telerik team
 answered on 29 Mar 2011
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?