This is a migrated thread and some comments may be shown as answers.

telerik:GridDateTimeColumn

2 Answers 118 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mina
Top achievements
Rank 1
Mina asked on 04 Jul 2012, 09:53 AM
Hello,

I have a little problem with RadGrid and 2 columns of type GridDateTimeColumn.
 
Extract data from the database server and bind it to the RadGrid.

There are two GridDateTimeColumn columns. I set both to have PickerType="DateTimePicker" as property. Also set EditMode="InPlace" for the RadGrid.
I put this RadGrid in aspx page which uses MasterPage. When the page loaded and I put the RadGrid into edit mode the columns look like ( before.png). When I press on the horisontal scroll in the RadGrid these two columns change there position. Please see the attached photo ( after.png). It looks like these two columns have absolute position? Any ideas how to fix that?

If I change RadGrid's property EdidMode to "PopUp" and after that change I press on RadGris's vertical scroll this problem does not exists. But I have many columns so this edit mode does not works for me.

Thanks in advance.

2 Answers, 1 is accepted

Sort by
0
Mina
Top achievements
Rank 1
answered on 04 Jul 2012, 11:06 AM
I noticed the following:

1. On my computer ( Windows 7 + IIS7 ) everything work correct but when I deploy project to Microsoft Server 2008 + IIS 7.5 this problem exists.
2. I use Telerik.Web.UI_2012_2_607_Dev_hotfix\Bin40 version of telerik asp.net ajax controls ( paid license)

3 I create a simply css class
.datetimecolumn
 {
 position:xxxx;
 }

 

try to replace xxxx with all valid values in this way

ItemStyle-CssClass="datetimecolumn"

 

without success.

4. Bit weird question but did you understand what I asked?

0
Mina
Top achievements
Rank 1
answered on 05 Jul 2012, 07:25 AM
Obviously only I will write in this thread.

This problem exists only in Internet Explorer 9. I also try page into Firefox, Opera, Safari and Chrome. In these four browsers this problem does not exists.
I remove scrolling from RadGrid and put radgrid inside asp.net panel
<asp:Panel ID="Panel1" runat="server" ScrollBars="Both">

but same result.

I think this is a bug ina RadGrid when it is in EditMode="InPlace", column is RadDateTimeColumn and scroll exists. Any help?  
Tags
Grid
Asked by
Mina
Top achievements
Rank 1
Answers by
Mina
Top achievements
Rank 1
Share this question
or