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

[Solved] freezing and editing doesnt work together properly. can you please help me?

1 Answer 25 Views
Grid
This is a migrated thread and some comments may be shown as answers.
srikanth ray
Top achievements
Rank 1
srikanth ray asked on 15 Jul 2009, 06:49 PM
i am using telerik grid. in that i have 30 bound columns. i am freezing first 2 columns includes edit button (editboundcolumn).
i have lot of issues while using the grid.

1. When i am using the freezing the grid doesnt show the last columns properly even if the horizontal scroll bar is moved.
     Column freezing is working but the last columns are displayed not fully.
     when the page is postbacked the grid size changes even if we set the width of the grid. so the look doesnt seem to good.

2.  i am using the edit popup functionality with template along with frozen columns and scrolling func. we use editboundcolumn for that.
     when we click the edit button the popup doesnt appear on the screen rather it appears only when the grid is scrolled down and is it          possible to disable the parent page when editing the popup form.
  
     we are binding it in the codebehind page.    code used by us for grid..rough code

  <telerik grid>
        <clientsettings>for frozen columns </clientsettings>
         <mastertableview editmode = popup>
            <columns>
              <editboundcolumn/>
              <boundcolumns/> ............some 25bound columns
            </columns>          
            <editformsettings type="template" popup-modal="true">

           </editformsettings>
        </mastertableview>
   </telerikgrid>
 
we are luking forward to buy this product.but we have lot of issues. hope u will solve our probs, 

Regards,
Srikanth

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 21 Jul 2009, 09:26 AM
Hello Srikanth,

Can you please verify that you set fixed widths for the grid columns (through their HeaderStyle -> Width property)?
In order to display all columns when using frozen columns you should increase the Header Style Width of the last column in RadGrid. Thus you should be able to navigate to the leftmost column as expected to see the information in it.
Additionally, please note that you should consider the number of frozen columns with the width of the last column in the RadGrid control.

About your second question I am afraid that the provided information is not enough to determine what have caused the unexpected behavior. Could you please open a formal support ticket and send us a simple runnable project illustrating the problem or at least the problematic page, so we can check it locally.

Best wishes,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
srikanth ray
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or