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