Telerik Forums
UI for ASP.NET AJAX Forum
11 answers
496 views
Hi,
 I have a radgrid with static headers, scrolling enabled and resizable columns. When grid is loaded initially, everything is fine. But when I resize any of column, a gap(white space) comes between mastertableview and scrollbar. I have tried many solutions given on telerik forum, but none of them helped.

Regards,
Mahesh
<telerik:RadGrid ID="Grid" runat="server" Width="100%"
         AutoGenerateColumns="false">
    <HeaderStyle Font-Bold="False" Font-Size="Small" />
    <ClientSettings EnableAlternatingItems="false">
        <Resizing AllowColumnResize="true" ClipCellContentOnResize="true" ResizeGridOnColumnResize="false"
        ShowRowIndicatorColumn="false" EnableRealTimeResize="false" AllowResizeToFit="true" />
        <Scrolling AllowScroll="true" UseStaticHeaders="true" SaveScrollPosition="false" />
    </ClientSettings>
    <ItemStyle Wrap="false"/>
    <AlternatingItemStyle Wrap="false" />
    <HeaderStyle Wrap="false" />
    <MasterTableView TableLayout="Fixed" Width="100%">
    </MasterTableView>
</telerik:RadGrid>
Pavlina
Telerik team
 answered on 06 Mar 2012
4 answers
177 views
Hi , I have a project with 2011 Q1  , i just upgrade the project to 2012 Q1 but it has a warning :

Assembly Reference "D:\Program Files (x86)\Telerik\RadControls for ASP.NET AJAX Q1 2012\Bin40\Telerik.Web.UI.dll" was not updated properly. This usually happens in Visual Studio 2010 when an assembly exists both in the GAC and in a local folder. Please, use the GAC reference instead.

what should I do ?
max
Top achievements
Rank 2
 answered on 06 Mar 2012
6 answers
489 views
Hello, can anyone provide sample c# code or detailed documentation on the easiest way to extract/parse portions of a weekly recurrence string like:?

DTSTART:20090410T120000Z
DTEND:20090410T180000Z
RRULE:FREQ=WEEKLY;UNTIL=20090430T040000Z;INTERVAL=2;BYDAY=MO,WE

I have this value stored in a db field as a string and would like to extract some parts of this like the 'BYDAY' values and re-assign them to an existing appointment's recurrency rule.

Thanks in advance.
Peter
Telerik team
 answered on 06 Mar 2012
5 answers
296 views
Hello,
This is what I need to achieve.
I have a radgrid. I have few columns. In one of the columns (I have a combobox here), I will select a user. I have a column in this grid, that has a file attachment in it. Another column in this grid is a button - "SendMail". On Click of this buttton, I have to send the mail to the user whom I have selected from the dropdown with this attachment. Please help me how I can do this.
Thanks and Regards,
Deepika Karanth
Tsvetina
Telerik team
 answered on 06 Mar 2012
3 answers
261 views
Hi,
Is it possible to set a node's checked state to indeterminate even if it doesn't have child nodes?
And I want to do it in clinetside.
Regards.
Bozhidar
Telerik team
 answered on 06 Mar 2012
1 answer
187 views
Hi!
Here's the thing, i was looking for a grid filtering with a date range on a column, i found the example on the follwing link: http://demos.telerik.com/aspnet-ajax/grid/examples/programming/filtertemplate/defaultcs.aspx

I did exactly the same and works great!, but now i want to load the radGrid datasource with a WebService, not with a SqlDataSource like in the example. I tried some options but the filter on the datePickers get lost after postback, i mean, the date i selected get lost from the control but the filter executes fine. It seems only with SqlDataSource works fine.

What options do i have? is possible to do this?


Thanks for helping me out.
Antonio Stoilkov
Telerik team
 answered on 06 Mar 2012
2 answers
82 views
Hi,

How do I localize and/or customize and/or remove the red part in the enclosed picture.

Thank You
Arnaud
arnaud
Top achievements
Rank 1
 answered on 06 Mar 2012
1 answer
103 views

Hi,

I have set the (Height,width) as (250px,340px) to the radchart.This radchart is placed inside a <td> of a normal html table. I have never set a div around the radchart. But still its showing a <div> with fixed (H,W) as (300px,400px) as in the attached image. Because of this auto-div and its (H,W) settings, there is a space inside this <td> as shown in the image. Please tell me how can I remove this space and make the chart to fit in the <td> exactly.

Thanks in advance,

Petar Marchev
Telerik team
 answered on 06 Mar 2012
1 answer
95 views
Hello,

I'm trying to bind a treeview to a list(of CustomClass) where the custom class has "StartTime" and "Group" properties.

Is there some way I could group (into a node hierarchy) by the date parts of the start time? So, at the top level would be "StartTime.Date", that would expand to show all values of "StartTime.Time" for that Date, then those would expand to show all values of "Group" for that start date and time - that kind of thing?

Thanks,

Mike
Bozhidar
Telerik team
 answered on 06 Mar 2012
4 answers
83 views
Hi, here's the situation:

I have an asp:FormView w/ its corresponding ObjectDataSource and a bunch of fields. One of these fields is a usercontrol which contains a RadGrid and an associated ObjectDataSource. On the backend, I'm using entity framework 4.1.

Let's say I'm display a project in the formview. This project has several clients. The RadGrid is displaying the clients associated to the project and their information.

I have a save button at the top of the page to save all the information when I am in edit mode on the formview. In addition, when the formview is in edit mode, the RadGrid is also in edit mode.

When I click on save, I call the FormView.UpdateItem method. This calls the updatemethod of the ObjectDataSource associated with the FormView, allowing me to save the data specified in the regular fields.

Now this does not allow me to save the information that is specified in the RadGrid.

I tried manually firing the Update command of the radgird, thinking it will call the UpdateMethod of the ObjectDataSource associated to it, but that didn't work.
I thought that a possible solution would be to add a Parameter of type "Object" to the Formview's ObjectDataSource, and then sending a datatable or similar in the ObjectDataSource_Updating event, but I'm not sure how efficient that is, or if it's the best solution (or if it's even possible).

So my question: Does anyone know how I can save the information in the RadGrid which is within the formview when I press the Save button?

Thank you.
Marin
Telerik team
 answered on 06 Mar 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?