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

New DLL

1 Answer 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Joel
Top achievements
Rank 1
Joel asked on 17 Jan 2013, 08:14 PM
Hello:

I'm having an issue after updated my applications to the latest telerik dll, 

If im Using Client setting AllowRowSelect true, when I edit a row I cannot click on the text boxes, is this a bug or i have to do something extra in order to keep everything working.

My grid configuration looks like this

<telerik:RadGrid runat="server" ID="gv"
PageSize="10" Skin="Office2007"
AllowSorting="true" AllowMultiRowSelection="true" AllowPaging="True" ShowGroupPanel="false"
HeaderStyle-HorizontalAlign="Center"
AutoGenerateColumns="false" AllowAutomaticDeletes="false" AllowAutomaticInserts="false" AllowAutomaticUpdates="false"
OnNeedDataSource="gvNeedDataSource" OnRowDrop="gvRowDrop"
OnPreRender="gvPreRender"
OnDetailTableDataBind="gvDetailTableDataBind" OnItemDataBound="gvItemDataBound"
OnUpdateCommand="gvItemUpdated"  OnDeleteCommand="gvDeleteCommand"
OnItemInserted="gvItemInserted" OnInsertCommand="gvInsertCommand">
<PagerStyle Mode="NextPrevAndNumeric"/>
<ClientSettings AllowRowsDragDrop="True" AllowColumnsReorder="false" ReorderColumnsOnClient="false" EnableRowHoverStyle="false">
<Resizing AllowColumnResize="false" />
<Selecting AllowRowSelect="true" EnableDragToSelectRows="false"/>
 <Scrolling AllowScroll="false" UseStaticHeaders="false"/>
 </ClientSettings>
<MasterTableView Name="gv1" CommandItemDisplay="Top" EditMode="InPlace" DataKeyNames="ID">
 
<Columns>
<telerik:GridBoundColumn UniqueName="Description" SortExpression="Description" HeaderText="Description" HeaderButtonType="TextButton" DataField="Description" HeaderStyle-Width="150px" ItemStyle-HorizontalAlign="Center"></telerik:GridBoundColumn>
</MasterTableView>
</telerik:RadGrid>



Thks in advance ;)

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 22 Jan 2013, 11:03 AM
Hi Joel,

Thank you for reporting this problem to us.

I suppose that you are facing this issue when using an internal build assembly. Please note that internal builds are not recommended for production projects. Please use the dlls from the latest stable release instead.

Thank you for your understanding and sorry for any inconvenience caused.

Greetings,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Joel
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or